Skip to content

Commit

Permalink
1.0.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
Raul Hidalgo Caballero committed Dec 11, 2017
1 parent 32e4bb3 commit 1174a0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:

# Store Artifacts
- store_artifacts:
path: ./src/GraphQL.Common/bin/Release/GraphQL.Common.1.0.0-beta1.nupkg
path: ./src/GraphQL.Common/bin/Release/GraphQL.Common.1.0.0-beta2.nupkg
- store_artifacts:
path: ./src/GraphQL.Client/bin/Release/GraphQL.Client.1.0.0-beta1.nupkg
path: ./src/GraphQL.Client/bin/Release/GraphQL.Client.1.0.0-beta2.nupkg
2 changes: 1 addition & 1 deletion root.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/deinok/GraphQL.Client.git</RepositoryUrl>
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
<Version>1.0.0-beta1</Version>
<Version>1.0.0-beta2</Version>
<WarningLevel>4</WarningLevel>
</PropertyGroup>

Expand Down

0 comments on commit 1174a0b

Please sign in to comment.