Skip to content

Commit

Permalink
Add a couple more encouragements
Browse files Browse the repository at this point in the history
  • Loading branch information
haacked committed Jun 30, 2014
1 parent 164c701 commit dd58031
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 3 additions & 1 deletion EncouragePackage/Encouragements.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ public class Encouragements : IEncouragements
"Nice Job!",
"Way to go!",
"Wow, nice change!",
"So good!"
"So good!",
"Bravo!",
"You rock!"
};

public string GetRandomEncouragement()
Expand Down
4 changes: 2 additions & 2 deletions EncouragePackage/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("1.0.2.0")]
[assembly: AssemblyFileVersion("1.0.2.0")]
[assembly: AssemblyVersion("1.0.3.0")]
[assembly: AssemblyFileVersion("1.0.3.0")]
5 changes: 3 additions & 2 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### New in 1.0.2 (Released 2014/06/30)
* Support for Visual Studio 2012
### New in 1.0.3 (Released 2014/06/30)
* Support for Visual Studio 2012 - #10 via @jaredpar
* Fixed crash when caret is at the very end of the document - #11 via @jaredpar

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

1 comment on commit dd58031

@ThomasZitzler
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're still missing "Awesome!"

Please sign in to comment.