Skip to content

Commit

Permalink
Push NuGet package v3.3.2.2
Browse files Browse the repository at this point in the history
This package update removes the old, invalid project URLs

Fixes #9
  • Loading branch information
blachniet committed Apr 21, 2020
1 parent d578047 commit 0008da2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
node_modules/
pkg/
*.nupkg
tools/FAKE/
tools/FAKE/
.fake/
package-lock.json
Binary file removed .nuget/NuGet.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion build.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@echo off
.nuget\NuGet.exe install FAKE -OutputDirectory tools -ExcludeVersion
nuget.exe install FAKE -OutputDirectory tools -ExcludeVersion
tools\FAKE\tools\FAKE.exe build.fsx %*
pause
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ open Fake.ProcessHelper
open Fake.Git

let npmVersion = "3.3.2"
let nugetVersion = "3.3.2.1"
let nugetVersion = "3.3.2.2"
let pkgDir = "./pkg/"
let publish = (getBuildParamOrDefault "publish" "false") = "true"

Expand Down

0 comments on commit 0008da2

Please sign in to comment.