Skip to content

Commit b4839d5

Browse files
committed
Prepare release 3.0.2.100
1 parent 25e66c8 commit b4839d5

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

src/MusicManager/Changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
---------
33

4+
Version 3.0.2.100 (Release)
5+
- Deploy via Microsoft Store
6+
- Improve app shutdown regarding CPU resource usage.
7+
- Update used packages.
8+
49

510
Version 3.0.1.100 (Release)
611
- Fix crash in file navigation. Details: https://github.com/microsoft/CsWinRT/issues/1112

src/MusicManager/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<PropertyGroup>
33
<Product>Waf Music Manager</Product>
44
<Company>Waf</Company>
5-
<Copyright>Copyright © 2016-2021 jbe2277</Copyright>
6-
<Version>3.0.1.100</Version>
5+
<Copyright>Copyright © 2016-2022 jbe2277</Copyright>
6+
<Version>3.0.2.100</Version>
77
<NeutralLanguage>en-US</NeutralLanguage>
88
<Nullable>enable</Nullable>
99
<ImplicitUsings>enable</ImplicitUsings>

src/MusicManager/MusicManager.Packaging/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Identity
1010
Name="50628JuergenBerchtel.6392A938627D"
1111
Publisher="CN=3C8CBF61-934D-4358-AA07-F08013E88454"
12-
Version="3.0.1.0" />
12+
Version="3.0.2.0" />
1313

1414
<Properties>
1515
<DisplayName>Waf Music Manager</DisplayName>

src/MusicManager/MusicManager.Presentation/Properties/PublishProfiles/ClickOnceProfile.pubxml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
55
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
66
<PropertyGroup>
77
<ApplicationRevision>100</ApplicationRevision>
8-
<ApplicationVersion>3.0.1.100</ApplicationVersion>
8+
<ApplicationVersion>3.0.2.100</ApplicationVersion>
99
<BootstrapperEnabled>True</BootstrapperEnabled>
1010
<Configuration>Release</Configuration>
1111
<CreateDesktopShortcut>True</CreateDesktopShortcut>
@@ -31,7 +31,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
3131
<SignManifests>False</SignManifests>
3232
<SuiteName>Waf Music Manager</SuiteName>
3333
<SupportUrl>https://jbe2277.github.io/musicmanager</SupportUrl>
34-
<TargetFramework>net6.0-windows10.0.18362</TargetFramework>
34+
<TargetFramework>net6.0-windows10.0.19041</TargetFramework>
3535
<UpdateEnabled>True</UpdateEnabled>
3636
<UpdateMode>Foreground</UpdateMode>
3737
<UpdateRequired>False</UpdateRequired>
@@ -40,7 +40,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
4040
<ItemGroup>
4141
<BootstrapperPackage Include="Microsoft.NetCore.DesktopRuntime.6.0.x64">
4242
<Install>True</Install>
43-
<ProductName>.NET Desktop Runtime 6.0.1 (x64)</ProductName>
43+
<ProductName>.NET Desktop Runtime 6.0.7 (x64)</ProductName>
4444
</BootstrapperPackage>
4545
</ItemGroup>
4646
</Project>

0 commit comments

Comments
 (0)