Skip to content

Commit 4e3f5d9

Browse files
authored
Update Versions to 6.x (#178)
Updating to a minor version to check the updated CI pipeline
1 parent d919391 commit 4e3f5d9

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,3 +1,7 @@
1+
### New in 6.0.1 - (Released 2024/9/22)
2+
3+
* Updated build system
4+
15
### New in 6.0.0 - (Released 2024/4/3)
26

37
* Release with relaxed support for System.Reactive 6.0 and above

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8" standalone="no"?>
22
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<VersionPrefix>5.0.0</VersionPrefix>
4+
<VersionPrefix>6.0.0</VersionPrefix>
55
<Authors>Ryan Riley;Steffen Forkmann;Jared Hester</Authors>
66
<Summary>A F#-friendly wrapper for the Reactive Extensions.</Summary>
77
<Description>A F#-friendly wrapper for the Reactive Extensions.</Description>

0 commit comments

Comments
 (0)