Skip to content

Commit 9c09c50

Browse files
committed
v0.14.0
1 parent 5451a8b commit 9c09c50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PCRE.NET
1212

1313
PCRE.NET is a .NET wrapper for the [PCRE library](http://www.pcre.org/). The goal of this project is to bring most of PCRE's features for use from .NET applications with as little overhead as possible.
1414

15-
The current version is **0.13.1**, based on PCRE **10.35**. It targets .NET Standard 2.0 and supports the following systems:
15+
The current version is **0.14.0**, based on PCRE **10.36**. It targets .NET Standard 2.0 and supports the following systems:
1616

1717
- Windows x64
1818
- Windows x86

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</PropertyGroup>
1616

1717
<PropertyGroup>
18-
<Version>0.13.1</Version>
18+
<Version>0.14.0</Version>
1919
</PropertyGroup>
2020

2121
<PropertyGroup Condition="'$(NCrunch)' == '1'">

0 commit comments

Comments
 (0)