Skip to content

Commit 04794c0

Browse files
committed
Version incremented to 1.5.2.
1 parent a605082 commit 04794c0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

PT.PM.Cli.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>PT.PM.Cli</id>
5-
<version>1.5.1</version>
5+
<version>1.5.2</version>
66
<description>An engine with CLI for searching patterns in the source code, based on Unified AST or UST. At present time C#, Java, PHP, PL/SQL, T-SQL, and JavaScript are supported. Patterns can be described within the code or using a DSL.</description>
77
<authors>Positive Technologies</authors>
88

PT.PM.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>PT.PM</id>
5-
<version>1.5.1</version>
5+
<version>1.5.2</version>
66
<description>An engine for searching patterns in the source code, based on Unified AST or UST. At present time C#, Java, PHP, PL/SQL, T-SQL, and JavaScript are supported. Patterns can be described within the code or using a DSL.</description>
77
<authors>Positive Technologies</authors>
88

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
os: Visual Studio 2017
2-
version: 1.5.1.{build}
2+
version: 1.5.2.{build}
33
configuration: Release
44
platform: Any CPU
55
skip_branch_with_pr: true

0 commit comments

Comments
 (0)