Skip to content

Commit

Permalink
Bring NuGet publishing up to Microsoft requirements. (#1242)
Browse files Browse the repository at this point in the history
  • Loading branch information
Larry Golding authored and michaelcfanning committed Jan 29, 2019
1 parent 0a5292c commit d21b906
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
Binary file modified .nuget/NuGet.exe
Binary file not shown.
6 changes: 3 additions & 3 deletions src/Nuget/Sarif.Multitool.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<id>Sarif.Multitool</id>
<version>$version$</version>
<title>Microsoft SARIF Multitool (includes SARIF SDK)</title>
<authors>microsoft</authors>
<owners>microsoft,tse-securitytools</owners>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Multi-purpose command line tool for analyzing and manipulating SARIF files</description>
<releaseNotes>Version $version$ of the .NET SARIF Multitool (for SARIF v2.0.0)</releaseNotes>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<licenseUrl>https://github.com/Microsoft/sarif-sdk/blob/master/LICENSE</licenseUrl>
<license type="expression">MIT</license>
<projectUrl>https://github.com/microsoft/sarif-sdk</projectUrl>
<iconUrl>https://go.microsoft.com/fwlink/?linkid=2008860</iconUrl>
<tags>SARIF command line static analysis</tags>
Expand Down
7 changes: 4 additions & 3 deletions src/build.props
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,13 @@
</PropertyGroup>

<PropertyGroup Label="Package">
<Authors Condition=" '$(Authors)' == '' ">$(Company)</Authors>
<Owners Condition=" '$(Authors)' == '' ">$(Company),tse-securitytools</Owners>
<Authors>$(Company)</Authors>
<Title>$(AssemblyTitle)</Title>
<PackageRequireLicenseAcceptance Condition=" '$(PackageRequireLicenseAcceptance)' == '' ">false</PackageRequireLicenseAcceptance>
<PackageLicenseUrl Condition=" '$(PackageLicenseUrl)' == '' ">https://github.com/Microsoft/sarif-sdk/blob/master/LICENSE</PackageLicenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl Condition=" '$(PackageProjectUrl)' == '' ">https://github.com/Microsoft/sarif-sdk</PackageProjectUrl>
<PackageIconUrl Condition=" '$(PackageIconUrl)' == '' ">https://go.microsoft.com/fwlink/?linkid=2008860</PackageIconUrl>
<NoWarn>NU5105</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit d21b906

Please sign in to comment.