Skip to content

Commit 1174a0b

Browse files
author
Raul Hidalgo Caballero
committed
1.0.0-beta2
1 parent 32e4bb3 commit 1174a0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525

2626
# Store Artifacts
2727
- store_artifacts:
28-
path: ./src/GraphQL.Common/bin/Release/GraphQL.Common.1.0.0-beta1.nupkg
28+
path: ./src/GraphQL.Common/bin/Release/GraphQL.Common.1.0.0-beta2.nupkg
2929
- store_artifacts:
30-
path: ./src/GraphQL.Client/bin/Release/GraphQL.Client.1.0.0-beta1.nupkg
30+
path: ./src/GraphQL.Client/bin/Release/GraphQL.Client.1.0.0-beta2.nupkg

root.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<RepositoryType>git</RepositoryType>
1616
<RepositoryUrl>https://github.com/deinok/GraphQL.Client.git</RepositoryUrl>
1717
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
18-
<Version>1.0.0-beta1</Version>
18+
<Version>1.0.0-beta2</Version>
1919
<WarningLevel>4</WarningLevel>
2020
</PropertyGroup>
2121

0 commit comments

Comments
 (0)