Skip to content

Commit 8245704

Browse files
committed
nuget dependency bug fix
1 parent 89c6f98 commit 8245704

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Src/EngineIoClientDotNet.net45/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("0.9.2")]
35-
[assembly: AssemblyFileVersion("0.9.2")]
34+
[assembly: AssemblyVersion("0.9.3")]
35+
[assembly: AssemblyFileVersion("0.9.3")]

Src/EngineIoClientDotNet.netcore45/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("0.9.2")]
35-
[assembly: AssemblyFileVersion("0.9.2")]
34+
[assembly: AssemblyVersion("0.9.3")]
35+
[assembly: AssemblyFileVersion("0.9.3")]

Src/EngineIoClientDotNet.portable-wpa81+wp81/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("0.9.2")]
35-
[assembly: AssemblyFileVersion("0.9.2")]
34+
[assembly: AssemblyVersion("0.9.3")]
35+
[assembly: AssemblyFileVersion("0.9.3")]

Src/EngineIoClientDotNet.windowsphone8/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("0.9.2")]
35-
[assembly: AssemblyFileVersion("0.9.2")]
34+
[assembly: AssemblyVersion("0.9.3")]
35+
[assembly: AssemblyFileVersion("0.9.3")]

grunt/templates/EngineIoClientDotNet.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1010
<dependencies>
1111
<group>
12-
<dependency id="Json.NET" version="6.0.5" />
12+
<dependency id="Newtonsoft.Json" version="6.0.5" />
1313
</group>
1414
<group targetFramework="net45">
1515
<dependency id="WebSocket4Net" version="0.10" />

0 commit comments

Comments
 (0)