diff --git a/EncouragePackage/Properties/AssemblyInfo.cs b/EncouragePackage/Properties/AssemblyInfo.cs index 5fbb25f..813830a 100644 --- a/EncouragePackage/Properties/AssemblyInfo.cs +++ b/EncouragePackage/Properties/AssemblyInfo.cs @@ -1,7 +1,6 @@ using System; using System.Reflection; using System.Resources; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following @@ -29,5 +28,5 @@ // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.4.0")] -[assembly: AssemblyFileVersion("1.0.4.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.0.5.0")] +[assembly: AssemblyFileVersion("1.0.5.0")] \ No newline at end of file diff --git a/EncouragePackage/source.extension.vsixmanifest b/EncouragePackage/source.extension.vsixmanifest index 5b0f4b1..67ebb27 100644 --- a/EncouragePackage/source.extension.vsixmanifest +++ b/EncouragePackage/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Encourage Adds a bit of whimsy to your work day. LICENSE.txt diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 7d991a2..2be5a68 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,6 @@ +### New in 1.0.5 (Released 2014/07/18) +* Fixed bug where encouragements show up in the Immediate window - #20 via @jaredpar + ### New in 1.0.4 (Released 2014/07/11) * Fixed bug with encouragements scrambled in JavaScript editor - #17 via @jaredpar