BlockPageApp: project name refactored

This commit is contained in:
Shreyas Zare
2021-09-26 17:21:07 +05:30
parent 653c89eb80
commit 0c649ad241
4 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ using TechnitiumLibrary.IO;
using TechnitiumLibrary.Net;
using TechnitiumLibrary.Net.Http;
namespace BlockPageWebServer
namespace BlockPage
{
public class App : IDnsApplication
{

View File

@@ -7,8 +7,8 @@
<Company>Technitium</Company>
<Product>Technitium DNS Server</Product>
<Authors>Shreyas Zare</Authors>
<AssemblyName>BlockPageWebServerApp</AssemblyName>
<RootNamespace>BlockPageWebServer</RootNamespace>
<AssemblyName>BlockPageApp</AssemblyName>
<RootNamespace>BlockPage</RootNamespace>
<PackageProjectUrl>https://technitium.com/dns/</PackageProjectUrl>
<RepositoryUrl>https://github.com/TechnitiumSoftware/DnsServer</RepositoryUrl>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>