assembly version updated to v4.0

This commit is contained in:
Shreyas Zare
2019-06-29 14:01:18 +05:30
parent 30d4549a5f
commit 22847f1c72
4 changed files with 21 additions and 10 deletions

View File

@@ -6,15 +6,15 @@
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.2</TargetFramework> <TargetFramework>netcoreapp2.2</TargetFramework>
<ApplicationIcon>logo2.ico</ApplicationIcon> <ApplicationIcon>logo2.ico</ApplicationIcon>
<Version>3.3</Version> <Version>4.0</Version>
<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>DnsServerApp</AssemblyName> <AssemblyName>DnsServerApp</AssemblyName>
<RootNamespace>DnsServerApp</RootNamespace> <RootNamespace>DnsServerApp</RootNamespace>
<StartupObject>DnsServerApp.Program</StartupObject> <StartupObject>DnsServerApp.Program</StartupObject>
<AssemblyVersion>3.3.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion>
<FileVersion>3.3.0.0</FileVersion> <FileVersion>4.0.0.0</FileVersion>
<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>
</PropertyGroup> </PropertyGroup>

View File

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3.0.0")] [assembly: AssemblyVersion("4.0.0.0")]
[assembly: AssemblyFileVersion("3.3.0.0")] [assembly: AssemblyFileVersion("4.0.0.0")]

View File

@@ -31,8 +31,10 @@
<None Remove="www\js\bootstrap.min.js" /> <None Remove="www\js\bootstrap.min.js" />
<None Remove="www\js\Chart.min.js" /> <None Remove="www\js\Chart.min.js" />
<None Remove="www\js\common.js" /> <None Remove="www\js\common.js" />
<None Remove="www\js\dhcp.js" />
<None Remove="www\js\jquery.min.js" /> <None Remove="www\js\jquery.min.js" />
<None Remove="www\js\main.js" /> <None Remove="www\js\main.js" />
<None Remove="www\js\zone.js" />
<None Remove="www\robots.txt" /> <None Remove="www\robots.txt" />
</ItemGroup> </ItemGroup>
@@ -121,6 +123,9 @@
<Content Include="www\js\main.js"> <Content Include="www\js\main.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory> <CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content> </Content>
<Content Include="www\js\zone.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="www\robots.txt"> <Content Include="www\robots.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory> <CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content> </Content>
@@ -139,6 +144,12 @@
</Reference> </Reference>
</ItemGroup> </ItemGroup>
<ItemGroup>
<Content Include="www\js\dhcp.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<PropertyGroup> <PropertyGroup>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
@@ -150,9 +161,9 @@
<RepositoryType></RepositoryType> <RepositoryType></RepositoryType>
<Description>.NET Standard 2.0</Description> <Description>.NET Standard 2.0</Description>
<PackageId>DnsServer</PackageId> <PackageId>DnsServer</PackageId>
<AssemblyVersion>3.3.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion>
<FileVersion>3.3.0.0</FileVersion> <FileVersion>4.0.0.0</FileVersion>
<Version>3.3</Version> <Version>4.0</Version>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

View File

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3.0.0")] [assembly: AssemblyVersion("4.0.0.0")]
[assembly: AssemblyFileVersion("3.3.0.0")] [assembly: AssemblyFileVersion("4.0.0.0")]