Created
November 13, 2019 12:16
-
-
Save sergiorgiraldo/bd50730df0039bebe67367955aa0e968 to your computer and use it in GitHub Desktop.
semver for dotnetrt core in vscode-put in csproj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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