Skip to content

Commit a8c949a

Browse files
author
Elad Zelingher
committed
Update README.md
1 parent e252966 commit a8c949a

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ The implementation also supports WAMPv1, both client and server roles.
1313
Master | Provider
1414
------ | --------
1515
[![Build Status][WinImgMaster]][WinLinkMaster] | Windows CI Provided By [CodeBetter][] and [JetBrains][]
16+
[![Build Status][AppVeyorImgMaster]][AppVeyorLinkMaster] | Windows CI Provided By [AppVeyor][]
1617
[![Build Status][MonoImgMaster]][MonoLinkMaster] | Mono CI Provided by [travis-ci][]
1718

19+
## WampSharp v1.2.2.8-beta
1820

19-
## WampSharp v1.2.1.6-beta
20-
21-
WampSharp v1.2.1.6-beta released, see version [release notes](https://github.com/Code-Sharp/WampSharp/wiki/WampSharp-v1.2.1.6-beta-release-notes).
21+
WampSharp v1.2.2.8-beta released, see version [release notes](https://github.com/Code-Sharp/WampSharp/wiki/WampSharp-v1.2.2.8-beta-release-notes).
2222

2323
## Get Started
2424

@@ -35,6 +35,8 @@ See [Wiki documentation](https://github.com/Code-Sharp/WampSharp/wiki) for more
3535

3636
WAMPv1 support is still available. You can read about it at the [Wiki](https://github.com/Code-Sharp/WampSharp/wiki).
3737

38+
In order to use it, Install WampSharp.WAMP1.Default from NuGet.
39+
3840
If you're updating from a previous WampSharp version and you're not interested yet in updating your application to WAMPv2, please read the following [notes](https://github.com/Code-Sharp/WampSharp/wiki/Notes-for-WAMPv1-users).
3941

4042
## Donations
@@ -45,10 +47,14 @@ Your donations help keep this project development alive.
4547

4648
[WampLink]:http://wamp.ws
4749

48-
[WinImgMaster]:http://teamcity.codebetter.com/app/rest/builds/buildType:\(id:WampSharp_Dev_Build\)/statusIcon
49-
[WinLinkMaster]:http://teamcity.codebetter.com/project.html?projectId=WampSharp_Dev&guest=1
50-
[MonoImgMaster]:https://travis-ci.org/Code-Sharp/WampSharp.png?branch=develop
50+
[NuGetImgMaster]:http://img.shields.io/nuget/v/WampSharp.Default.svg
51+
[NuGetLinkMaster]:http://www.nuget.org/packages/WampSharp.Default/
52+
[WinImgMaster]:https://img.shields.io/teamcity/codebetter/WampSharp_Wampv2_Build.svg
53+
[WinLinkMaster]:http://teamcity.codebetter.com/project.html?projectId=WampSharp_Wampv2&guest=1
54+
[MonoImgMaster]:https://img.shields.io/travis/Code-Sharp/WampSharp/wampv2.svg
5155
[MonoLinkMaster]:https://travis-ci.org/Code-Sharp/WampSharp
56+
[AppVeyorLinkMaster]:https://ci.appveyor.com/project/darkl/wampsharp-759
57+
[AppVeyorImgMaster]:https://ci.appveyor.com/api/projects/status/fgbqbgwqx4j8jain
5258

5359
[JetBrains]:http://www.jetbrains.com/
5460
[CodeBetter]:http://codebetter.com/

0 commit comments

Comments
 (0)