Skip to content

Commit b6b6bce

Browse files
committed
Prepare release 4.0.2.100
1 parent f646a6e commit b6b6bce

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

src/FileHashGenerator/Documentation/Changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
---------
33

4+
Version 4.0.2.100 (Release)
5+
- Upgrade to the new Win Application Framework (WAF) 4.3.0.
6+
7+
48
Version 4.0.1.100 (Release)
59
- Upgrade to the new Win Application Framework (WAF) 4.2.0.
610

src/FileHashGenerator/FileHashGenerator.Presentation/FileHashGenerator.Presentation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<PublisherName>Waf</PublisherName>
3131
<SuiteName>Waf File Hash Generator</SuiteName>
3232
<ApplicationRevision>1</ApplicationRevision>
33-
<ApplicationVersion>4.0.1.100</ApplicationVersion>
33+
<ApplicationVersion>4.0.2.100</ApplicationVersion>
3434
<UseApplicationTrust>false</UseApplicationTrust>
3535
<CreateDesktopShortcut>true</CreateDesktopShortcut>
3636
<PublishWizardCompleted>true</PublishWizardCompleted>

src/FileHashGenerator/SharedAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.MainAssembly)]
1818

1919

20-
[assembly: AssemblyVersion("4.0.1.100")]
21-
[assembly: AssemblyFileVersion("4.0.1.100")]
20+
[assembly: AssemblyVersion("4.0.2.100")]
21+
[assembly: AssemblyFileVersion("4.0.2.100")]

0 commit comments

Comments
 (0)