Skip to content

Commit

Permalink
Resolve #280: Set assembly/file version on ModernWpf.dll
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinnara committed Mar 10, 2021
1 parent b318080 commit 065f4a7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Directory.Build.targets
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<Project>
<PropertyGroup Condition="'$(PackageId)' != ''">
<PropertyGroup>
<Version>0.9.3</Version>
<Authors>Yimeng Wu</Authors>
<Product>ModernWPF UI Library</Product>
</PropertyGroup>

<PropertyGroup Condition="'$(PackageId)' != ''">
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/Kinnara/ModernWpf</PackageProjectUrl>
<PackageTags>WPF XAML UI Theme Controls Fluent Modern Metro WinUI</PackageTags>
Expand Down

0 comments on commit 065f4a7

Please sign in to comment.