1 parent fe313f1 commit 04ded83Copy full SHA for 04ded83
2 files changed
.appveyor.yml
@@ -1,5 +1,5 @@
1
# Specify version format
2
-version: "1.6.0.{build}"
+version: "1.7.0.{build}"
3
4
# Image to use
5
image: Visual Studio 2019
source/NetCoreServer/NetCoreServer.csproj
@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
- <Version>1.6.0</Version>
+ <Version>1.7.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