assembly version updated for release

This commit is contained in:
Shreyas Zare
2022-09-24 17:35:28 +05:30
parent 3556e1d33e
commit f8626af120
5 changed files with 13 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ApplicationIcon>logo2.ico</ApplicationIcon>
<Version>8.1.4</Version>
<Version>9.0</Version>
<Company>Technitium</Company>
<Product>Technitium DNS Server</Product>
<Authors>Shreyas Zare</Authors>

View File

@@ -11,7 +11,7 @@
<RepositoryType></RepositoryType>
<Description></Description>
<PackageId>DnsServerCore.ApplicationCommon</PackageId>
<Version>3.0</Version>
<Version>4.0</Version>
</PropertyGroup>
<ItemGroup>

View File

@@ -43,11 +43,13 @@
<None Remove="www\fonts\glyphicons-halflings-regular.ttf" />
<None Remove="www\fonts\glyphicons-halflings-regular.woff" />
<None Remove="www\fonts\glyphicons-halflings-regular.woff2" />
<None Remove="www\img\loader-small.gif" />
<None Remove="www\img\loader.gif" />
<None Remove="www\img\logo.png" />
<None Remove="www\img\logo25x25.png" />
<None Remove="www\index.html" />
<None Remove="www\js\apps.js" />
<None Remove="www\js\auth.js" />
<None Remove="www\js\bootstrap-datetimepicker.min.js" />
<None Remove="www\js\bootstrap.min.js" />
<None Remove="www\js\Chart.min.js" />
@@ -172,6 +174,9 @@
<Content Include="www\fonts\glyphicons-halflings-regular.woff2">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="www\img\loader-small.gif">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="www\img\loader.gif">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
@@ -187,6 +192,9 @@
<Content Include="www\js\apps.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="www\js\auth.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="www\js\bootstrap-datetimepicker.min.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
@@ -265,7 +273,7 @@
<RepositoryType></RepositoryType>
<Description></Description>
<PackageId>DnsServer</PackageId>
<Version>8.1.4</Version>
<Version>9.0</Version>
</PropertyGroup>
</Project>

View File

@@ -11,7 +11,7 @@
<AssemblyName>DnsServerSystemTrayApp</AssemblyName>
<Authors>Shreyas Zare</Authors>
<ApplicationIcon>logo2.ico</ApplicationIcon>
<Version>3.0</Version>
<Version>3.1</Version>
<Company>Technitium</Company>
<Product>Technitium DNS Server</Product>
<Description></Description>

View File

@@ -8,7 +8,7 @@
<RootNamespace>DnsServerWindowsService</RootNamespace>
<AssemblyName>DnsService</AssemblyName>
<ApplicationIcon>logo2.ico</ApplicationIcon>
<Version>8.1.4</Version>
<Version>9.0</Version>
<Authors>Shreyas Zare</Authors>
<Company>Technitium</Company>
<Product>Technitium DNS Server</Product>