We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0539da9 commit 38f0e6cCopy full SHA for 38f0e6c
appveyor.yml
@@ -1,4 +1,4 @@
1
-version: 0.16.1.{build}
+version: 0.17.0.{build}
2
pull_requests:
3
do_not_increment_build_number: true
4
skip_tags: true
package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-dotnet",
- "version": "0.16.1",
+ "version": "0.17.0",
"description": "GraphQL for .NET",
5
"main": "index.js",
6
"scripts": {
src/GraphQL/GraphQL.csproj
@@ -2,7 +2,7 @@
<PropertyGroup>
<Description>GraphQL for .NET</Description>
- <VersionPrefix>0.16.1</VersionPrefix>
+ <VersionPrefix>0.17.0</VersionPrefix>
<Authors>Joe McBride</Authors>
7
<TargetFrameworks>netstandard1.1;net45</TargetFrameworks>
8
<PackageTargetFallback>dnxcore50</PackageTargetFallback>
0 commit comments