Skip to content

Commit

Permalink
add assembly info
Browse files Browse the repository at this point in the history
  • Loading branch information
UnseenFaith committed Oct 2, 2022
1 parent f632d4b commit 74dc335
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions PNGBuddy/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
using System.Runtime.InteropServices;
using System.Windows;

[assembly: ThemeInfo(
Expand All @@ -8,3 +9,6 @@
//(used if a resource is not found in the page,
// app, or any theme specific resource dictionaries)
)]

[assembly: Guid("a8193544-b0a9-40b5-a9c0-d4296bdeb268")]

1 change: 1 addition & 0 deletions PNGBuddy/PNGBuddy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<SignAssembly>False</SignAssembly>
<IsPublishable>True</IsPublishable>
<AssemblyVersion>1.0.1.0</AssemblyVersion>
<Authors>UnseenFaith</Authors>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit 74dc335

Please sign in to comment.