From df40a22a24afdaeb59f3330401f52a33bd192333 Mon Sep 17 00:00:00 2001 From: Dave Kerr Date: Wed, 28 Nov 2018 17:50:01 +0700 Subject: [PATCH] build: v2.7.1 --- CHANGELOG.md | 4 ++++ SharpShell/SharedAssemblyInfo.cs | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 313c552a..40e27c16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## Version 2.7.1 + +- Property Pages: Fix potential crash when using Tab Controls in property pages. + ## Version 2.7.0 - Property Pages: Added a new 'Resources' property sheet sample. diff --git a/SharpShell/SharedAssemblyInfo.cs b/SharpShell/SharedAssemblyInfo.cs index 3b132a17..70211260 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.7.0.0")] -[assembly: AssemblyFileVersion("2.7.0.0")] +[assembly: AssemblyVersion("2.7.1.0")] +[assembly: AssemblyFileVersion("2.7.1.0")]