Skip to content

Commit

Permalink
v0.7.0-preview.191204.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinnara committed Dec 4, 2019
1 parent 61b8957 commit 19b2315
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>0.6.1</Version>
<Version>0.7.0-preview.191204.0</Version>
<Authors>Yimeng Wu</Authors>
<Product>ModernWPF UI Library</Product>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
1 change: 1 addition & 0 deletions ModernWpf.Controls/ModernWpf.Controls.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<NuspecProperties>$(NuspecProperties);config=$(Configuration)</NuspecProperties>
<NuspecProperties>$(NuspecProperties);version=$(PackageVersion)</NuspecProperties>
<NuspecProperties>$(NuspecProperties);authors=$(Authors)</NuspecProperties>
<NuspecProperties>$(NuspecProperties);tags=$(PackageTags)</NuspecProperties>
<NuspecProperties>$(NuspecProperties);license=$(PackageLicenseExpression)</NuspecProperties>
<NuspecProperties>$(NuspecProperties);projectUrl=$(PackageProjectUrl)</NuspecProperties>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion ModernWpf.Controls/ModernWpfUI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<authors>$authors$</authors>
<owners>$authors$</owners>
<description>Modern styles and controls for your WPF applications.</description>
<tags>WPF XAML UI Metro Modern Fluent Theme WinUI</tags>
<tags>$tags$</tags>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">$license$</license>
<projectUrl>$projectUrl$</projectUrl>
Expand Down

0 comments on commit 19b2315

Please sign in to comment.