We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d919391 commit 4e3f5d9Copy full SHA for 4e3f5d9
RELEASE_NOTES.md
@@ -1,3 +1,7 @@
1
+### New in 6.0.1 - (Released 2024/9/22)
2
+
3
+* Updated build system
4
5
### New in 6.0.0 - (Released 2024/4/3)
6
7
* Release with relaxed support for System.Reactive 6.0 and above
src/Directory.Build.props
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
- <VersionPrefix>5.0.0</VersionPrefix>
+ <VersionPrefix>6.0.0</VersionPrefix>
<Authors>Ryan Riley;Steffen Forkmann;Jared Hester</Authors>
<Summary>A F#-friendly wrapper for the Reactive Extensions.</Summary>
<Description>A F#-friendly wrapper for the Reactive Extensions.</Description>
0 commit comments