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 328f413 commit 6f95143Copy full SHA for 6f95143
.travis.yml
@@ -7,5 +7,8 @@ before_script:
7
- psql -c 'create database JsonApiDotNetCoreExample;' -U postgres
8
mono: none
9
dotnet: 1.0.0-preview2-1-003177
10
+branches:
11
+ only:
12
+ - master
13
script:
- - ./build.sh
14
+ - ./build.shgit
src/JsonApiDotNetCore/project.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "0.2.10",
+ "version": "0.2.11",
3
4
"dependencies": {
5
"Microsoft.NETCore.App": {
0 commit comments