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 29e14fd commit 07a994bCopy full SHA for 07a994b
.gitlab-ci.yml
@@ -9,6 +9,6 @@ build:
9
stage: build
10
script:
11
- 'dotnet pack ./src/JsonApiDotNetCore -c Release -o ./artifacts'
12
- - 'mono NuGet.exe push ./artifacts/*.nupkg %NugetAPIKey% -Source %NugetSource%'
+ - 'mono /bin/NuGet.exe push ./artifacts/*.nupkg %NugetAPIKey% -Source %NugetSource%'
13
only:
14
- master
src/JsonApiDotNetCore/project.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "1.0.0-*",
+ "version": "0.2.0",
3
4
"dependencies": {
5
"Microsoft.NETCore.App": {
0 commit comments