Skip to content

Commit

Permalink
Updating nuget.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
jbogard committed Aug 5, 2015
1 parent 4a559f9 commit 27ee004
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ properties {
$test_dir = "$build_dir\test"
$result_dir = "$build_dir\results"
$lib_dir = "$base_dir\lib"
$pkgVersion = if ($env:build_number -ne $NULL) { $env:build_number } else { '4.0.1' }
$pkgVersion = if ($env:build_number -ne $NULL) { $env:build_number } else { '4.0.2' }
$assemblyVersion = $pkgVersion -replace "\-.*$", ".0"
$assemblyFileVersion = $pkgVersion -replace "-[^0-9]*", "."
$global:config = "debug"
Expand Down
2 changes: 1 addition & 1 deletion src/AutoMapper/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.1-*",
"version": "4.0.2-*",

"compilationOptions": { "keyFile": "..\\AutoMapper.snk" },

Expand Down
Binary file modified tools/NuGet.exe
Binary file not shown.

0 comments on commit 27ee004

Please sign in to comment.