Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkatufus committed Dec 21, 2021
2 parents 9c7f051 + bce0c34 commit 4584006
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### 1.4.31 December 21 2021 ####
* Upgraded to [Akka.NET 1.4.31](https://github.com/akkadotnet/akka.net/releases/tag/1.4.31)
* [Upgraded StackExchange.Redis to 2.2.88](https://github.com/akkadotnet/Akka.Persistence.Redis/pull/179)

#### 1.4.25 September 9 2021 ####
* Upgraded to [Akka.NET 1.4.25](https://github.com/akkadotnet/akka.net/releases/tag/1.4.25)
* [Upgraded StackExchange.Redis to 2.2.62](https://github.com/akkadotnet/Akka.Persistence.Redis/pull/154)
Expand Down
4 changes: 2 additions & 2 deletions build-system/pr-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
parameters:
name: 'linux_pr'
displayName: 'Linux PR Validation'
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-20.04'
scriptFileName: ./build.sh
scriptArgs: RunTests
scriptArgs: RunTests
6 changes: 3 additions & 3 deletions src/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ Other Changes**
<PropertyGroup>
<XunitVersion>2.4.1</XunitVersion>
<TestSdkVersion>16.11.0</TestSdkVersion>
<AkkaVersion>1.4.25</AkkaVersion>
<RedisVersion>2.2.62</RedisVersion>
<AkkaVersion>1.4.31</AkkaVersion>
<RedisVersion>2.2.88</RedisVersion>
<DockerVersion>3.125.5</DockerVersion>
<NetCoreTestVersion>netcoreapp3.1</NetCoreTestVersion>
<NetStandardVersion>netstandard2.0</NetStandardVersion>
Expand All @@ -57,7 +57,7 @@ Other Changes**
</PropertyGroup>
<!-- SourceLink support for all Akka.NET projects -->
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>
<PropertyGroup>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="MessagePack" Version="2.3.75" />
<PackageReference Include="MessagePack" Version="2.3.85" />
</ItemGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == '$(NetFrameworkTestVersion)' ">
Expand Down

0 comments on commit 4584006

Please sign in to comment.