Skip to content

Commit 336d5ab

Browse files
committed
incress version number
1 parent 0ddbeee commit 336d5ab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
version: 1.0.{build}
1+
version: 1.1.0
22
init:
3-
- if %APPVEYOR_REPO_TAG%==false (appveyor UpdateBuild -Version "%APPVEYOR_BUILD_VERSION%-build%APPVEYOR_BUILD_NUMBER%")
3+
- if %APPVEYOR_REPO_TAG%==false (appveyor UpdateBuild -Version "%APPVEYOR_BUILD_VERSION%-build%APPVEYOR_BUILD_NUMBER%")
44
skip_branch_with_pr: true
55
image: Visual Studio 2017
66
dotnet_csproj:

src/QcloudSharp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
腾讯云 API 的非官方 .Net 封装</Description>
66
<TargetFrameworks>net451;net462;netstandard1.5;netstandard2.0</TargetFrameworks>
77
<NoWarn>$(NoWarn);CS1591</NoWarn>
8-
<Version>1.0.0</Version>
8+
<Version>1.1.0</Version>
99
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1010
<PackageTags>qcloud;腾讯云</PackageTags>
1111
<PackOnBuild>true</PackOnBuild>
1212
<Authors>Chino Chang</Authors>
1313
<PackageId>QcloudSharp</PackageId>
14-
<PackageVersion>1.0.0</PackageVersion>
14+
<PackageVersion>1.1.0</PackageVersion>
1515
<PackageProjectUrl>https://github.com/JoyMoe/QcloudSharp</PackageProjectUrl>
1616
<Title>QcloudSharp</Title>
1717
</PropertyGroup>

0 commit comments

Comments
 (0)