Skip to content

Commit 54e16fa

Browse files
committed
Prepare release 5.0.0.100
1 parent a206e03 commit 54e16fa

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

src/FileHashGenerator/Changelog.txt

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

4+
Version 5.0.0.100 (Release)
5+
- Migrate to .NET 5.0.
6+
- Improve showing process CPU architecture in About view.
7+
- Upgrade to the new Win Application Framework (WAF) 6.3.0.
8+
9+
410
Version 4.0.3.100 (Release)
511
- Upgrade to the new Win Application Framework (WAF) 5.0.0-alpha1.
612

src/FileHashGenerator/SharedAssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[assembly: AssemblyCompany("Waf")]
88
[assembly: AssemblyProduct("Waf File Hash Generator")]
9-
[assembly: AssemblyCopyright("Copyright © 2018")]
9+
[assembly: AssemblyCopyright("Copyright © 2021")]
1010
[assembly: AssemblyTrademark("")]
1111
[assembly: AssemblyCulture("")]
1212

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

1919

20-
[assembly: AssemblyVersion("4.0.3.100")]
21-
[assembly: AssemblyFileVersion("4.0.3.100")]
20+
[assembly: AssemblyVersion("5.0.0.100")]
21+
[assembly: AssemblyFileVersion("5.0.0.100")]

0 commit comments

Comments
 (0)