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

Commit acd33e0

Browse files
committed
Upgrade to v5.6.1
1 parent e40df0c commit acd33e0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/ServiceStack.Redis.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{38F69F8F
1212
Directory.Build.props = Directory.Build.props
1313
ServiceStack.Redis\ServiceStack.Redis.Core.csproj = ServiceStack.Redis\ServiceStack.Redis.Core.csproj
1414
..\build\build-core.proj = ..\build\build-core.proj
15+
..\tests\Directory.Build.props = ..\tests\Directory.Build.props
1516
EndProjectSection
1617
EndProject
1718
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceStack.Redis", "ServiceStack.Redis\ServiceStack.Redis.csproj", "{AF99F19B-4C04-4F58-81EF-B092F1FCC540}"

tests/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<Version>5.5.1</Version>
4+
<Version>5.6.1</Version>
55
<LangVersion>latest</LangVersion>
66
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
77
</PropertyGroup>

0 commit comments

Comments
 (0)