diff --git a/Akka.Templates.csproj b/Akka.Templates.csproj index 415d60e..735ba7e 100644 --- a/Akka.Templates.csproj +++ b/Akka.Templates.csproj @@ -1,15 +1,15 @@ Template - 1.0.0 + 1.1.0 Akka.Templates Akka.NET Project Templates Copyright © 2013-2025 Akka.NET Team AkkaDotNet Templates to use when creating new Akka.NET applications. dotnet-new;templates;akkadotnet;akka; - * 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) netstandard2.0 true false diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 374b087..c2c2742 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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)