Skip to content

Commit

Permalink
Merge pull request #293 from akkadotnet/dev
Browse files Browse the repository at this point in the history
v1.4.48 Release
  • Loading branch information
Aaronontheweb authored Jan 24, 2023
2 parents 22767d5 + ffcecb8 commit 1b3ce01
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 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.48 January 24 2023 ####
* [Bump Akka.NET to 1.4.48](https://github.com/akkadotnet/akka.net/releases/tag/1.4.48)
* [Bump MongoDb.Driver to 2.17.0](https://github.com/akkadotnet/Akka.Persistence.MongoDB/pull/284)

#### 1.4.40 July 27 2022 ####
* [Bump Akka.NET to 1.4.40](https://github.com/akkadotnet/akka.net/releases/tag/1.4.40)
* [Fix HighestSequenceNr query not returning proper value](https://github.com/akkadotnet/Akka.Persistence.MongoDB/pull/267)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
<ItemGroup>
<PackageReference Include="Akka.Persistence.Query" Version="$(AkkaVersion)" />
<PackageReference Include="akka.streams" Version="$(AkkaVersion)" />
<PackageReference Include="MongoDB.Driver" Version="2.17.0" />
<PackageReference Include="MongoDB.Driver" Version="2.18.0" />
</ItemGroup>
</Project>
6 changes: 3 additions & 3 deletions src/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
<NetFrameworkTestVersion>net471</NetFrameworkTestVersion>
<NetStandardLibVersion>netstandard2.0</NetStandardLibVersion>

<XunitVersion>2.4.1</XunitVersion>
<TestSdkVersion>17.2.0</TestSdkVersion>
<AkkaVersion>1.4.40</AkkaVersion>
<XunitVersion>2.4.2</XunitVersion>
<TestSdkVersion>17.3.2</TestSdkVersion>
<AkkaVersion>1.4.48</AkkaVersion>
</PropertyGroup>
<!-- SourceLink support for all Akka.NET projects -->
<ItemGroup>
Expand Down

0 comments on commit 1b3ce01

Please sign in to comment.