Skip to content

Commit 9d49db2

Browse files
committed
1.0.2
1 parent 7aec9b0 commit 9d49db2

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

Src/EngineIoClientDotNet.net35/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("1.0.1")]
35-
[assembly: AssemblyFileVersion("1.0.1")]
34+
[assembly: AssemblyVersion("1.0.2")]
35+
[assembly: AssemblyFileVersion("1.0.2")]

Src/EngineIoClientDotNet.net40/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("1.0.1.0")]
35-
[assembly: AssemblyFileVersion("1.0.1.0")]
34+
[assembly: AssemblyVersion("1.0.2")]
35+
[assembly: AssemblyFileVersion("1.0.2")]

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("1.0.1.0")]
35-
[assembly: AssemblyFileVersion("1.0.1.0")]
34+
[assembly: AssemblyVersion("1.0.2")]
35+
[assembly: AssemblyFileVersion("1.0.2")]

Src/EngineIoClientDotNet.netstandard1.3/EngineIoClientDotNet.netstandard1.3.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
66
<Description>This is the Engine.IO Client Library for C#.</Description>
77
<PackageProjectUrl>https://github.com/Quobject/EngineIoClientDotNet/</PackageProjectUrl>
8-
<Version>1.0.1-beta1</Version>
8+
<Version>1.0.2-beta1</Version>
99
<Copyright>Copyright © 2017</Copyright>
1010
<RepositoryUrl>https://github.com/Quobject/EngineIoClientDotNet/</RepositoryUrl>
11-
<AssemblyVersion>1.0.1.0</AssemblyVersion>
12-
<FileVersion>1.0.1.0</FileVersion>
11+
<AssemblyVersion>1.0.2.0</AssemblyVersion>
12+
<FileVersion>1.0.2.0</FileVersion>
1313
<RootNamespace>Quobject.EngineIoClientDotNet</RootNamespace>
1414
<AssemblyName>EngineIoClientDotNet</AssemblyName>
1515
</PropertyGroup>

grunt/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.1-beta1",
2+
"version": "1.0.2",
33
"server": {
44
"port": 80,
55
"ssl_port": 443,

0 commit comments

Comments
 (0)