You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename project to ReactiveUI.Extensions and update metadata (#86)
* Rename project to ReactiveUI.Extensions and update metadata
Renamed all namespaces, folders, and files to ReactiveUI.Extensions. Updated copyright years, company names, and URLs in LICENSE, README, and project files. Removed the release GitHub Actions workflow, updated the logo, and modernized the solution and build configuration. Added a Usings.cs file to centralize global usings. Incremented version to 2.0 in version.json.
* Update README.md
Update SubscribeSynchronous and Add SubscribeAsync (#29)
Update Synchronous and Async Subscribe
Rename SynchronizeAsync to SynchronizeSynchronous as is blocking to the source.
Add SynchronizeAsync as a non blocking version of the same.
Extend the functions further. (#24)
* Extend the functions further
* Update README.md
* Update directory.build.props
* Update from preview of net 8 to release