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;
using TechnitiumLibrary.Net.Http; using TechnitiumLibrary.Net.Http;
namespace BlockPageWebServer namespace BlockPage
{ {
public class App : IDnsApplication public class App : IDnsApplication
{ {

View File

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