Skip to content

Commit

Permalink
Merge pull request #22 from Haacked/release-1.0.5
Browse files Browse the repository at this point in the history
Update version to 1.0.5
  • Loading branch information
haacked committed Jul 18, 2014
2 parents cc244b3 + bbe4542 commit 6765365
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 2 additions & 3 deletions EncouragePackage/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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")]
[assembly: AssemblyVersion("1.0.5.0")]
[assembly: AssemblyFileVersion("1.0.5.0")]
2 changes: 1 addition & 1 deletion EncouragePackage/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="f38d29e7-cd86-43d5-9c32-4be26302b55e" Version="1.0.4" Language="en-US" Publisher="Phil Haack" />
<Identity Id="f38d29e7-cd86-43d5-9c32-4be26302b55e" Version="1.0.5" Language="en-US" Publisher="Phil Haack" />
<DisplayName>Encourage</DisplayName>
<Description>Adds a bit of whimsy to your work day.</Description>
<License>LICENSE.txt</License>
Expand Down
3 changes: 3 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 6765365

Please sign in to comment.