зеркало из https://github.com/microsoft/jschema.git
Mark result factory as public and increment version in advance of nuget.org publish step
This commit is contained in:
Родитель
bfcff1590f
Коммит
4615b5f9d7
|
@ -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>
|
Загрузка…
Ссылка в новой задаче