We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0917a29 commit 853b521Copy full SHA for 853b521
.appveyor.yml
@@ -1,5 +1,5 @@
1
# Specify version format
2
-version: "1.0.0.{build}"
+version: "1.2.0.{build}"
3
4
# Image to use
5
image: Visual Studio 2017
source/NetCoreServer/NetCoreServer.csproj
@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
- <Version>1.1.0</Version>
+ <Version>1.2.0</Version>
6
<Authors>Ivan Shynkarenka</Authors>
7
<Copyright>Copyright (c) 2019 Ivan Shynkarenka</Copyright>
8
<RepositoryUrl>https://github.com/chronoxor/NetCoreServer</RepositoryUrl>
0 commit comments