From 0c7cedf4287eae6b3476f5f6acc83d5258c131ec Mon Sep 17 00:00:00 2001 From: Victor Milovanov Date: Thu, 9 Aug 2018 18:16:42 -0700 Subject: [PATCH] enabled automatic versioning --- AssemblyInfo.cs | 9 +++++++++ WindowManagement.csproj | 2 ++ 2 files changed, 11 insertions(+) create mode 100644 AssemblyInfo.cs diff --git a/AssemblyInfo.cs b/AssemblyInfo.cs new file mode 100644 index 0000000..55d364d --- /dev/null +++ b/AssemblyInfo.cs @@ -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)] \ No newline at end of file diff --git a/WindowManagement.csproj b/WindowManagement.csproj index 098d2af..28446a0 100644 --- a/WindowManagement.csproj +++ b/WindowManagement.csproj @@ -4,6 +4,8 @@ netstandard2.0 LostTech.Stack.WindowManagement LostTech.Stack.WindowManagement + False + False