Skip to content

Commit

Permalink
Update NuGet meta data to conform with latest requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
brutaldev committed Feb 5, 2024
1 parent 0c578b5 commit fe3e502
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Binary file modified src/.nuget/NuGet.exe
Binary file not shown.
9 changes: 7 additions & 2 deletions src/Brutal.Dev.StrongNameSigner.Setup/StrongNameSigner.nuspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<package>
<metadata>
<id>Brutal.Dev.StrongNameSigner</id>
<version>3.5.0</version>
<title>.NET Assembly Strong-Name Signer</title>
<authors>Werner van Deventer</authors>
<owners>Werner van Deventer</owners>
<licenseUrl>https://github.com/brutaldev/StrongNameSigner#license</licenseUrl>
<projectUrl>https://github.com/brutaldev/StrongNameSigner</projectUrl>
<iconUrl>https://raw.githubusercontent.com/brutaldev/StrongNameSigner/master/src/Brutal.Dev.StrongNameSigner.UI/Icon.ico</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -23,6 +22,9 @@ The tool will also re-write the assembly references (as well as any InternalsVis
<releaseNotes>
Fix #82 - Add additional probing paths for legacy .NET framework assembly signing.
</releaseNotes>
<icon>images\Icon.png</icon>
<license type="file">docs\LICENSE.md</license>
<readme>docs\README.md</readme>
<copyright>Werner van Deventer (https://brutaldev.com)</copyright>
<language>en-US</language>
<tags>strongname assembly gac unsigned strong name automatic</tags>
Expand All @@ -37,5 +39,8 @@ Fix #82 - Add additional probing paths for legacy .NET framework assembly signin
<file src="..\Brutal.Dev.StrongNameSigner.Console\bin\Release\PowerArgs.dll" target="build" />
<file src="..\Brutal.Dev.StrongNameSigner.Console\bin\Release\StrongNameSigner.Console.exe" target="build" />
<file src="..\Brutal.Dev.StrongNameSigner.Console\bin\Release\StrongNameSigner.Console.exe.config" target="build" />
<file src="..\..\LICENSE.md" target="docs" />
<file src="..\..\README.md" target="docs" />
<file src="..\Brutal.Dev.StrongNameSigner.UI\Icon.png" target="images" />
</files>
</package>
Binary file added src/Brutal.Dev.StrongNameSigner.UI/Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fe3e502

Please sign in to comment.