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 6ecd4f0 commit 0d513bcCopy full SHA for 0d513bc
appveyor.yml
@@ -1,4 +1,4 @@
1
-version: 2.2.0.{build}
+version: 2.3.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": "2.2.0",
+ "version": "2.3.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>2.2.0</VersionPrefix>
+ <VersionPrefix>2.3.0</VersionPrefix>
<Authors>Joe McBride</Authors>
7
<TargetFrameworks>netstandard2.0;netstandard1.3;net45</TargetFrameworks>
8
<AssemblyName>GraphQL</AssemblyName>
0 commit comments