Skip to content

Commit 585c09a

Browse files
author
Raul Hidalgo Caballero
committed
v1.0.1
1 parent 46edc75 commit 585c09a

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
@@ -42,15 +42,15 @@ jobs:
4242
- store_artifacts:
4343
path: ./src/GraphQL.Common/bin/Release/GraphQL.Common.1.0.0.nupkg
4444
- store_artifacts:
45-
path: ./src/GraphQL.Client/bin/Release/GraphQL.Client.1.0.0.nupkg
45+
path: ./src/GraphQL.Client/bin/Release/GraphQL.Client.1.0.1.nupkg
4646

4747
# Deploy
4848
- deploy:
4949
name: MyGet
5050
command: |
5151
if [ "${CIRCLE_BRANCH}" == "master" ]; then
5252
dotnet nuget push ./src/GraphQL.Common/bin/Release/GraphQL.Common.1.0.0.nupkg --api-key $MY_GET_API_KEY --source $MY_GET_SOURCE
53-
dotnet nuget push ./src/GraphQL.Client/bin/Release/GraphQL.Client.1.0.0.nupkg --api-key $MY_GET_API_KEY --source $MY_GET_SOURCE
53+
dotnet nuget push ./src/GraphQL.Client/bin/Release/GraphQL.Client.1.0.1.nupkg --api-key $MY_GET_API_KEY --source $MY_GET_SOURCE
5454
fi
5555
5656
workflows:

src/GraphQL.Client/GraphQL.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<PropertyGroup>
77
<Description>A GraphQL Client</Description>
8-
<Version>1.0.0</Version>
8+
<Version>1.0.1</Version>
99
</PropertyGroup>
1010

1111
<PropertyGroup>

0 commit comments

Comments
 (0)