Skip to content

Commit e548019

Browse files
committed
Release 8.0.0-alpha-002
1 parent 58741f3 commit e548019

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Release Notes
22
=============
33

4+
## 8.0.0-alpha-002 - 2025-04-14
5+
6+
- [Fix assembly version](https://github.com/giraffe-fsharp/Giraffe/pull/655)
7+
48
## 8.0.0-alpha-001 - 2025-02-11
59

610
With this release, we're improving the codebase a bit by fixing warnings triggered by Ionide.Analyzers, and adding .NET 9 as a target framework to the project.

src/Giraffe/Giraffe.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<!-- General -->
44
<AssemblyName>Giraffe</AssemblyName>
5-
<Version>8.0.0-alpha-001</Version>
5+
<Version>8.0.0-alpha-002</Version>
66
<Description>A native functional ASP.NET Core web framework for F# developers.</Description>
77
<Copyright>Copyright 2020 Dustin Moris Gorski</Copyright>
88
<Authors>Dustin Moris Gorski and contributors</Authors>

0 commit comments

Comments
 (0)