Skip to content

Commit 792161d

Browse files
committed
0.9.5 release
Fixed dll file not found problem
1 parent 7c77dae commit 792161d

File tree

12 files changed

+19
-19
lines changed

12 files changed

+19
-19
lines changed

Src/EngineIoClientDotNet.mono/EngineIoClientDotNet.mono.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
@@ -8,7 +8,7 @@
88
<OutputType>Library</OutputType>
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>EngineIoClientDotNet</RootNamespace>
11-
<AssemblyName>EngineIoClientDotNet.mono</AssemblyName>
11+
<AssemblyName>EngineIoClientDotNet</AssemblyName>
1212
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
</PropertyGroup>
@@ -80,4 +80,4 @@
8080
<Target Name="AfterBuild">
8181
</Target>
8282
-->
83-
</Project>
83+
</Project>

Src/EngineIoClientDotNet.net45/EngineIoClientDotNet.net45.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<OutputType>Library</OutputType>
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>EngineIoClientDotNet</RootNamespace>
11-
<AssemblyName>EngineIoClientDotNet.net45</AssemblyName>
11+
<AssemblyName>EngineIoClientDotNet</AssemblyName>
1212
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
</PropertyGroup>

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.4")]
35-
[assembly: AssemblyFileVersion("0.9.4")]
34+
[assembly: AssemblyVersion("0.9.5")]
35+
[assembly: AssemblyFileVersion("0.9.5")]

Src/EngineIoClientDotNet.netcore45/EngineIoClientDotNet.netcore45.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<OutputType>Library</OutputType>
1111
<AppDesignerFolder>Properties</AppDesignerFolder>
1212
<RootNamespace>EngineIoClientDotNet</RootNamespace>
13-
<AssemblyName>EngineIoClientDotNet.netcore45</AssemblyName>
13+
<AssemblyName>EngineIoClientDotNet</AssemblyName>
1414
<DefaultLanguage>en-US</DefaultLanguage>
1515
<FileAlignment>512</FileAlignment>
1616
<ProjectTypeGuids>{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>

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.4")]
35-
[assembly: AssemblyFileVersion("0.9.4")]
34+
[assembly: AssemblyVersion("0.9.5")]
35+
[assembly: AssemblyFileVersion("0.9.5")]

Src/EngineIoClientDotNet.portable-wpa81+wp81/EngineIoClientDotNet.portable-wpa81+wp81.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<OutputType>Library</OutputType>
1111
<AppDesignerFolder>Properties</AppDesignerFolder>
1212
<RootNamespace>Quobject.EngineIoClientDotNet</RootNamespace>
13-
<AssemblyName>EngineIoClientDotNet.portable-wpa81+wp81</AssemblyName>
13+
<AssemblyName>EngineIoClientDotNet</AssemblyName>
1414
<DefaultLanguage>en-US</DefaultLanguage>
1515
<TargetPlatformVersion>8.1</TargetPlatformVersion>
1616
<MinimumVisualStudioVersion>12</MinimumVisualStudioVersion>

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.4")]
35-
[assembly: AssemblyFileVersion("0.9.4")]
34+
[assembly: AssemblyVersion("0.9.5")]
35+
[assembly: AssemblyFileVersion("0.9.5")]

Src/EngineIoClientDotNet.windowsphone8/EngineIoClientDotNet.windowsphone8.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<OutputType>Library</OutputType>
1111
<AppDesignerFolder>Properties</AppDesignerFolder>
1212
<RootNamespace>EngineIoClientDotNet</RootNamespace>
13-
<AssemblyName>EngineIoClientDotNet.windowsphone8</AssemblyName>
13+
<AssemblyName>EngineIoClientDotNet</AssemblyName>
1414
<TargetFrameworkIdentifier>WindowsPhone</TargetFrameworkIdentifier>
1515
<TargetFrameworkVersion>v8.0</TargetFrameworkVersion>
1616
<SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>

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.4")]
35-
[assembly: AssemblyFileVersion("0.9.4")]
34+
[assembly: AssemblyVersion("0.9.5")]
35+
[assembly: AssemblyFileVersion("0.9.5")]

grunt/Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ module.exports = function (grunt) {
2020
grunt.initConfig({
2121
os: os,
2222
config: config,
23-
msbuild_configuration: 'Debug',
24-
//msbuild_configuration: 'Release',
23+
//msbuild_configuration: 'Debug',
24+
msbuild_configuration: 'Release',
2525
nuget_builds: nuget_builds,
2626
release_path: './../Releases/<%= config.version %>/',
2727
working_path: './../Working/',

0 commit comments

Comments
 (0)