File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
using System ;
2
2
using System . Reflection ;
3
3
using System . Resources ;
4
- using System . Runtime . CompilerServices ;
5
4
using System . Runtime . InteropServices ;
6
5
7
6
// General Information about an assembly is controlled through the following
29
28
// You can specify all the values or you can default the Revision and Build Numbers
30
29
// by using the '*' as shown below:
31
30
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" ) ]
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<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" >
3
3
<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" />
5
5
<DisplayName >Encourage</DisplayName >
6
6
<Description >Adds a bit of whimsy to your work day.</Description >
7
7
<License >LICENSE.txt</License >
Original file line number Diff line number Diff line change
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
+
1
4
### New in 1.0.4 (Released 2014/07/11)
2
5
* Fixed bug with encouragements scrambled in JavaScript editor - #17 via @jaredpar
3
6
You can’t perform that action at this time.
0 commit comments