Mark result factory as public and increment version in advance of nuget.org publish step

This commit is contained in:
Michael Fanning 2017-09-13 14:51:39 -07:00
Родитель bfcff1590f
Коммит 4615b5f9d7
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -11,7 +11,7 @@ using Newtonsoft.Json.Linq;
namespace Microsoft.Json.Schema.JsonSchemaValidator.Sarif
{
internal partial class ResultFactory
public partial class ResultFactory
{
private const string ErrorCodeFormat = "JS{0:D4}";

Просмотреть файл

@ -1,6 +1,6 @@
<CurrentVersion>
<Major>0</Major>
<Minor>50</Minor>
<Minor>51</Minor>
<Patch>0</Patch>
<PreRelease></PreRelease>
</CurrentVersion>