Skip to content

Commit

Permalink
Prepare release 3.0.2.100
Browse files Browse the repository at this point in the history
jbe2277 committed Jul 22, 2022
1 parent 25e66c8 commit b4839d5
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions src/MusicManager/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
---------

Version 3.0.2.100 (Release)
- Deploy via Microsoft Store
- Improve app shutdown regarding CPU resource usage.
- Update used packages.


Version 3.0.1.100 (Release)
- Fix crash in file navigation. Details: https://github.com/microsoft/CsWinRT/issues/1112
4 changes: 2 additions & 2 deletions src/MusicManager/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -2,8 +2,8 @@
<PropertyGroup>
<Product>Waf Music Manager</Product>
<Company>Waf</Company>
<Copyright>Copyright © 2016-2021 jbe2277</Copyright>
<Version>3.0.1.100</Version>
<Copyright>Copyright © 2016-2022 jbe2277</Copyright>
<Version>3.0.2.100</Version>
<NeutralLanguage>en-US</NeutralLanguage>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
<Identity
Name="50628JuergenBerchtel.6392A938627D"
Publisher="CN=3C8CBF61-934D-4358-AA07-F08013E88454"
Version="3.0.1.0" />
Version="3.0.2.0" />

<Properties>
<DisplayName>Waf Music Manager</DisplayName>
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ApplicationRevision>100</ApplicationRevision>
<ApplicationVersion>3.0.1.100</ApplicationVersion>
<ApplicationVersion>3.0.2.100</ApplicationVersion>
<BootstrapperEnabled>True</BootstrapperEnabled>
<Configuration>Release</Configuration>
<CreateDesktopShortcut>True</CreateDesktopShortcut>
@@ -31,7 +31,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<SignManifests>False</SignManifests>
<SuiteName>Waf Music Manager</SuiteName>
<SupportUrl>https://jbe2277.github.io/musicmanager</SupportUrl>
<TargetFramework>net6.0-windows10.0.18362</TargetFramework>
<TargetFramework>net6.0-windows10.0.19041</TargetFramework>
<UpdateEnabled>True</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateRequired>False</UpdateRequired>
@@ -40,7 +40,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<ItemGroup>
<BootstrapperPackage Include="Microsoft.NetCore.DesktopRuntime.6.0.x64">
<Install>True</Install>
<ProductName>.NET Desktop Runtime 6.0.1 (x64)</ProductName>
<ProductName>.NET Desktop Runtime 6.0.7 (x64)</ProductName>
</BootstrapperPackage>
</ItemGroup>
</Project>

0 comments on commit b4839d5

Please sign in to comment.