Skip to content

Commit e0f00b9

Browse files
author
Elad Zelingher
committed
Updating README.md
1 parent df22bee commit e0f00b9

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ WampSharp
22
=========
33
[![NuGet Version][NuGetImgMaster]][NuGetLinkMaster]
44

5+
[![Codewake](https://www.codewake.com/badges/ask_question.svg)](https://www.codewake.com/p/wampsharp)
6+
57
A C# implementation of [WAMP (The Web Application Messaging Protocol)][WampLink]
68

79
The implementation supports WAMPv2 and includes both Json and MsgPack support, and both Router (Broker and Dealer roles) and Client (Publisher/Subscriber and Callee/Caller) roles. See here for a list of [implemented advanced profile features](https://github.com/Code-Sharp/WampSharp-docs#advanced-profile-features).
@@ -20,9 +22,9 @@ Master | Provider
2022

2123
Documentation has moved to [its own repository](https://github.com/Code-Sharp/WampSharp-docs)!
2224

23-
## WampSharp v1.2.3.12-beta
25+
## WampSharp v1.2.4.18-beta
2426

25-
WampSharp v1.2.3.12-beta released, see version [release notes](https://github.com/Code-Sharp/WampSharp-docs/blob/master/Release-notes/WampSharp-v1.2.3.12-beta-release-notes.md).
27+
WampSharp v1.2.4.18-beta released, see version [release notes](https://github.com/Code-Sharp/WampSharp-docs/blob/master/Release-notes/WampSharp-v1.2.4.18-beta-release-notes.md).
2628

2729
## Get Started
2830

@@ -52,8 +54,8 @@ Your donations help keep this project development alive.
5254

5355
[NuGetImgMaster]:http://img.shields.io/nuget/v/WampSharp.Default.svg
5456
[NuGetLinkMaster]:http://www.nuget.org/packages/WampSharp.Default/
55-
[WinImgMaster]:https://img.shields.io/teamcity/codebetter/WampSharp_Wampv2_Build.svg
56-
[WinLinkMaster]:http://teamcity.codebetter.com/project.html?projectId=WampSharp_Wampv2&guest=1
57+
[WinImgMaster]:https://img.shields.io/teamcity/codebetter/WampSharp_NetCore_Wampv2_Build.svg
58+
[WinLinkMaster]:http://teamcity.codebetter.com/project.html?projectId=WampSharp_NetCore_Wampv2_Build&guest=1
5759
[MonoImgMaster]:https://img.shields.io/travis/Code-Sharp/WampSharp/wampv2.svg
5860
[MonoLinkMaster]:https://travis-ci.org/Code-Sharp/WampSharp
5961
[AppVeyorLinkMaster]:https://ci.appveyor.com/project/darkl/wampsharp-759
@@ -62,4 +64,4 @@ Your donations help keep this project development alive.
6264
[JetBrains]:http://www.jetbrains.com/
6365
[CodeBetter]:http://codebetter.com/
6466
[travis-ci]:https://travis-ci.org/
65-
[AppVeyor]:http://www.appveyor.com/
67+
[AppVeyor]:http://www.appveyor.com/

0 commit comments

Comments
 (0)