We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c73e3ad commit 0f6a094Copy full SHA for 0f6a094
src/dotnet-version.csproj
@@ -1,9 +1,9 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<OutputType>Exe</OutputType>
4
<TargetFramework>netcoreapp1.0</TargetFramework>
5
<RootNamespace>Skarp.Version.Cli</RootNamespace>
6
- <Version>0.3.1</Version>
+ <Version>0.4.0</Version>
7
<Title>dotnet-version-cli</Title>
8
<Authors>nover</Authors>
9
<Description>A dotnet core CliTool for changing your csproj Version and automatically comitting and tagging - npm version style.</Description>
0 commit comments