Skip to content

Commit 0f4099d

Browse files
author
Raul Hidalgo Caballero
committed
v1.0.3
1 parent 469701a commit 0f4099d

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
@@ -40,17 +40,17 @@ jobs:
4040

4141
# Store Artifacts
4242
- store_artifacts:
43-
path: ./src/GraphQL.Common/bin/Release/GraphQL.Common.1.0.2.nupkg
43+
path: ./src/GraphQL.Common/bin/Release/GraphQL.Common.1.0.3.nupkg
4444
- store_artifacts:
45-
path: ./src/GraphQL.Client/bin/Release/GraphQL.Client.1.0.2.nupkg
45+
path: ./src/GraphQL.Client/bin/Release/GraphQL.Client.1.0.3.nupkg
4646

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

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>1.0.2</Version>
20+
<Version>1.0.3</Version>
2121
<WarningLevel>4</WarningLevel>
2222
</PropertyGroup>
2323

0 commit comments

Comments
 (0)