File tree Expand file tree Collapse file tree 4 files changed +11
-12
lines changed
Newtonsoft.Json/Properties
Newtonsoft.Json.TestConsole/Properties
Newtonsoft.Json.Tests/Properties Expand file tree Collapse file tree 4 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 1
1
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 "
5
5
$version = GetVersion $majorWithReleaseVersion
6
6
$signAssemblies = $false
7
7
$signKeyPath = " C:\Development\Releases\newtonsoft.snk"
8
- $buildDocumentation = $true
8
+ $buildDocumentation = $false
9
9
$buildNuGet = $true
10
10
$treatWarningsAsErrors = $false
11
11
$workingName = if ($workingName ) {$workingName } else {" Working" }
22
22
@ {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 },
23
23
@ {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 },
24
24
# @{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 },
26
25
@ {Name = " Newtonsoft.Json.Net40" ; TestsName = " Newtonsoft.Json.Tests.Net40" ; TestsFunction = " NUnitTests" ; Constants = " NET40" ; FinalDir = " Net40" ; NuGetDir = " net40" ; Framework = " net-4.0" ; Sign = $true },
27
26
@ {Name = " Newtonsoft.Json.Net35" ; TestsName = " Newtonsoft.Json.Tests.Net35" ; TestsFunction = " NUnitTests" ; Constants = " NET35" ; FinalDir = " Net35" ; NuGetDir = " net35" ; Framework = " net-2.0" ; Sign = $true },
28
27
@ {Name = " Newtonsoft.Json.Net20" ; TestsName = " Newtonsoft.Json.Tests.Net20" ; TestsFunction = " NUnitTests" ; Constants = " NET20" ; FinalDir = " Net20" ; NuGetDir = " net20" ; Framework = " net-2.0" ; Sign = $true }
Original file line number Diff line number Diff line change 56
56
//
57
57
// You can specify all the values or you can default the Build and Revision Numbers
58
58
// 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 " ) ]
Original file line number Diff line number Diff line change 75
75
// You can specify all the values or you can default the Revision and Build Numbers
76
76
// by using the '*' as shown below:
77
77
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 " ) ]
Original file line number Diff line number Diff line change 91
91
// You can specify all the values or you can default the Revision and Build Numbers
92
92
// by using the '*' as shown below:
93
93
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 ) ]
You can’t perform that action at this time.
0 commit comments