From ee7b9fc21f27f4dd443cb4f5fc958f4735c3a483 Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sat, 15 Feb 2025 15:52:21 +0530 Subject: [PATCH] app assembly version updated for release. --- Apps/BlockPageApp/BlockPageApp.csproj | 2 +- Apps/QueryLogsMySqlApp/QueryLogsMySqlApp.csproj | 6 +++--- Apps/QueryLogsSqlServerApp/QueryLogsSqlServerApp.csproj | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Apps/BlockPageApp/BlockPageApp.csproj b/Apps/BlockPageApp/BlockPageApp.csproj index aa31fad9..d2f99ff4 100644 --- a/Apps/BlockPageApp/BlockPageApp.csproj +++ b/Apps/BlockPageApp/BlockPageApp.csproj @@ -3,7 +3,7 @@ net8.0 false - 6.1 + 6.2 false Technitium Technitium DNS Server diff --git a/Apps/QueryLogsMySqlApp/QueryLogsMySqlApp.csproj b/Apps/QueryLogsMySqlApp/QueryLogsMySqlApp.csproj index cfd5d784..9d713777 100644 --- a/Apps/QueryLogsMySqlApp/QueryLogsMySqlApp.csproj +++ b/Apps/QueryLogsMySqlApp/QueryLogsMySqlApp.csproj @@ -4,7 +4,7 @@ net8.0 false true - 1.1 + 2.0 false Technitium Technitium DNS Server @@ -13,14 +13,14 @@ QueryLogsMySql https://technitium.com/dns/ https://github.com/TechnitiumSoftware/DnsServer - Logs all incoming DNS requests and their responses in a MySQL database that can be queried from the DNS Server web console.\n\nNote! You will need to create a user and grant all privileges on the database to the user so that the app will be able to access it. To do that run the following commands with the required database name and username on your mysql root prompt:\nCREATE USER 'user'@'%' IDENTIFIED BY 'password';\nGRANT ALL PRIVILEGES ON DatabaseName.* TO 'user'@'%'; + Logs all incoming DNS requests and their responses in a MySQL/MariaDB database that can be queried from the DNS Server web console.\n\nNote! You will need to create a user and grant all privileges on the database to the user so that the app will be able to access it. To do that run the following commands with the required database name and username on your mysql root prompt:\nCREATE USER 'user'@'%' IDENTIFIED BY 'password';\nGRANT ALL PRIVILEGES ON DatabaseName.* TO 'user'@'%'; false Library enable - + diff --git a/Apps/QueryLogsSqlServerApp/QueryLogsSqlServerApp.csproj b/Apps/QueryLogsSqlServerApp/QueryLogsSqlServerApp.csproj index 90effde6..e5f6a871 100644 --- a/Apps/QueryLogsSqlServerApp/QueryLogsSqlServerApp.csproj +++ b/Apps/QueryLogsSqlServerApp/QueryLogsSqlServerApp.csproj @@ -4,7 +4,7 @@ net8.0 false true - 1.1 + 1.2 false Technitium Technitium DNS Server