Skip to content

Commit

Permalink
Prepare the 1.7.1.100 release
Browse files Browse the repository at this point in the history
jbe2277 committed Mar 16, 2018
1 parent e249c71 commit 9fa0ff7
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions src/MusicManager/Documentation/Changelog.txt
Original file line number Diff line number Diff line change
@@ -2,6 +2,10 @@ Changelog
---------


Version 1.7.1.100 (Release)
- Update the Win Application Framework (WAF) to 4.2.0.


Version 1.7.0.100 (Release)
- Improve performance of loading a lot music files.

Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@
<PublisherName>Waf</PublisherName>
<SuiteName>Waf Music Manager</SuiteName>
<ApplicationRevision>100</ApplicationRevision>
<ApplicationVersion>1.7.0.100</ApplicationVersion>
<ApplicationVersion>1.7.1.100</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
6 changes: 3 additions & 3 deletions src/MusicManager/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@

[assembly: AssemblyCompany("Waf")]
[assembly: AssemblyProduct("Waf Music Manager")]
[assembly: AssemblyCopyright("Copyright © jbe2277 2017")]
[assembly: AssemblyCopyright("Copyright © jbe2277 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

@@ -17,5 +17,5 @@
[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.MainAssembly)]


[assembly: AssemblyVersion("1.7.0.100")]
[assembly: AssemblyFileVersion("1.7.0.100")]
[assembly: AssemblyVersion("1.7.1.100")]
[assembly: AssemblyFileVersion("1.7.1.100")]

0 comments on commit 9fa0ff7

Please sign in to comment.