Skip to content

Commit 5054b0e

Browse files
committed
fix(workflows): publish FSharp.Control.Reactive.Testing
Also embed README in packages
1 parent 7d4ff1a commit 5054b0e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

RELEASE_NOTES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### New in 6.1.1 - (Released 2025/3/16)
2+
3+
- Fixed permission in NuGet to allow publishing FSharp.Control.Reactive.Testing
4+
15
### New in 6.1.0 - (Released 2025/3/16)
26

37
- Relaxed restriction for `System.Reactive` package to allow versions higher than 5.0 by @xperiandri in <https://github.com/fsprojects/FSharp.Control.Reactive/pull/172>

src/Directory.Build.props

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<Description>A F#-friendly wrapper for the Reactive Extensions.</Description>
99
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
1010
<PackageProjectUrl>https://github.com/fsprojects/FSharp.Control.Reactive</PackageProjectUrl>
11+
<PackageReadmeFile>README.md</PackageReadmeFile>
1112
<PackageIcon>logo.png</PackageIcon>
1213
<PackageTags>F#;FSharp;Reactive Extensions;Rx</PackageTags>
1314
<RepositoryUrl>https://github.com/fsprojects/FSharp.Control.Reactive</RepositoryUrl>
@@ -30,6 +31,7 @@
3031
<ItemGroup>
3132
<None Include="..\..\docs\files\img\logo.png" Pack="true" PackagePath="\" />
3233
<None Include="..\..\LICENSE.txt" Pack="true" PackagePath="\" />
34+
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
3335
</ItemGroup>
3436
<!-- Read Release Notes from RELEASE_NOTES.md (cref https://dev.to/j_sakamoto/writing-a-nuget-package-release-notes-in-an-outside-of-a-csproj-file-3f94) -->
3537
<Target Name="PreparePackageReleaseNotesFromFile" BeforeTargets="GenerateNuspec">

0 commit comments

Comments
 (0)