Skip to content

Commit bbe4542

Browse files
committed
Update version to 1.0.5
1 parent cc244b3 commit bbe4542

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

EncouragePackage/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using System;
22
using System.Reflection;
33
using System.Resources;
4-
using System.Runtime.CompilerServices;
54
using System.Runtime.InteropServices;
65

76
// General Information about an assembly is controlled through the following
@@ -29,5 +28,5 @@
2928
// You can specify all the values or you can default the Revision and Build Numbers
3029
// by using the '*' as shown below:
3130

32-
[assembly: AssemblyVersion("1.0.4.0")]
33-
[assembly: AssemblyFileVersion("1.0.4.0")]
31+
[assembly: AssemblyVersion("1.0.5.0")]
32+
[assembly: AssemblyFileVersion("1.0.5.0")]

EncouragePackage/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
33
<Metadata>
4-
<Identity Id="f38d29e7-cd86-43d5-9c32-4be26302b55e" Version="1.0.4" Language="en-US" Publisher="Phil Haack" />
4+
<Identity Id="f38d29e7-cd86-43d5-9c32-4be26302b55e" Version="1.0.5" Language="en-US" Publisher="Phil Haack" />
55
<DisplayName>Encourage</DisplayName>
66
<Description>Adds a bit of whimsy to your work day.</Description>
77
<License>LICENSE.txt</License>

ReleaseNotes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### New in 1.0.5 (Released 2014/07/18)
2+
* Fixed bug where encouragements show up in the Immediate window - #20 via @jaredpar
3+
14
### New in 1.0.4 (Released 2014/07/11)
25
* Fixed bug with encouragements scrambled in JavaScript editor - #17 via @jaredpar
36

0 commit comments

Comments
 (0)