Skip to content

Commit cd0de78

Browse files
authored
Update README.md
1 parent cf09e3d commit cd0de78

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ReactiveUI Source Generators automatically generate ReactiveUI objects to stream
2323

2424
### Compatibility Notes
2525
- For ReactiveUI versions **older than V19.5.31**, all `[ReactiveCommand]` options are supported except for async methods with a `CancellationToken`.
26-
- For **.NET Framework 4.8 and older**, add [Polyfill by Simon Cropp](https://github.com/Fody/Polyfill) or [PolySharp by Manuel Römer](https://github.com/manuelroemer/PolySharp) to your project and set the `LangVersion` to 12.0 or later in your project file.
26+
- For **.NET Framework 4.8 and older**, add [Polyfill by Simon Cropp](https://github.com/SimonCropp/Polyfill) or [PolySharp by Sergio Pedri](https://github.com/Sergio0694/PolySharp) to your project and set the `LangVersion` to 12.0 or later in your project file.
2727

2828
For more information on analyzer codes, see the [analyzer codes documentation](https://github.com/reactiveui/ReactiveUI.SourceGenerators/blob/main/src/ReactiveUI.SourceGenerators/AnalyzerReleases.Shipped.md).
2929

@@ -440,3 +440,9 @@ public partial class MyCustomViewModelControlHost;
440440

441441
### TODO:
442442
- Add ObservableAsProperty to generate from a IObservable method with parameters.
443+
444+
# Credits
445+
446+
Portions of this code base are based on and derived from
447+
* [PolySharp](https://github.com/Sergio0694/PolySharp) library. Thanks go to @Sergio0694
448+
* [Microsoft MVVM Community Toolkit](https://github.com/CommunityToolkit/dotnet)

0 commit comments

Comments
 (0)