-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove dependency on RuleMessageId (shortly to be deprecated) (#24) * Release 0.57.0 * Todotnet package (#30) * Add utilities to validation and todotnet packages * Update nuget.exe. Add success message for nuspec-driven package creation. * Update signing scripts * Release 0.58.0 (#32)
- Loading branch information
1 parent
b5dedd5
commit e91516b
Showing
21 changed files
with
159 additions
and
48 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 39 additions & 0 deletions
39
src/Json.Schema.ToDotNet.Cli/Json.Schema.ToDotNet.Cli.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<?xml version="1.0"?> | ||
<package> | ||
<metadata> | ||
<id>Microsoft.Json.Schema.ToDotNet</id> | ||
<version>$version$</version> | ||
<title>Microsoft Json Schema to .NET Object Model Generator</title> | ||
<authors>microsoft</authors> | ||
<owners>microsoft,tse-securitytools</owners> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>A utility that generates a .NET object model from a JSON schema.</description> | ||
<releaseNotes>Version $version$ of the JSON .NET object model generator (for SARIF v2.0.0)</releaseNotes> | ||
<copyright>© Microsoft Corporation. All rights reserved.</copyright> | ||
<licenseUrl>https://github.com/Microsoft/jschema/blob/master/LICENSE</licenseUrl> | ||
<projectUrl>https://github.com/microsoft/jschema</projectUrl> | ||
<iconUrl>https://go.microsoft.com/fwlink/?linkid=2009431</iconUrl> | ||
<tags>Microsoft Json Schema .NET ToDotNet Object Model Generator Jschema</tags> | ||
</metadata> | ||
<files> | ||
<file src="bld\bin\$platform$_$configuration$\Json.Schema.ToDotNet\net461\Microsoft.Json.Schema.ToDotNet.dll" | ||
target="lib\net461\Microsoft.Json.Schema.ToDotNet.dll" | ||
/> | ||
|
||
<file src="bld\bin\$platform$_$configuration$\Json.Schema.ToDotNet\netstandard2.0\Microsoft.Json.Schema.ToDotNet.dll" | ||
target="lib\netstandard2.0\Microsoft.Json.Schema.ToDotNet.dll" | ||
/> | ||
|
||
<file src="bld\bin\$platform$_$configuration$\Json.Schema.ToDotNet.Cli\net461\**" | ||
target="tools\net461" | ||
/> | ||
|
||
<file src="bld\bin\$platform$_$configuration$\Json.Schema.ToDotNet.Cli\netcoreapp2.0\**" | ||
target="tools\netcoreapp2.0" | ||
/> | ||
|
||
<file src="src\ReleaseHistory.md" /> | ||
<file src="src\Json.Schema.ToDotNet\**\*.cs" target="src\Json.Schema.ToDotNet" /> | ||
<file src="src\Json.Schema.ToDotNet.Cli\**\*.cs" target="src\Json.Schema.ToDotNet.Cli" /> | ||
</files> | ||
</package> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 39 additions & 0 deletions
39
src/Json.Schema.Validation.Cli/Json.Schema.Validation.Cli.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<?xml version="1.0"?> | ||
<package> | ||
<metadata> | ||
<id>Microsoft.Json.Schema.Validation</id> | ||
<version>$version$</version> | ||
<title>Microsoft Json Schema Validation</title> | ||
<authors>microsoft</authors> | ||
<owners>microsoft,tse-securitytools</owners> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>A utility that validates files according to a JSON schema.</description> | ||
<releaseNotes>Version $version$ of the JSON validation utility (for SARIF v2.0.0)</releaseNotes> | ||
<copyright>© Microsoft Corporation. All rights reserved.</copyright> | ||
<licenseUrl>https://github.com/Microsoft/jschema/blob/master/LICENSE</licenseUrl> | ||
<projectUrl>https://github.com/microsoft/jschema</projectUrl> | ||
<iconUrl>https://go.microsoft.com/fwlink/?linkid=2009431</iconUrl> | ||
<tags>Microsoft Json Schema .NET Validation Validator JSchema</tags> | ||
</metadata> | ||
<files> | ||
<file src="bld\bin\$platform$_$configuration$\Json.Schema.Validation\net461\Microsoft.Json.Schema.Validation.dll" | ||
target="lib\net461\Microsoft.Json.Schema.Validation.dll" | ||
/> | ||
|
||
<file src="bld\bin\$platform$_$configuration$\Json.Schema.Validation\netstandard2.0\Microsoft.Json.Schema.Validation.dll" | ||
target="lib\netstandard2.0\Microsoft.Json.Schema.Validation.dll" | ||
/> | ||
|
||
<file src="bld\bin\$platform$_$configuration$\Json.Schema.Validation.Cli\net461\**" | ||
target="tools\net461" | ||
/> | ||
|
||
<file src="bld\bin\$platform$_$configuration$\Json.Schema.Validation.Cli\netcoreapp2.0\**" | ||
target="tools\netcoreapp2.0" | ||
/> | ||
|
||
<file src="src\ReleaseHistory.md" /> | ||
<file src="src\Json.Schema.Validation\**\*.cs" target="src\Json.Schema.Validation" /> | ||
<file src="src\Json.Schema.Validation.Cli\**\*.cs" target="src\Json.Schema.Validation.Cli" /> | ||
</files> | ||
</package> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Microsoft Json Schema Packages | ||
|
||
## **0.57.0** [Pointer](https://www.nuget.org/packages/Microsoft.Json.Pointer/0.57.0) | [Schema](https://www.nuget.org/packages/Microsoft.Json.Schema/0.57.0)| [Schema.ToDotNet](https://www.nuget.org/packages/Microsoft.Json.Schema.ToDotNet/0.57.0)| [Schema.Validation](https://www.nuget.org/packages/Microsoft.Json.Schema.Validation/0.57.0) | ||
* Remove dependency on result.ruleMessageId | ||
|
||
## **0.58.0** [Pointer](https://www.nuget.org/packages/Microsoft.Json.Pointer/0.58.0) | [Schema](https://www.nuget.org/packages/Microsoft.Json.Schema/0.58.0)| [Schema.ToDotNet](https://www.nuget.org/packages/Microsoft.Json.Schema.ToDotNet/0.58.0)| [Schema.Validation](https://www.nuget.org/packages/Microsoft.Json.Schema.Validation/0.58.0) | ||
* Package validation and .NET object model generation utilities in Validation and ToDotNet packages. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters