File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 28
28
// You can specify all the values or you can default the Revision and Build Numbers
29
29
// by using the '*' as shown below:
30
30
31
- [ assembly: AssemblyVersion ( "1.0.5 .0" ) ]
32
- [ assembly: AssemblyFileVersion ( "1.0.5 .0" ) ]
31
+ [ assembly: AssemblyVersion ( "1.0.6 .0" ) ]
32
+ [ assembly: AssemblyFileVersion ( "1.0.6 .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.5 " Language =" en-US" Publisher =" Phil Haack" />
4
+ <Identity Id =" f38d29e7-cd86-43d5-9c32-4be26302b55e" Version =" 1.0.6 " 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.6 (Released 2014/07/24)
2
+ * Added eight new encouragements - #23 via @philoushka
3
+ * Fixed bug so encouragements now show up in Razor files - #25 via @jaredpar
4
+
1
5
### New in 1.0.5 (Released 2014/07/18)
2
6
* Fixed bug where encouragements show up in the Immediate window - #20 via @jaredpar
3
7
You can’t perform that action at this time.
0 commit comments