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

Commit 99a016c

Browse files
committed
bump to v5.8
1 parent bcb7c33 commit 99a016c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<Project>
22

33
<PropertyGroup>
4-
<Version>5.7.1</Version>
4+
<Version>5.8.0</Version>
55
<AssemblyVersion>5.0.0.0</AssemblyVersion>
66
<Authors>ServiceStack</Authors>
77
<Company>ServiceStack, Inc.</Company>
88
<Copyright>&#169; 2008-2018 ServiceStack, Inc</Copyright>
9-
<PackageOutputPath>$(MSBuildProjectDirectory)/../../NuGet/</PackageOutputPath>
9+
<PackageOutputPath>$(MSBuildProjectDirectory)/../../NuGet/</PackageOutputPath>
1010
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1111
<PackageProjectUrl>https://github.com/ServiceStack/ServiceStack.OrmLite</PackageProjectUrl>
1212
<PackageLicenseUrl>https://servicestack.net/terms</PackageLicenseUrl>

tests/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<Project>
22

33
<PropertyGroup>
4-
<Version>5.7.1</Version>
4+
<Version>5.8.0</Version>
55
<AssemblyVersion>5.0.0.0</AssemblyVersion>
66
<LangVersion>latest</LangVersion>
7-
<Authors>ServiceStack</Authors>
7+
<Authors>ServiceStack</Authors>
88
<Company>ServiceStack, Inc.</Company>
99
<Copyright>&#169; 2008-2018 ServiceStack, Inc</Copyright>
1010
</PropertyGroup>

0 commit comments

Comments
 (0)