Skip to content

Commit

Permalink
Merge branch 'dev' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
analogrelay committed Jun 19, 2018
2 parents 5154322 + 9b05bcb commit f5610c2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/Microsoft.AspNet.SignalR.versions.targets
Expand Up @@ -8,7 +8,7 @@
<!-- Change this to set the build quality of the project. Use values like "alpha", "beta", "rc1", "rtm", etc. -->
<!-- These values are used in SemVer, so make sure to always increase these alphabetically. -->
<!-- For non-nightly RTM builds, we don't set the build quality. -->
<BuildQuality Condition="'$(Nightly)' == 'true'">pre</BuildQuality>
<BuildQuality Condition="'$(Nightly)' == 'true'">rtm</BuildQuality>
<ScaleoutBuildQuality Condition="'$(Nightly)' == 'true'">pre</ScaleoutBuildQuality>
<KatanaBuildQuality Condition="'$(Nightly)' == 'true'">rtw</KatanaBuildQuality>

Expand Down
2 changes: 1 addition & 1 deletion samples/Microsoft.AspNet.SignalR.Samples/Scripts/hubs.js
@@ -1,5 +1,5 @@
/*!
* ASP.NET SignalR JavaScript Library v2.3.0-pre
* ASP.NET SignalR JavaScript Library v2.3.0-rtm
* http://signalr.net/
*
* Copyright (c) .NET Foundation. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/Common/CommonVersionInfo.cs
Expand Up @@ -5,4 +5,4 @@

[assembly: AssemblyVersion("2.3.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyInformationalVersion("2.3.0-pre")]
[assembly: AssemblyInformationalVersion("2.3.0-rtm")]
@@ -1,6 +1,6 @@
/*global window:false */
/*!
* ASP.NET SignalR JavaScript Library v2.3.0-pre
* ASP.NET SignalR JavaScript Library v2.3.0-rtm
* http://signalr.net/
*
* Copyright (c) .NET Foundation. All rights reserved.
Expand Down
Expand Up @@ -5,5 +5,5 @@
/*global window:false */
/// <reference path="jquery.signalR.core.js" />
(function ($, undefined) {
$.signalR.version = "2.3.0-pre";
$.signalR.version = "2.3.0-rtm";
}(window.jQuery));
2 changes: 1 addition & 1 deletion src/Microsoft.AspNet.SignalR.Core/Scripts/hubs.js
@@ -1,5 +1,5 @@
/*!
* ASP.NET SignalR JavaScript Library v2.3.0-pre
* ASP.NET SignalR JavaScript Library v2.3.0-rtm
* http://signalr.net/
*
* Copyright (c) .NET Foundation. All rights reserved.
Expand Down

0 comments on commit f5610c2

Please sign in to comment.