Skip to content

Commit

Permalink
Prepare release 1.1.0.100
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 committed Oct 1, 2018
1 parent f2bca8a commit 262e24a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions src/DotNetApiBrowser/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
---------

Version 1.1.0.100 (Release)
- Update Microsoft.CodeAnalysis to 2.9.0.
- Update the Win Application Framework (WAF) to 4.3.0.
- Add recognition of .NET 4.7.2 in Info dialog.
- Fix blurring error template rectangle


Version 1.0.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 @@ -30,7 +30,7 @@
<PublisherName>Waf</PublisherName>
<SuiteName>Waf DotNetApiBrowser</SuiteName>
<ApplicationRevision>100</ApplicationRevision>
<ApplicationVersion>1.0.1.100</ApplicationVersion>
<ApplicationVersion>1.1.0.100</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down
4 changes: 2 additions & 2 deletions src/DotNetApiBrowser/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.0.1.100")]
[assembly: AssemblyFileVersion("1.0.1.100")]
[assembly: AssemblyVersion("1.1.0.100")]
[assembly: AssemblyFileVersion("1.1.0.100")]

0 comments on commit 262e24a

Please sign in to comment.