From 6d833b5a2adc50c4f8fd015c57d30e8a6cc3b2d6 Mon Sep 17 00:00:00 2001 From: Arci Date: Fri, 4 Aug 2017 21:01:22 +0200 Subject: [PATCH] Updated version to 1.4.4 in assembly info --- Arci.Networking.NetCore/Arci.Networking.NetCore.csproj | 2 +- .../Arci.Networking.Tests.NetCore.csproj | 2 +- Arci.Networking.Tests.UAP/Properties/AssemblyInfo.cs | 4 ++-- Arci.Networking.Tests/Properties/AssemblyInfo.cs | 4 ++-- Arci.Networking.UAP/Properties/AssemblyInfo.cs | 4 ++-- Arci.Networking/Properties/AssemblyInfo.cs | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Arci.Networking.NetCore/Arci.Networking.NetCore.csproj b/Arci.Networking.NetCore/Arci.Networking.NetCore.csproj index 8251b80..de26aae 100644 --- a/Arci.Networking.NetCore/Arci.Networking.NetCore.csproj +++ b/Arci.Networking.NetCore/Arci.Networking.NetCore.csproj @@ -10,7 +10,7 @@ false false false - 1.4.3 + 1.4.4 diff --git a/Arci.Networking.Tests.NetCore/Arci.Networking.Tests.NetCore.csproj b/Arci.Networking.Tests.NetCore/Arci.Networking.Tests.NetCore.csproj index eefac04..745402f 100644 --- a/Arci.Networking.Tests.NetCore/Arci.Networking.Tests.NetCore.csproj +++ b/Arci.Networking.Tests.NetCore/Arci.Networking.Tests.NetCore.csproj @@ -10,7 +10,7 @@ false false false - 1.4.3 + 1.4.4 diff --git a/Arci.Networking.Tests.UAP/Properties/AssemblyInfo.cs b/Arci.Networking.Tests.UAP/Properties/AssemblyInfo.cs index 8785618..11f9a5b 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.3.0")] -[assembly: AssemblyFileVersion("1.4.3.0")] +[assembly: AssemblyVersion("1.4.4.0")] +[assembly: AssemblyFileVersion("1.4.4.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 480451b..82a5ac4 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.3.0")] -[assembly: AssemblyFileVersion("1.4.3.0")] +[assembly: AssemblyVersion("1.4.4.0")] +[assembly: AssemblyFileVersion("1.4.4.0")] diff --git a/Arci.Networking.UAP/Properties/AssemblyInfo.cs b/Arci.Networking.UAP/Properties/AssemblyInfo.cs index 4aad81b..96986b1 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.3.0")] -[assembly: AssemblyFileVersion("1.4.3.0")] +[assembly: AssemblyVersion("1.4.4.0")] +[assembly: AssemblyFileVersion("1.4.4.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 48f273d..c8f88f0 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.3.0")] -[assembly: AssemblyFileVersion("1.4.3.0")] +[assembly: AssemblyVersion("1.4.4.0")] +[assembly: AssemblyFileVersion("1.4.4.0")]