Skip to content

Instantly share code, notes, and snippets.

@sergiorgiraldo
Created November 13, 2019 12:16
Show Gist options
  • Save sergiorgiraldo/bd50730df0039bebe67367955aa0e968 to your computer and use it in GitHub Desktop.
Save sergiorgiraldo/bd50730df0039bebe67367955aa0e968 to your computer and use it in GitHub Desktop.
semver for dotnetrt core in vscode-put in csproj
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.2</TargetFramework>
<Deterministic>False</Deterministic>
<Authors>Sérgio Giraldo</Authors>
<Company>sergiorgiraldo</Company>
<Copyright>(c) sergio giraldo - 2019</Copyright>
<Product>shorten</Product>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionSuffix>$([System.DateTime]::UtcNow.ToString(yyyyMMdd-HHmm))</VersionSuffix>
</PropertyGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment