CreateSnkFile 1.1.2

dotnet add package CreateSnkFile --version 1.1.2
                    
NuGet\Install-Package CreateSnkFile -Version 1.1.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CreateSnkFile" Version="1.1.2">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CreateSnkFile" Version="1.1.2" />
                    
Directory.Packages.props
<PackageReference Include="CreateSnkFile">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CreateSnkFile --version 1.1.2
                    
#r "nuget: CreateSnkFile, 1.1.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=CreateSnkFile&version=1.1.2
                    
Install CreateSnkFile as a Cake Addin
#tool nuget:?package=CreateSnkFile&version=1.1.2
                    
Install CreateSnkFile as a Cake Tool

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.

There are no supported framework assets in this package.

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.

Version Downloads Last updated
1.1.2 1,818 4/5/2015
1.0.1.1 1,411 11/18/2013
1.0.1 1,894 11/14/2013

- moved to the new way to auto-install .targets files

- changed how Microsoft.Build.Tasks.v*.dll is resolved, should be much more "future roof" (if there's such a thing in .Net development)