diff --git a/.circleci/config.yml b/.circleci/config.yml index ac9a080..275e8d8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: diff --git a/root.props b/root.props index 5289c92..2d87eb0 100644 --- a/root.props +++ b/root.props @@ -16,7 +16,7 @@ git https://github.com/deinok/graphql-server-aspnetcore.git True - 1.0.0-alpha1 + 1.0.0-alpha2 4