Skip to content

Commit

Permalink
v1.0.0-alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
Raul Hidalgo Caballero committed Jan 1, 2018
1 parent 53a36f6 commit eab2a03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ jobs:

# Store Artifacts
- store_artifacts:
path: ./src/GraphQL.Server.AspNetCore/bin/Release/GraphQL.Server.AspNetCore.1.0.0-alpha1.nupkg
path: ./src/GraphQL.Server.AspNetCore/bin/Release/GraphQL.Server.AspNetCore.1.0.0-alpha2.nupkg
- store_artifacts:
path: ./src/GraphQL.Server.AspNetCore.GraphiQL/bin/Release/GraphQL.Server.AspNetCore.GraphiQL.1.0.0-alpha1.nupkg
path: ./src/GraphQL.Server.AspNetCore.GraphiQL/bin/Release/GraphQL.Server.AspNetCore.GraphiQL.1.0.0-alpha2.nupkg
- store_artifacts:
path: ./src/GraphQL.Server.AspNetCore.Playground/bin/Release/GraphQL.Server.AspNetCore.Playground.1.0.0-alpha1.nupkg
path: ./src/GraphQL.Server.AspNetCore.Playground/bin/Release/GraphQL.Server.AspNetCore.Playground.1.0.0-alpha2.nupkg
- store_artifacts:
path: ./src/GraphQL.Server.AspNetCore.All/bin/Release/GraphQL.Server.AspNetCore.All.1.0.0-alpha1.nupkg
path: ./src/GraphQL.Server.AspNetCore.All/bin/Release/GraphQL.Server.AspNetCore.All.1.0.0-alpha2.nupkg

# Deploy
- deploy:
Expand Down
2 changes: 1 addition & 1 deletion root.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/deinok/graphql-server-aspnetcore.git</RepositoryUrl>
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
<Version>1.0.0-alpha1</Version>
<Version>1.0.0-alpha2</Version>
<WarningLevel>4</WarningLevel>
</PropertyGroup>

Expand Down

0 comments on commit eab2a03

Please sign in to comment.