Skip to content

Commit bf99d9e

Browse files
committed
Release version 1.5.1
1 parent 6cddee3 commit bf99d9e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

RegexTester/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
// You can specify all the values or you can default the Revision and Build Numbers
2929
// by using the '*' as shown below:
3030

31-
[assembly: AssemblyVersion("1.5.0.0")]
32-
[assembly: AssemblyFileVersion("1.5.0.0")]
31+
[assembly: AssemblyVersion("1.5.1.0")]
32+
[assembly: AssemblyFileVersion("1.5.1.0")]
3333

3434

3535

RegexTester/source.extension.vsixmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Identifier Id="dcad2d98-1e91-4090-81a0-ec0641347bf8">
44
<Name>Regex Tester</Name>
55
<Author>Roman Kurbangaliyev</Author>
6-
<Version>1.5.0</Version>
6+
<Version>1.5.1</Version>
77
<Description xml:space="preserve">Regular expression tester for Visual Studio 2010-2015.</Description>
88
<Locale>1033</Locale>
99
<MoreInfoUrl>http://visualstudiogallery.msdn.microsoft.com/16b9d664-d88c-460e-84a5-700ab40ba452</MoreInfoUrl>

0 commit comments

Comments
 (0)