Skip to content

Commit

Permalink
chore: Update version (3.1.0/3.1.0.61300)
Browse files Browse the repository at this point in the history
  • Loading branch information
nishy2000 committed Jun 13, 2021
1 parent 5311ffa commit f03dad0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions samples/MetroRadiance.Showcase/MetroRadiance.Showcase.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<PropertyGroup>
<TargetFrameworks>net452;net462;netcoreapp3.1</TargetFrameworks>
<UseWPF>true</UseWPF>
<AssemblyVersion>3.1.0.6050</AssemblyVersion>
<FileVersion>3.1.0.6050</FileVersion>
<AssemblyVersion>3.1.0.6130</AssemblyVersion>
<FileVersion>3.1.0.6130</FileVersion>

<Version>3.1.0-alpha00</Version>
<Version>3.1.0</Version>
<Company>nishy software</Company>
<Authors>nishy software</Authors>
<PackageTags>WPF Theme Dark Light Managed C# Metro Radiance MetroRadiance</PackageTags>
Expand Down
8 changes: 5 additions & 3 deletions source/MetroRadiance/MetroRadiance.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<PropertyGroup>
<TargetFrameworks>net45;net462;netcoreapp3.1</TargetFrameworks>
<UseWPF>true</UseWPF>
<AssemblyVersion>3.1.0.6050</AssemblyVersion>
<FileVersion>3.1.0.6050</FileVersion>
<AssemblyVersion>3.1.0.6130</AssemblyVersion>
<FileVersion>3.1.0.6130</FileVersion>
<RootNamespace>MetroRadiance</RootNamespace>
<Version>3.1.0-alpha00</Version>
<Version>3.1.0</Version>
<Company>nishy software</Company>
<Authors>nishy software</Authors>
<PackageTags>WPF Theme Dark Light Managed C# Metro Radiance MetroRadiance</PackageTags>
Expand All @@ -20,8 +20,10 @@
<PackageReleaseNotes>
Changes from 3.0.0
- Add standard control styles (DataGrid)
- Add attached properties (DataGridProperties)
- Fix an issue that error occurs when displaying ToolTip in System.Windows.Window
- Fix an issue that ComboBox appearance and UWP brushes may not follow dynamic changes in theme
- Change then name of the resource keys added in Version 3.0.

Limitations
- When moving windows using AcrylicBlurWindow class, the move process is very slow on Windows 10 1903 (Build 18362, May 2019 Update) or later
Expand Down

0 comments on commit f03dad0

Please sign in to comment.