Skip to content

Commit

Permalink
Pushed 0.9.6.0-alpha to Nuget
Browse files Browse the repository at this point in the history
Also altered the build script a little
  • Loading branch information
LordMike committed Aug 10, 2016
1 parent a3d7d8d commit 07e6621
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 2 additions & 4 deletions BuildNuget.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
cd TMDbLib

del /s /q bin\Release
dotnet pack -o ..\Nuget -c Release
del /s /q TMDbLib\bin\Release
dotnet pack TMDbLib\ -o Nuget -c Release
3 changes: 3 additions & 0 deletions Nuget/TMDbLib.0.9.6.0-alpha.nupkg
Git LFS file not shown
3 changes: 3 additions & 0 deletions Nuget/TMDbLib.0.9.6.0-alpha.symbols.nupkg
Git LFS file not shown
2 changes: 1 addition & 1 deletion TMDbLib/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.9.5.0-alpha",
"version": "0.9.6.0-alpha",
"title": "TMDb Library",
"authors": [ "LordMike", "Naliath" ],
"packOptions": {
Expand Down

0 comments on commit 07e6621

Please sign in to comment.