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
7 changes: 7 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 3.3.0 - 22.02.2025
* Switch `Validation` to `Result` and mark `Choice` based `Validation` as obsolete - https://github.com/fsprojects/FSharpx.Extras/pull/440
* Test on net9 and update infra - https://github.com/fsprojects/FSharpx.Extras/pull/441

### 3.2.1 - 27.07.2024
* Fix FSharpx.Extras v3.2.0 breaks compilation - https://github.com/fsprojects/FSharpx.Extras/issues/436

### 3.2.0 - 09.07.2024
* Remove net452 support and update test targets
* Faster and less-memory-consuming niceName - https://github.com/fsprojects/FSharpx.Extras/pull/434
Expand Down
4 changes: 2 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<VersionPrefix>3.2.1</VersionPrefix>
<VersionPrefix>3.3.0</VersionPrefix>
<Owners>Steffen Forkmann and others</Owners>
<Authors>Steffen Forkmann and others</Authors>
<PackageProjectUrl>https://fsprojects.github.io/FSharpx.Extras</PackageProjectUrl>
Expand All @@ -10,7 +10,7 @@
<License>Unlicense</License>
<PackageLicenseExpression>Unlicense</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Copyright>Copyright 2022</Copyright>
<Copyright>Copyright 2025</Copyright>
<PackageTags>fsharpx fsharp</PackageTags>
<Summary>FSharpx.Extras implements general functional constructs on top of the F# core library. Its main target is F# but it aims to be compatible with all .NET languages wherever possible.</Summary>
<Description>FSharpx.Extras implements general functional constructs on top of the F# core library. Its main target is F# but it aims to be compatible with all .NET languages wherever possible.</Description>
Expand Down