diff --git a/Arci.Networking.NetCore/project.json b/Arci.Networking.NetCore/project.json index fac470f..a51d1f9 100644 --- a/Arci.Networking.NetCore/project.json +++ b/Arci.Networking.NetCore/project.json @@ -1,5 +1,5 @@ -{ - "version": "1.4.0-*", +{ + "version": "1.4.2-*", "dependencies": { "NETStandard.Library": "1.6.0" diff --git a/Arci.Networking.Tests.NetCore/project.json b/Arci.Networking.Tests.NetCore/project.json index ca66791..70ff526 100644 --- a/Arci.Networking.Tests.NetCore/project.json +++ b/Arci.Networking.Tests.NetCore/project.json @@ -1,11 +1,11 @@ { - "version": "1.4.0-*", + "version": "1.4.2-*", "testRunner": "xunit", "dependencies": { "xunit": "2.2.0-rc4-build3536", "dotnet-test-xunit": "2.2.0-preview2-build1029", - "Arci.Networking.NetCore": "1.4.0-*" + "Arci.Networking.NetCore": "1.4.2-*" }, "frameworks": { diff --git a/Arci.Networking.Tests.UAP/Properties/AssemblyInfo.cs b/Arci.Networking.Tests.UAP/Properties/AssemblyInfo.cs index 85c65fe..a46da3d 100644 --- a/Arci.Networking.Tests.UAP/Properties/AssemblyInfo.cs +++ b/Arci.Networking.Tests.UAP/Properties/AssemblyInfo.cs @@ -25,6 +25,6 @@ // 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("1.4.0.0")] -[assembly: AssemblyFileVersion("1.4.0.0")] +[assembly: AssemblyVersion("1.4.2.0")] +[assembly: AssemblyFileVersion("1.4.2.0")] [assembly: ComVisible(false)] \ No newline at end of file diff --git a/Arci.Networking.Tests/Properties/AssemblyInfo.cs b/Arci.Networking.Tests/Properties/AssemblyInfo.cs index 97061c9..5f1b138 100644 --- a/Arci.Networking.Tests/Properties/AssemblyInfo.cs +++ b/Arci.Networking.Tests/Properties/AssemblyInfo.cs @@ -32,5 +32,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("1.4.0.0")] -[assembly: AssemblyFileVersion("1.4.0.0")] +[assembly: AssemblyVersion("1.4.2.0")] +[assembly: AssemblyFileVersion("1.4.2.0")] diff --git a/Arci.Networking.UAP/Properties/AssemblyInfo.cs b/Arci.Networking.UAP/Properties/AssemblyInfo.cs index 006d265..cbf2c7d 100644 --- a/Arci.Networking.UAP/Properties/AssemblyInfo.cs +++ b/Arci.Networking.UAP/Properties/AssemblyInfo.cs @@ -24,6 +24,6 @@ // 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("1.4.0.0")] -[assembly: AssemblyFileVersion("1.4.0.0")] +[assembly: AssemblyVersion("1.4.2.0")] +[assembly: AssemblyFileVersion("1.4.2.0")] [assembly: ComVisible(false)] \ No newline at end of file diff --git a/Arci.Networking/Properties/AssemblyInfo.cs b/Arci.Networking/Properties/AssemblyInfo.cs index 569dc86..e9ce059 100644 --- a/Arci.Networking/Properties/AssemblyInfo.cs +++ b/Arci.Networking/Properties/AssemblyInfo.cs @@ -32,5 +32,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("1.4.0.0")] -[assembly: AssemblyFileVersion("1.4.0.0")] +[assembly: AssemblyVersion("1.4.2.0")] +[assembly: AssemblyFileVersion("1.4.2.0")]