From 85d834eada65ff9e239d888522735ae973ae7055 Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sat, 13 Mar 2021 19:43:54 +0530 Subject: [PATCH] updated projects and assembly version for v6.0 release --- .../DefaultDnsApplication.csproj | 6 +++++ DnsServerApp/DnsServerApp.csproj | 6 ++--- DnsServerCore/DnsServerCore.csproj | 18 ++++++++++---- .../DnsServerSystemTrayApp.csproj | 24 +++++++++++-------- 4 files changed, 36 insertions(+), 18 deletions(-) diff --git a/DefaultDnsApplication/DefaultDnsApplication.csproj b/DefaultDnsApplication/DefaultDnsApplication.csproj index 6538185d..3f33ed5a 100644 --- a/DefaultDnsApplication/DefaultDnsApplication.csproj +++ b/DefaultDnsApplication/DefaultDnsApplication.csproj @@ -36,4 +36,10 @@ + + + PreserveNewest + + + diff --git a/DnsServerApp/DnsServerApp.csproj b/DnsServerApp/DnsServerApp.csproj index 692ce5c9..1823e4be 100644 --- a/DnsServerApp/DnsServerApp.csproj +++ b/DnsServerApp/DnsServerApp.csproj @@ -6,15 +6,15 @@ Exe net5.0 logo2.ico - 5.6 + 6.0 Technitium Technitium DNS Server Shreyas Zare DnsServerApp DnsServerApp DnsServerApp.Program - 5.6.0.0 - 5.6.0.0 + 6.0.0.0 + 6.0.0.0 https://technitium.com/dns/ https://github.com/TechnitiumSoftware/DnsServer diff --git a/DnsServerCore/DnsServerCore.csproj b/DnsServerCore/DnsServerCore.csproj index 361f6c2b..5e76a6a3 100644 --- a/DnsServerCore/DnsServerCore.csproj +++ b/DnsServerCore/DnsServerCore.csproj @@ -1,7 +1,7 @@  - netstandard2.0 + net5.0 @@ -36,6 +36,7 @@ + @@ -135,6 +136,9 @@ PreserveNewest + + PreserveNewest + PreserveNewest @@ -183,6 +187,10 @@ + + + + false true @@ -192,11 +200,11 @@ https://technitium.com/dns/ https://github.com/TechnitiumSoftware/DnsServer - .NET Standard 2.0 + .NET 5 DnsServer - 5.6.0.0 - 5.6.0.0 - 5.6 + 6.0.0.0 + 6.0.0.0 + 6.0 diff --git a/DnsServerSystemTrayApp/DnsServerSystemTrayApp.csproj b/DnsServerSystemTrayApp/DnsServerSystemTrayApp.csproj index af911783..ca657839 100644 --- a/DnsServerSystemTrayApp/DnsServerSystemTrayApp.csproj +++ b/DnsServerSystemTrayApp/DnsServerSystemTrayApp.csproj @@ -3,13 +3,20 @@ WinExe net5.0-windows + false + true true true DnsServerSystemTrayApp DnsServerSystemTrayApp Shreyas Zare logo2.ico - 2.0.0.0 + 2.0 + Technitium + Technitium DNS Server + .NET 5 + https://technitium.com/dns/ + https://github.com/TechnitiumSoftware/DnsServer @@ -26,15 +33,6 @@ Resources.resx True - - SettingsSingleFileGenerator - Settings.Designer.cs - - - True - Settings.settings - True - @@ -43,4 +41,10 @@ + + + ResXFileCodeGenerator + Resources.Designer.cs + + \ No newline at end of file