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

Commit

Permalink
Upgrade to v4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Aug 20, 2016
1 parent b0b3785 commit 0794170
Show file tree
Hide file tree
Showing 23 changed files with 2,130 additions and 791 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>ServiceStack.Admin.Signed</id>
<version>4.0.0</version>
<version>4.5.0</version>
<authors>ServiceStack</authors>
<owners>ServiceStack</owners>
<description>
Expand All @@ -15,7 +15,7 @@
<language>en-US</language>
<copyright>ServiceStack 2016 and Contributors</copyright>
<dependencies>
<dependency id="ServiceStack.Server.Signed" version="4.0.0" />
<dependency id="ServiceStack.Server.Signed" version="4.5.0" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions NuGet/ServiceStack.Admin/servicestack.admin.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>ServiceStack.Admin</id>
<version>4.0.0</version>
<version>4.5.0</version>
<authors>ServiceStack</authors>
<owners>ServiceStack</owners>
<description>
Expand All @@ -15,7 +15,7 @@
<language>en-US</language>
<copyright>ServiceStack 2016 and Contributors</copyright>
<dependencies>
<dependency id="ServiceStack.Server" version="4.0.0" />
<dependency id="ServiceStack.Server" version="4.5.0" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions build/build-sn.proj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<PropertyGroup>
<MajorVersion Condition="$(MajorVersion) == ''">4</MajorVersion>
<MinorVersion Condition="$(MinorVersion) == ''">0</MinorVersion>
<MinorVersion Condition="$(MinorVersion) == ''">5</MinorVersion>
<PatchVersion Condition="$(PatchVersion) == ''">$(BUILD_NUMBER)</PatchVersion>
</PropertyGroup>

Expand Down Expand Up @@ -66,7 +66,7 @@

<!--Update Min Dependency Version -->
<RegexTransform Include="$(NuGetPackageDir)/**/*.nuspec">
<Find>version="4\.0[^"]*"</Find>
<Find>version="4\.5[^"]*"</Find>
<ReplaceWith>version="$(PackageVersion)"</ReplaceWith>
</RegexTransform>
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions build/build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<PropertyGroup>
<MajorVersion Condition="$(MajorVersion) == ''">4</MajorVersion>
<MinorVersion Condition="$(MinorVersion) == ''">0</MinorVersion>
<MinorVersion Condition="$(MinorVersion) == ''">5</MinorVersion>
<PatchVersion Condition="$(PatchVersion) == ''">$(BUILD_NUMBER)</PatchVersion>
</PropertyGroup>

Expand Down Expand Up @@ -56,7 +56,7 @@
</RegexTransform>
<!--Update Min Dependency Version -->
<RegexTransform Include="$(NuGetPackageDir)/**/*.nuspec">
<Find>version="4\.0[^"]*"</Find>
<Find>version="4\.5[^"]*"</Find>
<ReplaceWith>version="$(PackageVersion)"</ReplaceWith>
</RegexTransform>
</ItemGroup>
Expand Down
Binary file modified lib/ServiceStack.Client.dll
Binary file not shown.
Binary file modified lib/ServiceStack.Common.dll
Binary file not shown.
Binary file modified lib/ServiceStack.Interfaces.dll
Binary file not shown.
Binary file modified lib/ServiceStack.OrmLite.Sqlite.dll
Binary file not shown.
Binary file modified lib/ServiceStack.OrmLite.dll
Binary file not shown.
2,898 changes: 2,116 additions & 782 deletions lib/ServiceStack.OrmLite.xml

Large diffs are not rendered by default.

Binary file modified lib/ServiceStack.Redis.dll
Binary file not shown.
Binary file modified lib/ServiceStack.Server.dll
Binary file not shown.
Binary file modified lib/ServiceStack.Text.dll
Binary file not shown.
Binary file modified lib/ServiceStack.dll
Binary file not shown.
5 changes: 5 additions & 0 deletions lib/ServiceStack.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified lib/signed/ServiceStack.Client.dll
Binary file not shown.
Binary file modified lib/signed/ServiceStack.Common.dll
Binary file not shown.
Binary file modified lib/signed/ServiceStack.OrmLite.SqlServer.dll
Binary file not shown.
Binary file modified lib/signed/ServiceStack.OrmLite.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/signed/ServiceStack.Redis.XML

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified lib/signed/ServiceStack.Redis.dll
Binary file not shown.
Binary file modified lib/signed/ServiceStack.Text.dll
Binary file not shown.
Binary file modified lib/signed/ServiceStack.dll
Binary file not shown.

0 comments on commit 0794170

Please sign in to comment.