1
0
Эх сурвалжийг харах

Merge pull request #258 from EamonNerbonne/patch-1

Include links to nuget
Oren Novotny 9 жил өмнө
parent
commit
da139ddc16
1 өөрчлөгдсөн 6 нэмэгдсэн , 6 устгасан
  1. 6 6
      README.md

+ 6 - 6
README.md

@@ -19,12 +19,12 @@ Catch us in the #rx and #ix channels over in the [.NET Slack](http://tattoocoder
 
 
 ### Breaking changes
 ### Breaking changes
 The NuGet packages have changed their package naming in the move from v2.x.x to v3.0.0
 The NuGet packages have changed their package naming in the move from v2.x.x to v3.0.0
- * ~~`Rx-Main`~~ is now `System.Reactive`
- * ~~`Rx-Core`~~ is now `System.Reactive.Core`
- * ~~`Rx-Interfaces`~~  is now `System.Reactive.Interfaces`
- * ~~`Rx-Linq`~~  is now `System.Reactive.Linq`
- * ~~`Rx-PlatformServices`~~  is now `System.Reactive.PlatformServices`
- * ~~`Rx-Testing`~~  is now `Microsoft.Reactive.Testing`
+ * ~~`Rx-Main`~~ is now [`System.Reactive`](https://www.nuget.org/packages/System.Reactive/)
+ * ~~`Rx-Core`~~ is now [`System.Reactive.Core`](https://www.nuget.org/packages/System.Reactive.Core/)
+ * ~~`Rx-Interfaces`~~  is now [`System.Reactive.Interfaces`](https://www.nuget.org/packages/System.Reactive.Interfaces/)
+ * ~~`Rx-Linq`~~  is now [`System.Reactive.Linq`](https://www.nuget.org/packages/System.Reactive.Linq/)
+ * ~~`Rx-PlatformServices`~~  is now [`System.Reactive.PlatformServices`](https://www.nuget.org/packages/System.Reactive.PlatformServices/)
+ * ~~`Rx-Testing`~~  is now [`Microsoft.Reactive.Testing`](https://www.nuget.org/packages/Microsoft.Reactive.Testing/)
 
 
 This brings the NuGet package naming in line with NuGet guidelines and also the dominant namespace in each package.
 This brings the NuGet package naming in line with NuGet guidelines and also the dominant namespace in each package.
 The strong name key has also changed, which is considered a breaking change.
 The strong name key has also changed, which is considered a breaking change.