Skip to content

Commit dd58031

Browse files
committed
Add a couple more encouragements
1 parent 164c701 commit dd58031

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

EncouragePackage/Encouragements.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ public class Encouragements : IEncouragements
1313
"Nice Job!",
1414
"Way to go!",
1515
"Wow, nice change!",
16-
"So good!"
16+
"So good!",
17+
"Bravo!",
18+
"You rock!"
1719
};
1820

1921
public string GetRandomEncouragement()

EncouragePackage/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
// You can specify all the values or you can default the Revision and Build Numbers
3030
// by using the '*' as shown below:
3131

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")]

ReleaseNotes.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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
34

45
### New in 1.0.1 (Released 2014/06/23)
56
* Fixed encouragements showing up in Intellisense signature help - #7 via @jaredpar

0 commit comments

Comments
 (0)