diff --git a/DnsServerApp.NETCore/DnsServerApp.NETCore.csproj b/DnsServerApp.NETCore/DnsServerApp.NETCore.csproj index f7ff3e03..d2315bb6 100644 --- a/DnsServerApp.NETCore/DnsServerApp.NETCore.csproj +++ b/DnsServerApp.NETCore/DnsServerApp.NETCore.csproj @@ -6,15 +6,15 @@ Exe netcoreapp2.1 logo2.ico - 1.3.3 + 2.0 Technitium Technitium DNS Server Shreyas Zare DnsServerApp DnsServerApp DnsServerApp.Program - 1.3.3.0 - 1.3.3.0 + 2.0.0.0 + 2.0.0.0 https://technitium.com/dns/ https://github.com/TechnitiumSoftware/DnsServer diff --git a/DnsServerApp/Properties/AssemblyInfo.cs b/DnsServerApp/Properties/AssemblyInfo.cs index f4944cf2..65d929ad 100644 --- a/DnsServerApp/Properties/AssemblyInfo.cs +++ b/DnsServerApp/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // 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.3.3.0")] -[assembly: AssemblyFileVersion("1.3.3.0")] +[assembly: AssemblyVersion("2.0.0.0")] +[assembly: AssemblyFileVersion("2.0.0.0")] diff --git a/DnsServerCore/DnsServerCore.csproj b/DnsServerCore/DnsServerCore.csproj index d661161c..968fea3e 100644 --- a/DnsServerCore/DnsServerCore.csproj +++ b/DnsServerCore/DnsServerCore.csproj @@ -5,6 +5,7 @@ + @@ -27,12 +28,16 @@ + + + Always + Always @@ -99,6 +104,9 @@ Always + + Always + Always @@ -134,9 +142,9 @@ .NET Standard 2.0 DnsServer - 1.3.3.0 - 1.3.3.0 - 1.3.3 + 2.0.0.0 + 2.0.0.0 + 2.0 diff --git a/DnsService/Properties/AssemblyInfo.cs b/DnsService/Properties/AssemblyInfo.cs index 52f645ef..014296e1 100644 --- a/DnsService/Properties/AssemblyInfo.cs +++ b/DnsService/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // 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.3.3.0")] -[assembly: AssemblyFileVersion("1.3.3.0")] +[assembly: AssemblyVersion("2.0.0.0")] +[assembly: AssemblyFileVersion("2.0.0.0")]