Skip to content

Commit

Permalink
v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maitredede committed Aug 21, 2013
1 parent f0b6489 commit 9a8438d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dede.SignalR.SignalRBackplane.ServerHub/Package.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Dede.SignalR.Backplane.ServerHub</id>
<version>0.9.0-beta1</version>
<version>0.9.1</version>
<title>SignalR Backplane - ServerHub</title>
<authors>Damien DALY</authors>
<owners>Damien DALY</owners>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("0.9.1.0")]
[assembly: AssemblyFileVersion("0.9.1.0")]
4 changes: 2 additions & 2 deletions Dede.SignalR.SignalRBackplane/Package.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<package >
<metadata>
<id>Dede.SignalR.Backplane</id>
<version>0.9.0-beta1</version>
<title>SignalR Backplane - ServerHub</title>
<version>0.9.1</version>
<title>SignalR Backplane - MessageBus</title>
<authors>Damien DALY</authors>
<owners>Damien DALY</owners>
<description>SignalR scalability using SignalR as backplane. This is the message bus component. Use the Dede.SignalR.Backplane.ServerHub package that contains the central hub.</description>
Expand Down
4 changes: 2 additions & 2 deletions Dede.SignalR.SignalRBackplane/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("0.9.1.0")]
[assembly: AssemblyFileVersion("0.9.1.0")]
3 changes: 1 addition & 2 deletions Dede.SignalR.Web/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
<add key="ClientValidationEnabled" value="true" />
<add key="UnobtrusiveJavaScriptEnabled" value="true" />

<!--<add key="BackplaneUrl" value="http://localhost:9630/" />-->
<add key="BackplaneUrl" value="http://signalr.guilde-agora.info/" />
<add key="BackplaneUrl" value="http://localhost:9630/" />
</appSettings>
<system.web>
<httpRuntime targetFramework="4.5" />
Expand Down

0 comments on commit 9a8438d

Please sign in to comment.