Skip to content

Commit 38f0e6c

Browse files
committed
Bump to 0.17.0
1 parent 0539da9 commit 38f0e6c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.16.1.{build}
1+
version: 0.17.0.{build}
22
pull_requests:
33
do_not_increment_build_number: true
44
skip_tags: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-dotnet",
3-
"version": "0.16.1",
3+
"version": "0.17.0",
44
"description": "GraphQL for .NET",
55
"main": "index.js",
66
"scripts": {

src/GraphQL/GraphQL.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>GraphQL for .NET</Description>
5-
<VersionPrefix>0.16.1</VersionPrefix>
5+
<VersionPrefix>0.17.0</VersionPrefix>
66
<Authors>Joe McBride</Authors>
77
<TargetFrameworks>netstandard1.1;net45</TargetFrameworks>
88
<PackageTargetFallback>dnxcore50</PackageTargetFallback>

0 commit comments

Comments
 (0)