Skip to content

Commit

Permalink
[gh-4] Set special version for breakpoint branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmind committed Feb 11, 2015
1 parent 0d496ba commit 1fe4d2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ExceptionBreaker/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,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.1.1")]
[assembly: AssemblyFileVersion("1.1.1")]
[assembly: AssemblyVersion("1.1.90")]
[assembly: AssemblyFileVersion("1.1.90")]
2 changes: 1 addition & 1 deletion ExceptionBreaker/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Identifier Id="a83e8a33-e775-4a79-be41-efe20007eebd">
<Name>Exception Breaker</Name>
<Author>Andrey Shchekin</Author>
<Version>1.1.1</Version>
<Version>1.1.90</Version>
<Description xml:space="preserve">ExceptionBreaker is a VS extension that provides a way to fast-toggle breaking on all CLR exceptions.
It is available through both `Debug` toolbar and `Debug` top level menu.</Description>
<Locale>1033</Locale>
Expand Down

0 comments on commit 1fe4d2b

Please sign in to comment.