File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-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.6 .0" ) ]
32
- [ assembly: AssemblyFileVersion ( "1.0.6 .0" ) ]
31
+ [ assembly: AssemblyVersion ( "1.1.0 .0" ) ]
32
+ [ assembly: AssemblyFileVersion ( "1.1.0 .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.6 " Language =" en-US" Publisher =" Phil Haack" />
4
+ <Identity Id =" f38d29e7-cd86-43d5-9c32-4be26302b55e" Version =" 1.1.0 " 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.1.0 (Released 2014/07/29)
2
+ * Added option to configure the set of encouragements - #27 via @haacked
3
+
1
4
### New in 1.0.6 (Released 2014/07/24)
2
5
* Added eight new encouragements - #23 via @philoushka
3
6
* Fixed bug so encouragements now show up in Razor files - #25 via @jaredpar
You can’t perform that action at this time.
0 commit comments