Skip to content

Commit

Permalink
Updated version and fixed pushing to nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekyEggo committed Aug 24, 2019
1 parent b5aefab commit 5f3051a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sharpdeck",
"version": "4.0.0",
"version": "4.0.1",
"description": "A lightweight .NET wrapper for creating Stream Deck plugins, using the official Elgato Stream Deck SDK.",
"main": "./src/SharpDeck/SharpDeck.csproj",
"directories": {
Expand All @@ -9,7 +9,7 @@
"scripts": {
"nuget:publish": "npm run nuget:pack && npm run nuget:push",
"nuget:pack": "dotnet pack %npm_package_main% -c Release /p:Version=%npm_package_version% /p:AssemblyVersion=%npm_package_version% /p:AssemblyFileVersion=%npm_package_version%",
"nuget:push": "./build/nuget push \"./dist/SharpDeck.%npm_package_version%.nupkg\" %NUGET_API_KEY% -Source https://api.nuget.org/v3/index.json"
"nuget:push": ".\\build\\nuget push \"./dist/SharpDeck.%npm_package_version%.nupkg\" %NUGET_API_KEY% -Source https://api.nuget.org/v3/index.json"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5f3051a

Please sign in to comment.