Skip to content

Commit

Permalink
Bumped version to 0.5.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfowl committed Aug 17, 2012
1 parent 58d3ebc commit a6819fd
Show file tree
Hide file tree
Showing 19 changed files with 21 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Build/Build.proj
Expand Up @@ -21,7 +21,7 @@
<PropertyGroup> <PropertyGroup>
<MajorVersion>0</MajorVersion> <MajorVersion>0</MajorVersion>
<MinorVersion>5</MinorVersion> <MinorVersion>5</MinorVersion>
<PackageBuild>2</PackageBuild> <PackageBuild>3</PackageBuild>
</PropertyGroup> </PropertyGroup>


<PropertyGroup Condition="$(BUILD_NUMBER) != ''"> <PropertyGroup Condition="$(BUILD_NUMBER) != ''">
Expand Down
4 changes: 2 additions & 2 deletions Common/CommonAssemblyInfo.cs
Expand Up @@ -10,5 +10,5 @@
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]


[assembly: AssemblyFileVersion("0.5.2.0")] [assembly: AssemblyFileVersion("0.5.3.0")]
[assembly: AssemblyInformationalVersion("0.5.2.0")] [assembly: AssemblyInformationalVersion("0.5.3.0")]
2 changes: 1 addition & 1 deletion SignalR.Client.JS/jquery.signalR.core.js
@@ -1,6 +1,6 @@
/*global window:false */ /*global window:false */
/*! /*!
* SignalR JavaScript Library v0.5.2 * SignalR JavaScript Library v0.5.3
* http://signalr.net/ * http://signalr.net/
* *
* Copyright David Fowler and Damian Edwards 2012 * Copyright David Fowler and Damian Edwards 2012
Expand Down
3 changes: 0 additions & 3 deletions SignalR.Client.Net35/Properties/VersionInfo.cs

This file was deleted.

4 changes: 3 additions & 1 deletion SignalR.Client.Net35/SignalR.Client.Net35.csproj
Expand Up @@ -127,6 +127,9 @@
<Compile Include="..\SignalR.Client\NegotiationResponse.cs"> <Compile Include="..\SignalR.Client\NegotiationResponse.cs">
<Link>NegotiationResponse.cs</Link> <Link>NegotiationResponse.cs</Link>
</Compile> </Compile>
<Compile Include="..\SignalR.Client\Properties\VersionInfo.cs">
<Link>Properties\VersionInfo.cs</Link>
</Compile>
<Compile Include="..\SignalR.Client\StateChange.cs"> <Compile Include="..\SignalR.Client\StateChange.cs">
<Link>StateChange.cs</Link> <Link>StateChange.cs</Link>
</Compile> </Compile>
Expand Down Expand Up @@ -167,7 +170,6 @@
<Link>Infrastructure\TaskAsyncHelper.cs</Link> <Link>Infrastructure\TaskAsyncHelper.cs</Link>
</Compile> </Compile>
<Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\VersionInfo.cs" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="packages.config" /> <None Include="packages.config" />
Expand Down
2 changes: 1 addition & 1 deletion SignalR.Client/Properties/VersionInfo.cs
@@ -1,3 +1,3 @@
using System.Reflection; using System.Reflection;


[assembly: AssemblyVersion("0.5.2.0")] [assembly: AssemblyVersion("0.5.3.0")]
2 changes: 1 addition & 1 deletion SignalR.Hosting.AspNet/Properties/AssemblyInfo.cs
Expand Up @@ -3,4 +3,4 @@


[assembly: AssemblyTitle("SignalR.AspNet")] [assembly: AssemblyTitle("SignalR.AspNet")]
[assembly: AssemblyDescription("Asp.Net host for SignalR")] [assembly: AssemblyDescription("Asp.Net host for SignalR")]
[assembly: AssemblyVersion("0.5.2.0")] [assembly: AssemblyVersion("0.5.3.0")]
2 changes: 1 addition & 1 deletion SignalR.Hosting.AspNet45/Properties/AssemblyInfo.cs
Expand Up @@ -2,4 +2,4 @@


[assembly: AssemblyTitle("SignalR.Hosting.AspNet45")] [assembly: AssemblyTitle("SignalR.Hosting.AspNet45")]
[assembly: AssemblyDescription("Asp.Net host for SignalR on .NET 4.5")] [assembly: AssemblyDescription("Asp.Net host for SignalR on .NET 4.5")]
[assembly: AssemblyVersion("0.5.2.0")] [assembly: AssemblyVersion("0.5.3.0")]
2 changes: 1 addition & 1 deletion SignalR.Hosting.Common/Properties/AssemblyInfo.cs
Expand Up @@ -2,4 +2,4 @@


[assembly: AssemblyTitle("SignalR.Hosting.Common")] [assembly: AssemblyTitle("SignalR.Hosting.Common")]
[assembly: AssemblyDescription("Assembly containing common components for implementing SignalR hosts.")] [assembly: AssemblyDescription("Assembly containing common components for implementing SignalR hosts.")]
[assembly: AssemblyVersion("0.5.2.0")] [assembly: AssemblyVersion("0.5.3.0")]
2 changes: 1 addition & 1 deletion SignalR.Hosting.Owin/Properties/AssemblyInfo.cs
Expand Up @@ -3,4 +3,4 @@


[assembly: AssemblyTitle("SignalR.Owin")] [assembly: AssemblyTitle("SignalR.Owin")]
[assembly: AssemblyDescription("Owin host for SignalR")] [assembly: AssemblyDescription("Owin host for SignalR")]
[assembly: AssemblyVersion("0.5.2.0")] [assembly: AssemblyVersion("0.5.3.0")]
2 changes: 1 addition & 1 deletion SignalR.Hosting.Self/Properties/AssemblyInfo.cs
Expand Up @@ -3,4 +3,4 @@


[assembly: AssemblyTitle("SignalR.Hosting.Self")] [assembly: AssemblyTitle("SignalR.Hosting.Self")]
[assembly: AssemblyDescription("HttpListener host for SignalR")] [assembly: AssemblyDescription("HttpListener host for SignalR")]
[assembly: AssemblyVersion("0.5.2.0")] [assembly: AssemblyVersion("0.5.3.0")]
2 changes: 1 addition & 1 deletion SignalR.Hosting.Self45/Properties/AssemblyInfo.cs
Expand Up @@ -7,4 +7,4 @@
// associated with an assembly. // associated with an assembly.
[assembly: AssemblyTitle("SignalR.Hosting.Self45")] [assembly: AssemblyTitle("SignalR.Hosting.Self45")]
[assembly: AssemblyDescription("HttpListener host for SignalR on .NET 4.5")] [assembly: AssemblyDescription("HttpListener host for SignalR on .NET 4.5")]
[assembly: AssemblyVersion("0.5.2.0")] [assembly: AssemblyVersion("0.5.3.0")]
2 changes: 1 addition & 1 deletion SignalR/Properties/AssemblyInfo.cs
Expand Up @@ -5,4 +5,4 @@
[assembly: AssemblyDescription("Async signaling library for .NET to help build real-time, multi-user interactive web applications.")] [assembly: AssemblyDescription("Async signaling library for .NET to help build real-time, multi-user interactive web applications.")]
[assembly: InternalsVisibleTo("SignalR.ScaleOut")] [assembly: InternalsVisibleTo("SignalR.ScaleOut")]
[assembly: InternalsVisibleTo("SignalR.Tests")] [assembly: InternalsVisibleTo("SignalR.Tests")]
[assembly: AssemblyVersion("0.5.2.0")] [assembly: AssemblyVersion("0.5.3.0")]
@@ -1,7 +1,7 @@
/* jquery.signalR.core.js */ /* jquery.signalR.core.js */
/*global window:false */ /*global window:false */
/*! /*!
* SignalR JavaScript Library v0.5.2 * SignalR JavaScript Library v0.5.3
* http://signalr.net/ * http://signalr.net/
* *
* Copyright David Fowler and Damian Edwards 2012 * Copyright David Fowler and Damian Edwards 2012
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

@@ -1,7 +1,7 @@
/* jquery.signalR.core.js */ /* jquery.signalR.core.js */
/*global window:false */ /*global window:false */
/*! /*!
* SignalR JavaScript Library v0.5.2 * SignalR JavaScript Library v0.5.3
* http://signalr.net/ * http://signalr.net/
* *
* Copyright David Fowler and Damian Edwards 2012 * Copyright David Fowler and Damian Edwards 2012
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

@@ -1,7 +1,7 @@
/* jquery.signalR.core.js */ /* jquery.signalR.core.js */
/*global window:false */ /*global window:false */
/*! /*!
* SignalR JavaScript Library v0.5.2 * SignalR JavaScript Library v0.5.3
* http://signalr.net/ * http://signalr.net/
* *
* Copyright David Fowler and Damian Edwards 2012 * Copyright David Fowler and Damian Edwards 2012
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a6819fd

Please sign in to comment.