From 1f16877be7fea7d3fcbf24686ed9b9a1566ccdaa Mon Sep 17 00:00:00 2001 From: Dave Kerr Date: Sun, 20 May 2018 00:57:27 +0800 Subject: [PATCH] docs: add notes to the changelog for v2.3 --- CHANGELOG.md | 9 ++++++++- SharpShell/SharedAssemblyInfo.cs | 4 ++-- SharpShell/SharpShell/SharpShell.nuspec | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7898bd07..5878b0ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## Version 2.3 + + * When IconHandlers are registered, if the icon class doesn't exist it is + created. + * The shell is notified when extensions are registered, meaning the explorer + process does not need to be restarted. + ## Version 2.2 * SharpShell is now built with Visual Studio 2013 Community Edition. @@ -21,4 +28,4 @@ ### Development -* The SharpShell assembly embedded into SRM is updated automatically during the build. \ No newline at end of file +* The SharpShell assembly embedded into SRM is updated automatically during the build. diff --git a/SharpShell/SharedAssemblyInfo.cs b/SharpShell/SharedAssemblyInfo.cs index 644f7bfc..33752d50 100644 --- a/SharpShell/SharedAssemblyInfo.cs +++ b/SharpShell/SharedAssemblyInfo.cs @@ -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.2.1.0")] -[assembly: AssemblyFileVersion("2.2.1.0")] \ No newline at end of file +[assembly: AssemblyVersion("2.3.0.0")] +[assembly: AssemblyFileVersion("2.3.0.0")] \ No newline at end of file diff --git a/SharpShell/SharpShell/SharpShell.nuspec b/SharpShell/SharpShell/SharpShell.nuspec index 611e46e5..7c7627c6 100644 --- a/SharpShell/SharpShell/SharpShell.nuspec +++ b/SharpShell/SharpShell/SharpShell.nuspec @@ -10,7 +10,7 @@ false SharpShell is a framework that lets you build Windows Shell Extensions using the .NET Framework. SharpShell is a framework that lets you build Windows Shell Extensions using the .NET Framework. - Copyright © Dave Kerr 2014 + Copyright © Dave Kerr 2018 Shell,SharpShell,COM,Context Menu,Icon Handler