Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 903f5ce

Browse files
committed
Upgrade to .NET 4.5
1 parent 3a1bfa5 commit 903f5ce

File tree

7 files changed

+15
-12
lines changed

7 files changed

+15
-12
lines changed

NuGet.Signed/ServiceStack.Text.Signed/servicestack.text.signed.nuspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>ServiceStack.Text.Signed</id>
55
<title>ServiceStack.Text.Signed</title>
6-
<version>4.0.0</version>
6+
<version>4.5.0</version>
77
<authors>Service Stack</authors>
88
<owners>Service Stack</owners>
99
<summary>.NET's fastest JSON, JSV and CSV Text Serializers</summary>
@@ -24,4 +24,3 @@
2424
<file src="..\..\src\ServiceStack.Text\**\*.cs" target="src" />
2525
</files>
2626
</package>
27-

NuGet/ServiceStack.Text/servicestack.text.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>ServiceStack.Text</id>
55
<title>.NET's fastest JSON Serializer by ServiceStack</title>
6-
<version>4.0.0</version>
6+
<version>4.5.0</version>
77
<authors>Service Stack</authors>
88
<owners>Service Stack</owners>
99
<summary>.NET's fastest JSON, JSV and CSV Text Serializers</summary>

build/build-pcl.proj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<PropertyGroup>
77
<MajorVersion Condition="$(MajorVersion) == ''">4</MajorVersion>
8-
<MinorVersion Condition="$(MinorVersion) == ''">0</MinorVersion>
8+
<MinorVersion Condition="$(MinorVersion) == ''">5</MinorVersion>
99
<PatchVersion Condition="$(PatchVersion) == ''">$(BUILD_NUMBER)</PatchVersion>
1010
</PropertyGroup>
1111

@@ -78,7 +78,7 @@
7878

7979
<!--Update Min Dependency Version -->
8080
<RegexTransform Include="$(NuGetPackageDir)/**/*.nuspec">
81-
<Find>version="4\.0[^"]*"</Find>
81+
<Find>version="4\.5[^"]*"</Find>
8282
<ReplaceWith>version="$(PackageVersion)"</ReplaceWith>
8383
</RegexTransform>
8484

build/build-sn.proj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<PropertyGroup>
77
<MajorVersion Condition="$(MajorVersion) == ''">4</MajorVersion>
8-
<MinorVersion Condition="$(MinorVersion) == ''">0</MinorVersion>
8+
<MinorVersion Condition="$(MinorVersion) == ''">5</MinorVersion>
99
<PatchVersion Condition="$(PatchVersion) == ''">$(BUILD_NUMBER)</PatchVersion>
1010
</PropertyGroup>
1111

@@ -75,7 +75,7 @@
7575

7676
<!--Update Min Dependency Version -->
7777
<RegexTransform Include="$(NuGetPackageDir)/**/*.nuspec">
78-
<Find>version="4\.0[^"]*"</Find>
78+
<Find>version="4\.5[^"]*"</Find>
7979
<ReplaceWith>version="$(PackageVersion)"</ReplaceWith>
8080
</RegexTransform>
8181
</ItemGroup>

build/build.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SET MSBUILD=C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe
22

3-
REM %MSBUILD% build.proj /target:TeamCityBuild;NuGetPack /property:Configuration=Release;RELEASE=true;PatchVersion=0
3+
%MSBUILD% build.proj /target:TeamCityBuild;NuGetPack /property:Configuration=Release;RELEASE=true;PatchVersion=0
44
REM %MSBUILD% build-sn.proj /target:TeamCityBuild;NuGetPack /property:Configuration=Signed;RELEASE=true;PatchVersion=1
5-
%MSBUILD% build-pcl.proj /target:TeamCityBuild;NuGetPack /property:Configuration=Release;RELEASE=true;PatchVersion=0
5+
REM %MSBUILD% build-pcl.proj /target:TeamCityBuild;NuGetPack /property:Configuration=Release;RELEASE=true;PatchVersion=0

build/build.proj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<PropertyGroup>
77
<MajorVersion Condition="$(MajorVersion) == ''">4</MajorVersion>
8-
<MinorVersion Condition="$(MinorVersion) == ''">0</MinorVersion>
8+
<MinorVersion Condition="$(MinorVersion) == ''">5</MinorVersion>
99
<PatchVersion Condition="$(PatchVersion) == ''">$(BUILD_NUMBER)</PatchVersion>
1010
</PropertyGroup>
1111

@@ -77,7 +77,7 @@
7777
</RegexTransform>
7878
<!--Update Min Dependency Version -->
7979
<RegexTransform Include="$(NuGetPackageDir)/**/*.nuspec">
80-
<Find>version="4\.0[^"]*"</Find>
80+
<Find>version="4\.5[^"]*"</Find>
8181
<ReplaceWith>version="$(PackageVersion)"</ReplaceWith>
8282
</RegexTransform>
8383
</ItemGroup>

src/ServiceStack.Text/ServiceStack.Text.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
1111
<RootNamespace>ServiceStack.Text</RootNamespace>
1212
<AssemblyName>ServiceStack.Text</AssemblyName>
13-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
13+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
1515
<FileUpgradeFlags>
1616
</FileUpgradeFlags>
@@ -42,6 +42,7 @@
4242
<ErrorReport>prompt</ErrorReport>
4343
<WarningLevel>4</WarningLevel>
4444
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
45+
<Prefer32Bit>false</Prefer32Bit>
4546
</PropertyGroup>
4647
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4748
<DebugType>pdbonly</DebugType>
@@ -52,6 +53,7 @@
5253
<WarningLevel>4</WarningLevel>
5354
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
5455
<DocumentationFile>bin\Release\ServiceStack.Text.xml</DocumentationFile>
56+
<Prefer32Bit>false</Prefer32Bit>
5557
</PropertyGroup>
5658
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'MonoTouch|AnyCPU' ">
5759
<DebugType>pdbonly</DebugType>
@@ -61,6 +63,7 @@
6163
<ErrorReport>prompt</ErrorReport>
6264
<WarningLevel>4</WarningLevel>
6365
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
66+
<Prefer32Bit>false</Prefer32Bit>
6467
</PropertyGroup>
6568
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Signed|AnyCPU'">
6669
<OutputPath>bin\Signed\</OutputPath>
@@ -72,6 +75,7 @@
7275
<ErrorReport>prompt</ErrorReport>
7376
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
7477
<WarningLevel>4</WarningLevel>
78+
<Prefer32Bit>false</Prefer32Bit>
7579
</PropertyGroup>
7680
<ItemGroup>
7781
<Reference Include="Microsoft.CSharp" />

0 commit comments

Comments
 (0)