From eab2a03ebe28bd37ce7bd6afebb6f99d33114d60 Mon Sep 17 00:00:00 2001 From: Raul Hidalgo Caballero Date: Mon, 1 Jan 2018 21:22:30 +0100 Subject: [PATCH] v1.0.0-alpha2 --- .circleci/config.yml | 8 ++++---- root.props | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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