mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2025-12-22 17:39:52 +00:00
assembly version updated for v3.1 release
This commit is contained in:
@@ -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.0</Version>
|
<Version>3.1</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.0.0.0</AssemblyVersion>
|
<AssemblyVersion>3.1.0.0</AssemblyVersion>
|
||||||
<FileVersion>3.0.0.0</FileVersion>
|
<FileVersion>3.1.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>
|
||||||
|
|||||||
@@ -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.0.0.0")]
|
[assembly: AssemblyVersion("3.1.0.0")]
|
||||||
[assembly: AssemblyFileVersion("3.0.0.0")]
|
[assembly: AssemblyFileVersion("3.1.0.0")]
|
||||||
|
|||||||
@@ -150,9 +150,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.0.0.0</AssemblyVersion>
|
<AssemblyVersion>3.1.0.0</AssemblyVersion>
|
||||||
<FileVersion>3.0.0.0</FileVersion>
|
<FileVersion>3.1.0.0</FileVersion>
|
||||||
<Version>3.0</Version>
|
<Version>3.1</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
@@ -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.0.0.0")]
|
[assembly: AssemblyVersion("3.1.0.0")]
|
||||||
[assembly: AssemblyFileVersion("3.0.0.0")]
|
[assembly: AssemblyFileVersion("3.1.0.0")]
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user