Skip to content

Commit 05465c8

Browse files
committed
build: release 2.6.1
1 parent 26b7d05 commit 05465c8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## Version X
1+
## Version 2.6.1
22

3+
- Property Pages: Fix issue which led to intermittent explorer.exe crashes (shell was unloading servers too early it seemed)
34
- Property Pages: Fix issue with incorrect background colour and controls which disappear.
45
- Property Pages: Are resized automatically, which fixes some scaling issues.
56
- Property Pages: Improved logging for Property Pages.

SharpShell/SharedAssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
// You can specify all the values or you can default the Build and Revision Numbers
1818
// by using the '*' as shown below:
1919
// [assembly: AssemblyVersion("1.0.*")]
20-
[assembly: AssemblyVersion("2.6.0.0")]
21-
[assembly: AssemblyFileVersion("2.6.0.0")]
20+
[assembly: AssemblyVersion("2.6.1.0")]
21+
[assembly: AssemblyFileVersion("2.6.1.0")]

0 commit comments

Comments
 (0)