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

Commit 0c57b98

Browse files
committed
need to change to pre-release version to restore CI pre-release v5.4.1 packages
1 parent bcf30ec commit 0c57b98

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

build/build.proj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,14 @@
7474
<MSBuild Projects="$(BuildSolutionDir)/src/ServiceStack.Redis/ServiceStack.Redis.Core.csproj"
7575
Targets="Build;Pack"
7676
Properties="Configuration=$(Configuration)" />
77-
77+
7878
<ItemGroup>
7979
<NugetPackagesToMove Include="$(BuildSolutionDir)/src/**/bin/$(Configuration)/*.nupkg"/>
8080
</ItemGroup>
8181
<Move SourceFiles="@(NugetPackagesToMove)" DestinationFolder="$(NuGetPackageDir)" />
8282

83+
<!-- leave .sln in optimal state then NuGet restore .sln to build -->
84+
<CallTarget Targets="ClearNuGetRestoreCaches" />
85+
8386
</Target>
8487
</Project>

src/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.0.0</Version>
4+
<Version>5.4.1</Version>
55
<Authors>ServiceStack</Authors>
66
<Company>ServiceStack, Inc.</Company>
77
<Copyright>&#169; 2008-2018 ServiceStack, Inc</Copyright>

0 commit comments

Comments
 (0)