Skip to content

Commit

Permalink
Update to version 6
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpmorris committed Jun 5, 2024
1 parent cebff45 commit bb9463a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
* **Breaking change**: Replace IDisposable with IAsyncDisposable in Blazor components ([#324](https://github.com/mrpmorris/Fluxor/issues/324))
* **Breaking change**: `UseReduxDevTools` no longer ensures `UseRouting` is called ([#360](https://github.com/mrpmorris/Fluxor/issues/360))
* **Breaking change**: `UseReduxDevTools` no longer requires `Newtonsoft.Json` ([#386](https://github.com/mrpmorris/Fluxor/issues/386))
* Support Action Filtering in Redux Dev Tools ([#383](https://github.com/mrpmorris/Fluxor/issues/383))
* Do not consider anchor (Uri.Fragment) when checking Uri for changes in routing middleware ([#455](https://github.com/mrpmorris/Fluxor/issues/455))
* Support Action Filtering in Redux Dev Tools ([#383](https://github.com/mrpmorris/Fluxor/issues/383))
* Do not consider anchor (Uri.Fragment) when checking Uri for changes in routing middleware ([#455](https://github.com/mrpmorris/Fluxor/issues/455))
* Resolve bug where StoreInitializer could cause DisposableCallback to throw an exception ([#491](https://github.com/mrpmorris/Fluxor/issues/491))

## New in 5.9
* Adds additional useful information to exception thrown by `DisposableAction` ([#425](https://github.com/mrpmorris/Fluxor/issues/425))
Expand Down
2 changes: 1 addition & 1 deletion Source/Lib/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<Version>6.0.0-Beta2</Version>
<Version>6.0.0</Version>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<FileVersion>6.0.0.0</FileVersion>

Expand Down

0 comments on commit bb9463a

Please sign in to comment.