Skip to content

Commit

Permalink
v0.9.1 nuget release
Browse files Browse the repository at this point in the history
added missing nuget dependencies
  • Loading branch information
mattqs committed Sep 28, 2014
1 parent 169720b commit 5877289
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Src/SocketIoClientDotNet.net45/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,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("0.9.0")]
[assembly: AssemblyFileVersion("0.9.0")]
[assembly: AssemblyVersion("0.9.1")]
[assembly: AssemblyFileVersion("0.9.1")]
4 changes: 2 additions & 2 deletions Src/SocketIoClientDotNet.netcore45/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,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("0.9.0")]
[assembly: AssemblyFileVersion("0.9.0")]
[assembly: AssemblyVersion("0.9.1")]
[assembly: AssemblyFileVersion("0.9.1")]
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,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("0.9.0")]
[assembly: AssemblyFileVersion("0.9.0")]
[assembly: AssemblyVersion("0.9.1")]
[assembly: AssemblyFileVersion("0.9.1")]
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,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("0.9.0")]
[assembly: AssemblyFileVersion("0.9.0")]
[assembly: AssemblyVersion("0.9.1")]
[assembly: AssemblyFileVersion("0.9.1")]
2 changes: 1 addition & 1 deletion grunt/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version":"0.9.0",
"version":"0.9.1",
"server":{
"port":80,
"ssl_port":443,
Expand Down
10 changes: 9 additions & 1 deletion grunt/templates/SocketIoClientDotNet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,23 @@
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<dependencies>
<group>
<group targetFramework="netcore45">
<dependency id="Json.NET" version="6.0.5" />
<dependency id="EngineIoClientDotNet" version="0.9.5" />
</group>
<group targetFramework="portable-wpa81+wp81">
<dependency id="Json.NET" version="6.0.5" />
<dependency id="EngineIoClientDotNet" version="0.9.5" />
</group>
<group targetFramework="net45">
<dependency id="WebSocket4Net" version="0.10" />
<dependency id="Json.NET" version="6.0.5" />
<dependency id="EngineIoClientDotNet" version="0.9.5" />
</group>
<group targetFramework="windowsphone8">
<dependency id="WebSocket4Net" version="0.10" />
<dependency id="Json.NET" version="6.0.5" />
<dependency id="EngineIoClientDotNet" version="0.9.5" />
</group>
</dependencies>
<projectUrl>https://github.com/Quobject/SocketIoClientDotNet/</projectUrl>
Expand Down

0 comments on commit 5877289

Please sign in to comment.