浏览代码

Include links to nuget

Just in case I'm not the only one that was confused as I was in #242: link to nuget package page from package name.
Eamon Nerbonne 9 年之前
父节点
当前提交
00d8de3898
共有 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.