Skip to content

Commit

Permalink
enabled automatic versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
lostmsu committed Aug 10, 2018
1 parent 58ca8d0 commit 0c7cedf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
using System.Reflection;
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyCompany("Lost Tech LLC")]
[assembly: AssemblyProduct("Stack")]
[assembly: AssemblyCopyright("Copyright © Lost Tech LLC 2018")]

[assembly: ComVisible(false)]
2 changes: 2 additions & 0 deletions WindowManagement.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>LostTech.Stack.WindowManagement</AssemblyName>
<RootNamespace>LostTech.Stack.WindowManagement</RootNamespace>
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
<Deterministic>False</Deterministic>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 0c7cedf

Please sign in to comment.