Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## New in v3.4.5 (Released 2026-08-26)
* Packages now declare the Apache-2.0 license as an SPDX expression (`licenseExpression`) instead of the deprecated `licenseUrl`, and carry repository metadata
* Packages now declare the Apache-2.0 license as an SPDX expression (`licenseExpression`, with `licenseUrl` kept at the canonical `licenses.nuget.org` address for older clients) and carry repository metadata
* Allow consuming projects to use FSharp.Core versions newer than 10.0.102 (#840)
* Refresh `README.md` to describe current v3.x capabilities and remove the legacy Jekyll `docs/` tree in favor of `website/` (guides) and `docs-api/` (API reference)
* Modernize the reverse proxy to use `System.Net.Http.HttpClient` (shared, static instance) instead of the obsolete `WebRequest`/`HttpWebRequest` API
Expand Down
1 change: 1 addition & 0 deletions src/Suave.DotLiquid/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ authors Ademar Gonzalez
owners Ademar Gonzalez
description Suave.DotLiquid provides Liquid templates for Suave web server.
licenseExpression Apache-2.0
licenseUrl https://licenses.nuget.org/Apache-2.0
repositoryUrl https://github.com/SuaveIO/suave
repositoryType git
iconUrl https://raw.githubusercontent.com/SuaveIO/resources/master/images/head_trans.png
Expand Down
1 change: 1 addition & 0 deletions src/Suave.Json/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ authors Ademar Gonzalez
owners Ademar Gonzalez
description Suave.Json provides a small JSON serialization layer for Suave, backed by DataContractJsonSerializer. This package relies on runtime reflection and is NOT compatible with .NET Native AOT.
licenseExpression Apache-2.0
licenseUrl https://licenses.nuget.org/Apache-2.0
repositoryUrl https://github.com/SuaveIO/suave
repositoryType git
iconUrl https://raw.githubusercontent.com/SuaveIO/resources/master/images/head_trans.png
Expand Down
1 change: 1 addition & 0 deletions src/Suave/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ authors Ademar Gonzalez
owners Ademar Gonzalez
description Suave is a simple web development F# library providing a lightweight web server and a set of combinators to manipulate route flow and task composition.
licenseExpression Apache-2.0
licenseUrl https://licenses.nuget.org/Apache-2.0
repositoryUrl https://github.com/SuaveIO/suave
repositoryType git
iconUrl https://raw.githubusercontent.com/SuaveIO/resources/master/images/head_trans.png
Expand Down
Loading