Skip to content

Commit 4bc6e27

Browse files
committed
-Increment version to 7.0.1
1 parent 2dd8799 commit 4bc6e27

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

Build/build.ps1

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
properties {
2-
$zipFileName = "Json60r8.zip"
3-
$majorVersion = "6.0"
4-
$majorWithReleaseVersion = "6.0.8"
2+
$zipFileName = "Json70r1.zip"
3+
$majorVersion = "7.0"
4+
$majorWithReleaseVersion = "7.0.1"
55
$version = GetVersion $majorWithReleaseVersion
66
$signAssemblies = $false
77
$signKeyPath = "C:\Development\Releases\newtonsoft.snk"
8-
$buildDocumentation = $true
8+
$buildDocumentation = $false
99
$buildNuGet = $true
1010
$treatWarningsAsErrors = $false
1111
$workingName = if ($workingName) {$workingName} else {"Working"}
@@ -22,7 +22,6 @@
2222
@{Name = "Newtonsoft.Json.Portable"; TestsName = "Newtonsoft.Json.Tests.Portable"; TestsFunction = "NUnitTests"; Constants="PORTABLE"; FinalDir="Portable"; NuGetDir = "portable-net45+wp80+win8+wpa81+aspnetcore50"; Framework="net-4.0"; Sign=$true},
2323
@{Name = "Newtonsoft.Json.Portable40"; TestsName = "Newtonsoft.Json.Tests.Portable40"; TestsFunction = "NUnitTests"; Constants="PORTABLE40"; FinalDir="Portable40"; NuGetDir = "portable-net40+sl5+wp80+win8+wpa81"; Framework="net-4.0"; Sign=$true},
2424
#@{Name = $null; TestsName = "Newtonsoft.Json.Tests.AspNetCore50"; TestsFunction = "CoreClrTests"; Constants="ASPNETCORE50"; FinalDir="ASPNETCORE50"; NuGetDir = $null; Framework=$null; Sign=$null},
25-
@{Name = "Newtonsoft.Json.WinRT"; TestsName = "Newtonsoft.Json.Tests.WinRT"; TestsFunction = "WinRTTests"; Constants="NETFX_CORE"; FinalDir="WinRT"; NuGetDir = "netcore45"; Framework="net-4.5"; Sign=$true},
2625
@{Name = "Newtonsoft.Json.Net40"; TestsName = "Newtonsoft.Json.Tests.Net40"; TestsFunction = "NUnitTests"; Constants="NET40"; FinalDir="Net40"; NuGetDir = "net40"; Framework="net-4.0"; Sign=$true},
2726
@{Name = "Newtonsoft.Json.Net35"; TestsName = "Newtonsoft.Json.Tests.Net35"; TestsFunction = "NUnitTests"; Constants="NET35"; FinalDir="Net35"; NuGetDir = "net35"; Framework="net-2.0"; Sign=$true},
2827
@{Name = "Newtonsoft.Json.Net20"; TestsName = "Newtonsoft.Json.Tests.Net20"; TestsFunction = "NUnitTests"; Constants="NET20"; FinalDir="Net20"; NuGetDir = "net20"; Framework="net-2.0"; Sign=$true}

Src/Newtonsoft.Json.TestConsole/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@
5656
//
5757
// You can specify all the values or you can default the Build and Revision Numbers
5858
// by using the '*' as shown below:
59-
[assembly: AssemblyVersion("6.0.0.0")]
60-
[assembly: AssemblyFileVersion("6.0.8.18111")]
59+
[assembly: AssemblyVersion("7.0.0.0")]
60+
[assembly: AssemblyFileVersion("7.0.1.18113")]

Src/Newtonsoft.Json.Tests/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@
7575
// You can specify all the values or you can default the Revision and Build Numbers
7676
// by using the '*' as shown below:
7777

78-
[assembly: AssemblyVersion("6.0.0.0")]
79-
[assembly: AssemblyFileVersion("6.0.8.18111")]
78+
[assembly: AssemblyVersion("7.0.0.0")]
79+
[assembly: AssemblyFileVersion("7.0.1.18113")]

Src/Newtonsoft.Json/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@
9191
// You can specify all the values or you can default the Revision and Build Numbers
9292
// by using the '*' as shown below:
9393

94-
[assembly: AssemblyVersion("6.0.0.0")]
95-
[assembly: AssemblyFileVersion("6.0.8.18111")]
96-
[assembly: CLSCompliant(true)]
94+
[assembly: AssemblyVersion("7.0.0.0")]
95+
[assembly: AssemblyFileVersion("7.0.1.18113")]
96+
[assembly: CLSCompliant(true)]

0 commit comments

Comments
 (0)