Skip to content

Commit

Permalink
docs: add notes to the changelog for v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dwmkerr committed May 19, 2018
1 parent 311427c commit 1f16877
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -21,4 +28,4 @@

### Development

* The SharpShell assembly embedded into SRM is updated automatically during the build.
* The SharpShell assembly embedded into SRM is updated automatically during the build.
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.2.1.0")]
[assembly: AssemblyFileVersion("2.2.1.0")]
[assembly: AssemblyVersion("2.3.0.0")]
[assembly: AssemblyFileVersion("2.3.0.0")]
2 changes: 1 addition & 1 deletion SharpShell/SharpShell/SharpShell.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>SharpShell is a framework that lets you build Windows Shell Extensions using the .NET Framework.</description>
<summary>SharpShell is a framework that lets you build Windows Shell Extensions using the .NET Framework.</summary>
<copyright>Copyright © Dave Kerr 2014</copyright>
<copyright>Copyright © Dave Kerr 2018</copyright>
<tags>Shell,SharpShell,COM,Context Menu,Icon Handler</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Windows.Forms" targetFramework="" />
Expand Down

0 comments on commit 1f16877

Please sign in to comment.