diff --git a/DnsServerApp.NETCore/DnsServerApp.NETCore.csproj b/DnsServerApp.NETCore/DnsServerApp.NETCore.csproj index 3d97648c..77239e23 100644 --- a/DnsServerApp.NETCore/DnsServerApp.NETCore.csproj +++ b/DnsServerApp.NETCore/DnsServerApp.NETCore.csproj @@ -13,8 +13,8 @@ DnsServerApp DnsServerApp DnsServerApp.Program - 2.3.0.1 - 2.3.0.1 + 2.3.0.2 + 2.3.0.2 https://technitium.com/dns/ https://github.com/TechnitiumSoftware/DnsServer diff --git a/DnsServerApp/Properties/AssemblyInfo.cs b/DnsServerApp/Properties/AssemblyInfo.cs index f46a0cc3..8d42e4a9 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("2.3.0.1")] -[assembly: AssemblyFileVersion("2.3.0.1")] +[assembly: AssemblyVersion("2.3.0.2")] +[assembly: AssemblyFileVersion("2.3.0.2")] diff --git a/DnsServerCore/DnsServerCore.csproj b/DnsServerCore/DnsServerCore.csproj index c3da8d8f..8b0d1161 100644 --- a/DnsServerCore/DnsServerCore.csproj +++ b/DnsServerCore/DnsServerCore.csproj @@ -146,8 +146,8 @@ .NET Standard 2.0 DnsServer - 2.3.0.1 - 2.3.0.1 + 2.3.0.2 + 2.3.0.2 2.3 diff --git a/DnsService/Properties/AssemblyInfo.cs b/DnsService/Properties/AssemblyInfo.cs index 2502e000..0cf9d8e5 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("2.3.0.1")] -[assembly: AssemblyFileVersion("2.3.0.1")] +[assembly: AssemblyVersion("2.3.0.2")] +[assembly: AssemblyFileVersion("2.3.0.2")]