File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
EngineIoClientDotNet.net35/Properties
EngineIoClientDotNet.net40/Properties
EngineIoClientDotNet.net45/Properties
EngineIoClientDotNet.netstandard1.3 Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 31
31
// You can specify all the values or you can default the Build and Revision Numbers
32
32
// by using the '*' as shown below:
33
33
// [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 " ) ]
Original file line number Diff line number Diff line change 31
31
// You can specify all the values or you can default the Build and Revision Numbers
32
32
// by using the '*' as shown below:
33
33
// [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 " ) ]
Original file line number Diff line number Diff line change 31
31
// You can specify all the values or you can default the Build and Revision Numbers
32
32
// by using the '*' as shown below:
33
33
// [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 " ) ]
Original file line number Diff line number Diff line change 5
5
<PackageRequireLicenseAcceptance >True</PackageRequireLicenseAcceptance >
6
6
<Description >This is the Engine.IO Client Library for C#.</Description >
7
7
<PackageProjectUrl >https://github.com/Quobject/EngineIoClientDotNet/</PackageProjectUrl >
8
- <Version >1.0.1 -beta1</Version >
8
+ <Version >1.0.2 -beta1</Version >
9
9
<Copyright >Copyright © 2017</Copyright >
10
10
<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 >
13
13
<RootNamespace >Quobject.EngineIoClientDotNet</RootNamespace >
14
14
<AssemblyName >EngineIoClientDotNet</AssemblyName >
15
15
</PropertyGroup >
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0.1-beta1 " ,
2
+ "version" : " 1.0.2 " ,
3
3
"server" : {
4
4
"port" : 80 ,
5
5
"ssl_port" : 443 ,
You can’t perform that action at this time.
0 commit comments