Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit e28de8f

Browse files
authored
Merge pull request #15 from dotFramework/develop
RC1
2 parents b964bd3 + 9ab8380 commit e28de8f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ image: Visual Studio 2017
22
configuration: Release
33
platform: Any CPU
44
skip_branch_with_pr: true
5-
skip_tags: true
5+
skip_tags: true
66

77
install:
88
- ps: $env:version_file_path = ".\version.props"
@@ -63,4 +63,4 @@ for:
6363
- master
6464

6565
on_success:
66-
- ps: # dotnet nuget push bin\Release\DotFramework.DynamicQuery.*.nupkg -k $env:nuget_api_key -s https://api.nuget.org/v3/index.json
66+
- ps: dotnet nuget push bin\Release\DotFramework.DynamicQuery.*.nupkg -k $env:nuget_api_key -s https://api.nuget.org/v3/index.json

version.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<Project>
22
<PropertyGroup>
33
<MajorVersion>3</MajorVersion>
4-
<MinorVersion>0</MinorVersion>
5-
<ReleaseVersion>20</ReleaseVersion>
4+
<MinorVersion>1</MinorVersion>
5+
<ReleaseVersion>0</ReleaseVersion>
66
<Revision>0</Revision>
77

8-
<PackageSemanticVersionSuffix></PackageSemanticVersionSuffix>
9-
<!--<PackageSemanticVersionSuffix>-build.$(Revision)</PackageSemanticVersionSuffix>-->
8+
<PackageSemanticVersionSuffix>-rc1</PackageSemanticVersionSuffix>
9+
<!--<PackageSemanticVersionSuffix>-alpha.$(Revision)</PackageSemanticVersionSuffix>-->
1010
</PropertyGroup>
1111
</Project>

0 commit comments

Comments
 (0)