Linn Template Solution.
Install: dotnet new -i Linn.Template
Create new solution: dotnet new linntemplate -n {namespace} -s {solutionFileName}
e.g. dotnet new Linn.Template -n Linn.Events -s Events.sln
-
Edit Linn.Template.nuspec to update the version number.
-
Make a new package to upload to Nuget
.\nuget.exe pack .\Linn.Template.nuspec
-
Push new package to nuget
dotnet nuget push [new .nupkg file] --api-key [api key] --source https://www.nuget.org/api/v2/package