CreateSnkFile 1.0.1.1
See the version list below for details.
dotnet add package CreateSnkFile --version 1.0.1.1
NuGet\Install-Package CreateSnkFile -Version 1.0.1.1
<PackageReference Include="CreateSnkFile" Version="1.0.1.1" />
paket add CreateSnkFile --version 1.0.1.1
#r "nuget: CreateSnkFile, 1.0.1.1"
// Install CreateSnkFile as a Cake Addin #addin nuget:?package=CreateSnkFile&version=1.0.1.1 // Install CreateSnkFile as a Cake Tool #tool nuget:?package=CreateSnkFile&version=1.0.1.1
This is an msbuild target that will try to create the key file that is used by the project it is installed to when it doesn't exist already.
Which is a well known problem for open source projects:
You do want to sign your assemblies, but you don't want to give away the key file.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Uses Daniel Schroeder's script to mark itself as developmentDependency. http://blog.danskingdom.com/have-your-nuget-package-install-itself-as-a-development-dependency/