diff --git a/ExceptionBreaker/Properties/AssemblyInfo.cs b/ExceptionBreaker/Properties/AssemblyInfo.cs index 37ad7ac..b1083c4 100644 --- a/ExceptionBreaker/Properties/AssemblyInfo.cs +++ b/ExceptionBreaker/Properties/AssemblyInfo.cs @@ -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")] \ No newline at end of file +[assembly: AssemblyVersion("1.1.90")] +[assembly: AssemblyFileVersion("1.1.90")] \ No newline at end of file diff --git a/ExceptionBreaker/source.extension.vsixmanifest b/ExceptionBreaker/source.extension.vsixmanifest index 2b32e9c..17914bd 100644 --- a/ExceptionBreaker/source.extension.vsixmanifest +++ b/ExceptionBreaker/source.extension.vsixmanifest @@ -3,7 +3,7 @@ Exception Breaker Andrey Shchekin - 1.1.1 + 1.1.90 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. 1033