Skip to content

Commit

Permalink
-Changed build to create symbols NuGet package
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed May 8, 2012
1 parent 05ba339 commit fdabc13
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Build/build.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
properties {
$zipFileName = "Json45r4.zip"
$zipFileName = "Json45r5.zip"
$majorVersion = "4.5"
$majorWithReleaseVersion = "4.5.5"
$version = GetVersion $majorWithReleaseVersion
Expand Down Expand Up @@ -99,7 +99,7 @@ task Package -depends Build {
}
}

exec { .\Tools\NuGet\NuGet.exe pack $workingDir\NuGet\Newtonsoft.Json.nuspec }
exec { .\Tools\NuGet\NuGet.exe pack $workingDir\NuGet\Newtonsoft.Json.nuspec -Symbols }
move -Path .\*.nupkg -Destination $workingDir\NuGet
}

Expand Down
2 changes: 1 addition & 1 deletion Src/Newtonsoft.Json.Tests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@
// by using the '*' as shown below:
[assembly: AssemblyVersion("4.5.0.0")]
#if !PocketPC
[assembly: AssemblyFileVersion("4.5.4.14907")]
[assembly: AssemblyFileVersion("4.5.5.14908")]
#endif
2 changes: 1 addition & 1 deletion Src/Newtonsoft.Json/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
// by using the '*' as shown below:
[assembly: AssemblyVersion("4.5.0.0")]
#if !PocketPC
[assembly: AssemblyFileVersion("4.5.4.14907")]
[assembly: AssemblyFileVersion("4.5.5.14908")]
#endif

[assembly: CLSCompliant(true)]

0 comments on commit fdabc13

Please sign in to comment.