Skip to content

Commit

Permalink
added v1.1.0 release notes (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored Feb 19, 2025
1 parent 5718c40 commit 66fffd7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Akka.Templates.csproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageType>Template</PackageType>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionPrefix>1.1.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.37](https://github.com/akkadotnet/akka.net/releases/tag/1.5.37)</PackageReleaseNotes>
<PackageReleaseNotes>* Added F# template support for the [Akka.Console template](https://github.com/akkadotnet/akkadotnet-templates/blob/dev/docs/ConsoleTemplate.md) - see the docs for an example
* Upgraded to [Akka.NET v1.5.38](https://github.com/akkadotnet/akka.net/releases/tag/1.5.38)</PackageReleaseNotes>
<TargetFramework>netstandard2.0</TargetFramework>
<IncludeContentInPack>true</IncludeContentInPack>
<IncludeBuildOutput>false</IncludeBuildOutput>
Expand Down
6 changes: 3 additions & 3 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#### 1.0.0 January 23rd 2025 ####
#### 1.1.0 February 19th 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.37](https://github.com/akkadotnet/akka.net/releases/tag/1.5.37)
* Added F# template support for the [Akka.Console template](https://github.com/akkadotnet/akkadotnet-templates/blob/dev/docs/ConsoleTemplate.md) - see the docs for an example
* Upgraded to [Akka.NET v1.5.38](https://github.com/akkadotnet/akka.net/releases/tag/1.5.38)

0 comments on commit 66fffd7

Please # to comment.