Skip to content

Commit

Permalink
added Akka.NET v1.5.37 upgrade (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored Jan 23, 2025
1 parent 188c7f1 commit b4036a2
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 15 deletions.
3 changes: 2 additions & 1 deletion Akka.Templates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
<VersionPrefix>1.0.0</VersionPrefix>
<PackageId>Akka.Templates</PackageId>
<Title>Akka.NET Project Templates</Title>
<Copyright>Copyright © 2013-2025 Akka.NET Team</Copyright>
<Authors>AkkaDotNet</Authors>
<Description>Templates to use when creating new Akka.NET applications.</Description>
<PackageTags>dotnet-new;templates;akkadotnet;akka;</PackageTags>
<PackageReleaseNotes>* Simplified and renamed all Akka.Templates per [https://github.com/akkadotnet/akkadotnet-templates/issues/225](https://github.com/akkadotnet/akkadotnet-templates/issues/225)
* Upgraded to Akka.NET v1.5.36</PackageReleaseNotes>
* Upgraded to [Akka.NET v1.5.37](https://github.com/akkadotnet/akka.net/releases/tag/1.5.37)</PackageReleaseNotes>
<TargetFramework>netstandard2.0</TargetFramework>
<IncludeContentInPack>true</IncludeContentInPack>
<IncludeBuildOutput>false</IncludeBuildOutput>
Expand Down
4 changes: 2 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#### 1.0.0 January 22 2025 ####
#### 1.0.0 January 23rd 2025 ####

* Simplified and renamed all Akka.Templates per [https://github.com/akkadotnet/akkadotnet-templates/issues/225](https://github.com/akkadotnet/akkadotnet-templates/issues/225)
* Upgraded to Akka.NET v1.5.36
* Upgraded to [Akka.NET v1.5.37](https://github.com/akkadotnet/akka.net/releases/tag/1.5.37)
2 changes: 1 addition & 1 deletion src/AkkaConsoleTemplate/AkkaConsoleTemplate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Akka.Hosting" Version="1.5.36" />
<PackageReference Include="Akka.Hosting" Version="1.5.37" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0"/>
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions src/AkkaStreamsTemplate/AkkaStreamsTemplate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Akka.Hosting" Version="1.5.36" />
<PackageReference Include="Akka.Streams" Version="1.5.36" />
<PackageReference Include="Akka.Hosting" Version="1.5.37" />
<PackageReference Include="Akka.Streams" Version="1.5.37" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0"/>
</ItemGroup>

Expand Down
4 changes: 0 additions & 4 deletions src/WebApiTemplate/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,4 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<PropertyGroup Label="Dependencies">
<PbmVersion>1.4.3</PbmVersion>
</PropertyGroup>
</Project>
18 changes: 13 additions & 5 deletions src/WebApiTemplate/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,21 @@
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>


<PropertyGroup Label="SharedVersions">
<AkkaVersion>1.5.37</AkkaVersion>
<AkkaHostingVersion>1.5.37</AkkaHostingVersion>
<AkkaManagementVersion>1.5.37</AkkaManagementVersion>
<PbmVersion>1.4.4</PbmVersion>
</PropertyGroup>

<!-- Akka.NET Package Versions -->
<ItemGroup>
<PackageVersion Include="Akka" Version="1.5.35" />
<PackageVersion Include="Akka.Cluster.Hosting" Version="1.5.33" />
<PackageVersion Include="Akka.Discovery.Azure" Version="1.5.33" />
<PackageVersion Include="Akka" Version="$(AkkaVersion)" />
<PackageVersion Include="Akka.Cluster.Hosting" Version="$(AkkaHostingVersion)" />
<PackageVersion Include="Akka.Discovery.Azure" Version="$(AkkaManagementVersion)" />
<PackageVersion Include="Akka.HealthCheck.Hosting.Web" Version="1.5.31" />
<PackageVersion Include="Akka.Management" Version="1.5.33" />
<PackageVersion Include="Akka.Management" Version="$(AkkaManagementVersion)" />
<PackageVersion Include="Akka.Persistence.Azure.Hosting" Version="1.5.32.1" />
<PackageVersion Include="Microsoft.NET.Build.Containers" Version="8.0.200" />
<PackageVersion Include="Petabridge.Cmd.Cluster.Sharding" Version="$(PbmVersion)" />
Expand All @@ -31,6 +39,6 @@
<PackageVersion Include="xunit.runner.visualstudio" Version="3.0.1" />
<PackageVersion Include="FluentAssertions" Version="7.0.0" />
<PackageVersion Include="coverlet.collector" Version="6.0.3" />
<PackageVersion Include="Akka.Hosting.TestKit" Version="1.5.35" />
<PackageVersion Include="Akka.Hosting.TestKit" Version="$(AkkaHostingVersion)" />
</ItemGroup>
</Project>

0 comments on commit b4036a2

Please # to comment.