Psns.Common.Build.GithubTemplate
1.0.0.6
dotnet add package Psns.Common.Build.GithubTemplate --version 1.0.0.6
NuGet\Install-Package Psns.Common.Build.GithubTemplate -Version 1.0.0.6
<PackageReference Include="Psns.Common.Build.GithubTemplate" Version="1.0.0.6" />
paket add Psns.Common.Build.GithubTemplate --version 1.0.0.6
#r "nuget: Psns.Common.Build.GithubTemplate, 1.0.0.6"
// Install Psns.Common.Build.GithubTemplate as a Cake Addin #addin nuget:?package=Psns.Common.Build.GithubTemplate&version=1.0.0.6 // Install Psns.Common.Build.GithubTemplate as a Cake Tool #tool nuget:?package=Psns.Common.Build.GithubTemplate&version=1.0.0.6
Contains template files to start a new Github-hosted project.
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.
## 1.0.0.6
### Features
* Fixing new lines in install.ps1 for HP Fortify additions.
## 1.0.0.5
### Features
* Adding gitignore entry for HP Fortify files.
## 1.0.0.4
### Features
* Escaping dollar signs in nuspec template for pass-through tokens
(see comments in https://github.com/Haacked/NuGet/blob/master/src/Core/Utility/Tokenizer.cs).
## 1.0.0.3
### Features
* Correcting and adding to nuspec template file.
## 1.0.0.2
### Features
* Correcting README template file to use rootnamespace for title.
## 1.0.0.1
### Features
* Incrementing version to propagate nuspec changes to Nuget.
## 1.0.0.0
### Features
* Initial release