File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,9 @@ public class Encouragements : IEncouragements
13
13
"Nice Job!" ,
14
14
"Way to go!" ,
15
15
"Wow, nice change!" ,
16
- "So good!"
16
+ "So good!" ,
17
+ "Bravo!" ,
18
+ "You rock!"
17
19
} ;
18
20
19
21
public string GetRandomEncouragement ( )
Original file line number Diff line number Diff line change 29
29
// You can specify all the values or you can default the Revision and Build Numbers
30
30
// by using the '*' as shown below:
31
31
32
- [ assembly: AssemblyVersion ( "1.0.2 .0" ) ]
33
- [ assembly: AssemblyFileVersion ( "1.0.2 .0" ) ]
32
+ [ assembly: AssemblyVersion ( "1.0.3 .0" ) ]
33
+ [ assembly: AssemblyFileVersion ( "1.0.3 .0" ) ]
Original file line number Diff line number Diff line change 1
- ### New in 1.0.2 (Released 2014/06/30)
2
- * Support for Visual Studio 2012
1
+ ### New in 1.0.3 (Released 2014/06/30)
2
+ * Support for Visual Studio 2012 - #10 via @jaredpar
3
+ * Fixed crash when caret is at the very end of the document - #11 via @jaredpar
3
4
4
5
### New in 1.0.1 (Released 2014/06/23)
5
6
* Fixed encouragements showing up in Intellisense signature help - #7 via @jaredpar
You can’t perform that action at this time.
0 commit comments