assembly version updated to v2.0.0.1

This commit is contained in:
Shreyas Zare
2018-10-13 15:25:38 +05:30
parent 21c5cfdb5c
commit bf2f8605cb
4 changed files with 8 additions and 8 deletions

View File

@@ -13,8 +13,8 @@
<AssemblyName>DnsServerApp</AssemblyName>
<RootNamespace>DnsServerApp</RootNamespace>
<StartupObject>DnsServerApp.Program</StartupObject>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.0.0.0</FileVersion>
<AssemblyVersion>2.0.0.1</AssemblyVersion>
<FileVersion>2.0.0.1</FileVersion>
<PackageProjectUrl>https://technitium.com/dns/</PackageProjectUrl>
<RepositoryUrl>https://github.com/TechnitiumSoftware/DnsServer</RepositoryUrl>
</PropertyGroup>