Skip to content

Commit

Permalink
removed dependency on App Boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
lostmsu committed Jan 21, 2020
1 parent a56a4c7 commit 5a4f71f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 32 deletions.
2 changes: 1 addition & 1 deletion AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Reflection;
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("1.1.*")]
[assembly: AssemblyVersion("1.2.*")]
[assembly: AssemblyCompany("Lost Tech LLC")]
[assembly: AssemblyProduct("Stack")]
[assembly: AssemblyCopyright("Copyright © Lost Tech LLC 2019")]
Expand Down
30 changes: 0 additions & 30 deletions Warning.cs

This file was deleted.

1 change: 0 additions & 1 deletion WindowManagement.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

<ItemGroup>
<PackageReference Include="System.Drawing.Primitives" Version="4.3.0" />
<PackageReference Include="LostTech.App.Boilerplate" Version="0.1.0" />
</ItemGroup>

</Project>

0 comments on commit 5a4f71f

Please sign in to comment.