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 e6d8c3f commit 1ffd68eCopy full SHA for 1ffd68e
appveyor.yml
@@ -19,7 +19,7 @@ deploy:
19
secure: 6CeYcZ4Ze+57gxfeuHzqP6ldbUkPtF6pfpVM1Gw/K2jExFrAz763gNAQ++tiacq3
20
skip_symbols: true
21
on:
22
- branch: master
+ branch: staging
23
- provider: NuGet
24
name: production
25
api_key:
src/JsonApiDotNetCore/project.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "0.2.12",
+ "version": "1.0.0-beta1-*",
3
4
"dependencies": {
5
"Microsoft.NETCore.App": {
0 commit comments