Skip to content

Commit

Permalink
Add assemblyinfo for versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
coder2000 committed Jun 8, 2018
1 parent cbf984f commit 4cf8aea
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/Ubiety.Dns.Core/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by GitVersion.
//
// You can modify this code as we will not overwrite it when re-executing GitVersion
// </auto-generated>
//------------------------------------------------------------------------------

using System.Reflection;

[assembly: AssemblyFileVersion("2.0.0.0")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyInformationalVersion("2.0.0-beta.1+0.Branch.release/2.0.Sha.cbf984f3c15044943fef6b7e94fe15228a5223f4")]
1 change: 1 addition & 0 deletions src/Ubiety.Dns.Core/Ubiety.Dns.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<DocumentationFile>bin/$(Configuration)/$(TargetFramework)/$(AssemblyName).xml</DocumentationFile>
<Version>2.0.0</Version>
<ProjectGuid>479864c2-f29b-40e4-987b-577d189c3d08</ProjectGuid>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 4cf8aea

Please sign in to comment.