File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed
MusicManager.Presentation/Properties/PublishProfiles Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
---------
3
3
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
+
4
9
5
10
Version 3.0.1.100 (Release)
6
11
- Fix crash in file navigation. Details: https://github.com/microsoft/CsWinRT/issues/1112
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<Product >Waf Music Manager</Product >
4
4
<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 >
7
7
<NeutralLanguage >en-US</NeutralLanguage >
8
8
<Nullable >enable</Nullable >
9
9
<ImplicitUsings >enable</ImplicitUsings >
Original file line number Diff line number Diff line change 9
9
<Identity
10
10
Name =" 50628JuergenBerchtel.6392A938627D"
11
11
Publisher =" CN=3C8CBF61-934D-4358-AA07-F08013E88454"
12
- Version =" 3.0.1 .0" />
12
+ Version =" 3.0.2 .0" />
13
13
14
14
<Properties >
15
15
<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.
5
5
<Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
6
6
<PropertyGroup >
7
7
<ApplicationRevision >100</ApplicationRevision >
8
- <ApplicationVersion >3.0.1 .100</ApplicationVersion >
8
+ <ApplicationVersion >3.0.2 .100</ApplicationVersion >
9
9
<BootstrapperEnabled >True</BootstrapperEnabled >
10
10
<Configuration >Release</Configuration >
11
11
<CreateDesktopShortcut >True</CreateDesktopShortcut >
@@ -31,7 +31,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
31
31
<SignManifests >False</SignManifests >
32
32
<SuiteName >Waf Music Manager</SuiteName >
33
33
<SupportUrl >https://jbe2277.github.io/musicmanager</SupportUrl >
34
- <TargetFramework >net6.0-windows10.0.18362 </TargetFramework >
34
+ <TargetFramework >net6.0-windows10.0.19041 </TargetFramework >
35
35
<UpdateEnabled >True</UpdateEnabled >
36
36
<UpdateMode >Foreground</UpdateMode >
37
37
<UpdateRequired >False</UpdateRequired >
@@ -40,7 +40,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
40
40
<ItemGroup >
41
41
<BootstrapperPackage Include =" Microsoft.NetCore.DesktopRuntime.6.0.x64" >
42
42
<Install >True</Install >
43
- <ProductName >.NET Desktop Runtime 6.0.1 (x64)</ProductName >
43
+ <ProductName >.NET Desktop Runtime 6.0.7 (x64)</ProductName >
44
44
</BootstrapperPackage >
45
45
</ItemGroup >
46
46
</Project >
You can’t perform that action at this time.
0 commit comments