Skip to content

Commit

Permalink
Prepare the 1.7.2.100 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 committed Sep 23, 2018
1 parent 0cd20a3 commit e2d1f58
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions src/MusicManager/Documentation/Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ Changelog
---------


Version 1.7.2.100 (Release)
- Update the Win Application Framework (WAF) to 4.3.0.


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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<PublisherName>Waf</PublisherName>
<SuiteName>Waf Music Manager</SuiteName>
<ApplicationRevision>100</ApplicationRevision>
<ApplicationVersion>1.7.1.100</ApplicationVersion>
<ApplicationVersion>1.7.2.100</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down
4 changes: 2 additions & 2 deletions src/MusicManager/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.MainAssembly)]


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

0 comments on commit e2d1f58

Please sign in to comment.