Skip to content

Commit 25a87b8

Browse files
author
Raul Hidalgo Caballero
committed
v2.0.0-alpha.2
1 parent d6e5a92 commit 25a87b8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ jobs:
3838
- run: dotnet build --configuration Release
3939
- run: dotnet pack --configuration Release
4040
- store_artifacts:
41-
path: ./src/GraphQL.Common/bin/Release/GraphQL.Common.2.0.0-alpha.1.nupkg
41+
path: ./src/GraphQL.Common/bin/Release/GraphQL.Common.2.0.0-alpha.2.nupkg
4242
- store_artifacts:
43-
path: ./src/GraphQL.Client/bin/Release/GraphQL.Client.2.0.0-alpha.1.nupkg
43+
path: ./src/GraphQL.Client/bin/Release/GraphQL.Client.2.0.0-alpha.2.nupkg
4444
- deploy:
4545
name: MyGet
4646
command: |
4747
if [ "${CIRCLE_BRANCH}" == "master" ]; then
48-
dotnet nuget push ./src/GraphQL.Common/bin/Release/GraphQL.Common.2.0.0-alpha.1.nupkg --api-key $MY_GET_API_KEY --source $MY_GET_SOURCE
49-
dotnet nuget push ./src/GraphQL.Client/bin/Release/GraphQL.Client.2.0.0-alpha.1.nupkg --api-key $MY_GET_API_KEY --source $MY_GET_SOURCE
48+
dotnet nuget push ./src/GraphQL.Common/bin/Release/GraphQL.Common.2.0.0-alpha.2.nupkg --api-key $MY_GET_API_KEY --source $MY_GET_SOURCE
49+
dotnet nuget push ./src/GraphQL.Client/bin/Release/GraphQL.Client.2.0.0-alpha.2.nupkg --api-key $MY_GET_API_KEY --source $MY_GET_SOURCE
5050
fi
5151
workflows:
5252
version: 2

root.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<RepositoryType>git</RepositoryType>
1818
<RepositoryUrl>https://github.com/graphql-dotnet/graphql-client.git</RepositoryUrl>
1919
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
20-
<Version>2.0.0-alpha.1</Version>
20+
<Version>2.0.0-alpha.2</Version>
2121
<WarningLevel>4</WarningLevel>
2222
</PropertyGroup>
2323

0 commit comments

Comments
 (0)