Skip to content

Commit

Permalink
Merge pull request #156 from petabridge/dev
Browse files Browse the repository at this point in the history
v0.5.4 Release
  • Loading branch information
Aaronontheweb authored Dec 27, 2021
2 parents 6a2e314 + 7ea44af commit b7e36db
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
8 changes: 2 additions & 6 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
#### 0.5.3 September 10 2021 ####
* Upgraded to [Akka.NET 1.4.25](https://github.com/akkadotnet/akka.net/releases/tag/1.4.25)
* [Update FSharp.Core to 5.0.2](https://github.com/petabridge/Akka.Persistence.Extras/pull/138)

#### 0.5.2 November 23 2020 ####
* [Logging PersistentSupervisor child restart failure as error](https://github.com/petabridge/Akka.Persistence.Extras/issues/114)
#### 0.5.4 December 27 2021 ####
* Upgraded to [Akka.NET 1.4.31](https://github.com/akkadotnet/akka.net/releases/tag/1.4.25)
4 changes: 2 additions & 2 deletions build-system/linux-pr-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- template: azure-pipeline.template.yaml
parameters:
name: Ubuntu
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-20.04'
scriptFileName: ./build.sh
scriptArgs: all
scriptArgs: all
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.1.0" />
<PackageReference Include="FluentAssertions" Version="6.2.0" />
<PackageReference Include="FsCheck.Xunit" Version="2.16.3" />
<PackageReference Include="FSharp.Core" Version="5.0.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(TestSdkVersion)" />
Expand Down
4 changes: 2 additions & 2 deletions src/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<NoWarn>$(NoWarn);CS1591</NoWarn>
</PropertyGroup>
<PropertyGroup>
<TestSdkVersion>16.11.0</TestSdkVersion>
<AkkaVersion>1.4.25</AkkaVersion>
<TestSdkVersion>17.0.0</TestSdkVersion>
<AkkaVersion>1.4.31</AkkaVersion>
<NBenchVersion>2.0.1</NBenchVersion>
<XunitVersion>2.4.1</XunitVersion>
<NetCoreTestVersion>netcoreapp3.1</NetCoreTestVersion>
Expand Down

0 comments on commit b7e36db

Please sign in to comment.