Skip to content

Instantly share code, notes, and snippets.

@bcnzer
Created March 23, 2017 17:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bcnzer/b56c28b9ee95e88e5aa93a12d5abf330 to your computer and use it in GitHub Desktop.
Save bcnzer/b56c28b9ee95e88e5aa93a12d5abf330 to your computer and use it in GitHub Desktop.
Sample csproj with a version number
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard1.4</TargetFramework>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Description>I entered a really nice description. This will show up later in my build</Description>
<Version>1.2.3.4</Version>
</PropertyGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment