diff --git a/Build/build.ps1 b/Build/build.ps1 index 6c12dd624..0904f6c99 100644 --- a/Build/build.ps1 +++ b/Build/build.ps1 @@ -1,5 +1,5 @@ properties { - $zipFileName = "Json45r4.zip" + $zipFileName = "Json45r5.zip" $majorVersion = "4.5" $majorWithReleaseVersion = "4.5.5" $version = GetVersion $majorWithReleaseVersion @@ -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 } diff --git a/Src/Newtonsoft.Json.Tests/Properties/AssemblyInfo.cs b/Src/Newtonsoft.Json.Tests/Properties/AssemblyInfo.cs index 9a380146e..16bc7626e 100644 --- a/Src/Newtonsoft.Json.Tests/Properties/AssemblyInfo.cs +++ b/Src/Newtonsoft.Json.Tests/Properties/AssemblyInfo.cs @@ -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 diff --git a/Src/Newtonsoft.Json/Properties/AssemblyInfo.cs b/Src/Newtonsoft.Json/Properties/AssemblyInfo.cs index deda195f7..d118eab7b 100644 --- a/Src/Newtonsoft.Json/Properties/AssemblyInfo.cs +++ b/Src/Newtonsoft.Json/Properties/AssemblyInfo.cs @@ -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)]