Skip to content

Commit d966677

Browse files
committed
Prepare release 3.0.0.100
1 parent ad6affa commit d966677

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed

src/MusicManager/Changelog.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ Changelog
22
---------
33

44

5+
Version 3.0.0.100 (Release)
6+
- Change required .NET 6
7+
- Update the Win Application Framework (WAF) to 6.4.0.
8+
- Simplify code by using C# 10 features.
9+
- Migrate to new Windows Runtime (WinRT) integration.
10+
11+
512
Version 2.0.0.100 (Release)
613
- Change required .NET Framework to 4.7.2.
714
- Update the Win Application Framework (WAF) to 5.0.0-alpha1.
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
https://go.microsoft.com/fwlink/?LinkID=208121.
4+
-->
5+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
6+
<PropertyGroup>
7+
<ApplicationRevision>100</ApplicationRevision>
8+
<ApplicationVersion>3.0.0.100</ApplicationVersion>
9+
<BootstrapperEnabled>True</BootstrapperEnabled>
10+
<Configuration>Release</Configuration>
11+
<CreateDesktopShortcut>True</CreateDesktopShortcut>
12+
<CreateWebPageOnPublish>False</CreateWebPageOnPublish>
13+
<GenerateManifests>True</GenerateManifests>
14+
<Install>True</Install>
15+
<InstallFrom>Web</InstallFrom>
16+
<InstallUrl>https://jbe2277.github.io/musicmanager/clickonce/</InstallUrl>
17+
<IsRevisionIncremented>False</IsRevisionIncremented>
18+
<IsWebBootstrapper>True</IsWebBootstrapper>
19+
<MapFileExtensions>True</MapFileExtensions>
20+
<OpenBrowserOnPublish>False</OpenBrowserOnPublish>
21+
<Platform>Any CPU</Platform>
22+
<ProductName>Waf Music Manager</ProductName>
23+
<PublishDir>bin\publish\</PublishDir>
24+
<PublishUrl>bin\publish\</PublishUrl>
25+
<PublisherName>Waf</PublisherName>
26+
<PublishProtocol>ClickOnce</PublishProtocol>
27+
<PublishReadyToRun>False</PublishReadyToRun>
28+
<PublishSingleFile>False</PublishSingleFile>
29+
<SelfContained>False</SelfContained>
30+
<SignatureAlgorithm>(none)</SignatureAlgorithm>
31+
<SignManifests>False</SignManifests>
32+
<SuiteName>Waf Music Manager</SuiteName>
33+
<SupportUrl>https://jbe2277.github.io/musicmanager</SupportUrl>
34+
<TargetFramework>net6.0-windows10.0.18362</TargetFramework>
35+
<UpdateEnabled>True</UpdateEnabled>
36+
<UpdateMode>Foreground</UpdateMode>
37+
<UpdateRequired>False</UpdateRequired>
38+
<WebPageFileName>Publish.html</WebPageFileName>
39+
</PropertyGroup>
40+
<ItemGroup>
41+
<BootstrapperPackage Include="Microsoft.NetCore.DesktopRuntime.6.0.x64">
42+
<Install>True</Install>
43+
<ProductName>.NET Desktop Runtime 6.0.1 (x64)</ProductName>
44+
</BootstrapperPackage>
45+
</ItemGroup>
46+
</Project>

0 commit comments

Comments
 (0)