From d7b75d525719d243b41086f7ee84b526f95986bd Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sat, 19 Jan 2019 16:43:54 +0530 Subject: [PATCH] assembly version updated to v2.3.0.1 for release --- DnsServerApp.NETCore/DnsServerApp.NETCore.csproj | 4 ++-- DnsServerApp/Properties/AssemblyInfo.cs | 4 ++-- DnsServerCore/DnsServerCore.csproj | 4 ++-- DnsService/Properties/AssemblyInfo.cs | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/DnsServerApp.NETCore/DnsServerApp.NETCore.csproj b/DnsServerApp.NETCore/DnsServerApp.NETCore.csproj index fa2e2451..3d97648c 100644 --- a/DnsServerApp.NETCore/DnsServerApp.NETCore.csproj +++ b/DnsServerApp.NETCore/DnsServerApp.NETCore.csproj @@ -13,8 +13,8 @@ DnsServerApp DnsServerApp DnsServerApp.Program - 2.3.0.0 - 2.3.0.0 + 2.3.0.1 + 2.3.0.1 https://technitium.com/dns/ https://github.com/TechnitiumSoftware/DnsServer diff --git a/DnsServerApp/Properties/AssemblyInfo.cs b/DnsServerApp/Properties/AssemblyInfo.cs index f2e841e4..f46a0cc3 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.0")] -[assembly: AssemblyFileVersion("2.3.0.0")] +[assembly: AssemblyVersion("2.3.0.1")] +[assembly: AssemblyFileVersion("2.3.0.1")] diff --git a/DnsServerCore/DnsServerCore.csproj b/DnsServerCore/DnsServerCore.csproj index 5086aefe..c3da8d8f 100644 --- a/DnsServerCore/DnsServerCore.csproj +++ b/DnsServerCore/DnsServerCore.csproj @@ -146,8 +146,8 @@ .NET Standard 2.0 DnsServer - 2.3.0.0 - 2.3.0.0 + 2.3.0.1 + 2.3.0.1 2.3 diff --git a/DnsService/Properties/AssemblyInfo.cs b/DnsService/Properties/AssemblyInfo.cs index 72748e21..2502e000 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.0")] -[assembly: AssemblyFileVersion("2.3.0.0")] +[assembly: AssemblyVersion("2.3.0.1")] +[assembly: AssemblyFileVersion("2.3.0.1")]