From 871eef3aa3c2653cb287932515cf12e276813ab6 Mon Sep 17 00:00:00 2001 From: gerhardol Date: Tue, 2 Feb 2016 22:25:31 +0100 Subject: [PATCH] Bump for release --- Changes.md | 2 +- Properties/AssemblyInfo.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changes.md b/Changes.md index bd8df94..ae1e98c 100644 --- a/Changes.md +++ b/Changes.md @@ -2,7 +2,7 @@ This page describes the changes between plugin releases. The change log may cont ### Changes ### -2.0.5 2016-01-30 (GitHub) +2.0.6 2016-02-02 (Plugin Catalog) * Popup form from Analyze menu for Activity Reports. * Result list shortcut Shift-F11 to expand only result List * Workaround for summary list not displaying scrollbar when shrinking diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 9290d28..58cceb4 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("2.0.5.*")] +[assembly: AssemblyVersion("2.0.6.*")] [assembly: AssemblyFileVersion("1.0")] [assembly: NeutralResourcesLanguageAttribute("")]