Skip to content

Commit

Permalink
chore: Update version (3.1.1/3.1.1.61400)
Browse files Browse the repository at this point in the history
  • Loading branch information
nishy2000 committed Jun 14, 2021
1 parent 0d887e0 commit a68d8f0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog for MetroRadiance.Fork

## 3.1.1-preview MetroRadiance
## 3.1.1 MetroRadiance

- ### Breaking changes
- none
Expand Down
11 changes: 7 additions & 4 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.6130</AssemblyVersion>
<FileVersion>3.1.0.6130</FileVersion>
<AssemblyVersion>3.1.1.6140</AssemblyVersion>
<FileVersion>3.1.1.6140</FileVersion>

<Version>3.1.0</Version>
<Version>3.1.1</Version>
<Company>nishy software</Company>
<Authors>nishy software</Authors>
<PackageTags>WPF Theme Dark Light Managed C# Metro Radiance MetroRadiance</PackageTags>
Expand All @@ -18,10 +18,13 @@
<Copyright>©2020, 2021 nishy software / ©2014-2017 Manato KAMEYA</Copyright>
<PackageId>MetroRadiance.Fork.Showcase</PackageId>
<PackageReleaseNotes>
Changes from 3.1.0
- Update MetroRadiance.Fork 3.1.0 to 3.1.1
Changes from 3.0.0
- Add DataGrid samples in the control sample page

Limitations
Limitations from 3.0.0
No changes
- When moving windows using metro:AcrylicBlurWindow, the move process is very slow on Windows 10 1903 (Build 18362, May 2019 Update) or later
</PackageReleaseNotes>
<OutputType>WinExe</OutputType>
Expand Down
5 changes: 3 additions & 2 deletions source/MetroRadiance/MetroRadiance.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AssemblyVersion>3.1.1.6140</AssemblyVersion>
<FileVersion>3.1.1.6140</FileVersion>
<RootNamespace>MetroRadiance</RootNamespace>
<Version>3.1.1-alpha00</Version>
<Version>3.1.1</Version>
<Company>nishy software</Company>
<Authors>nishy software</Authors>
<PackageTags>WPF Theme Dark Light Managed C# Metro Radiance MetroRadiance</PackageTags>
Expand All @@ -27,7 +27,8 @@
- 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
Limitations from 3.0.0
No changes
- When moving windows using AcrylicBlurWindow class, the move process is very slow on Windows 10 1903 (Build 18362, May 2019 Update) or later
</PackageReleaseNotes>
<Configurations>Debug;Release;Release RETRO</Configurations>
Expand Down

0 comments on commit a68d8f0

Please sign in to comment.