Merge pull request #9 from Microsoft/result-factory-public

Mark result factory as public and increment version in advance of nuget publish step.
This commit is contained in:
Michael C. Fanning 2017-09-13 15:30:29 -07:00 коммит произвёл GitHub
Родитель bfcff1590f 4615b5f9d7
Коммит b2f5a66fd5
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>