From a10626c95ed2e821f5cbb4d85371c501a401900c Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Wed, 22 Sep 2021 05:35:21 -0300 Subject: [PATCH] Add missing SourceLink package This ensures we provide source repository information in the package. Fixes #3 --- src/RxFree/RxFree.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/RxFree/RxFree.csproj b/src/RxFree/RxFree.csproj index cb0ddd9..378a6bc 100644 --- a/src/RxFree/RxFree.csproj +++ b/src/RxFree/RxFree.csproj @@ -15,7 +15,7 @@ Subject<T>, CompositeDisposable, IObservable<T>.Subscribe extension method overloads, IObservable>T<.Select/Where/OfType LINQ operators, and others. - https://github.com/devlooped/RxFree/ + https://clarius.org/RxFree/ @@ -40,6 +40,7 @@ +