Skip to content

Commit

Permalink
build: version 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dwmkerr committed Oct 23, 2018
1 parent d926a8d commit b4d7e8e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## Version 2.6.0

Note that release 2.4.3 was incorrectly released as 2.5.3. This release jumps to 2.6.0 to attempt to minimise disruption.

- Updated samples, documentation and code for Desk Band Extensions.
- Better logging for server registration activities.
- Bug fixes for the Desk Band Extensions.
- Better support for Context Menus in the Test Shell.
- The Native Bridge uses the static C Runtime Library, which should eliminate certain runtime issues for property sheets.


## Version 2.4.3

- Update to Visual Studio 2017
Expand Down
4 changes: 2 additions & 2 deletions SharpShell/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.4.3.0")]
[assembly: AssemblyFileVersion("2.4.3.0")]
[assembly: AssemblyVersion("2.6.0.0")]
[assembly: AssemblyFileVersion("2.6.0.0")]

0 comments on commit b4d7e8e

Please sign in to comment.