Skip to content

Commit dcbdc49

Browse files
committed
v0.12.0
1 parent c677295 commit dcbdc49

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 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.11.0**, based on PCRE **10.34** (patched r1190). It targets .NET Standard 2.0 and supports the following systems:
15+
The current version is **0.12.0**, based on PCRE **10.34** (patched r1190). It targets .NET Standard 2.0 and supports the following systems:
1616

1717
- Windows x64
1818
- Windows x86
@@ -46,6 +46,7 @@ Library highlights:
4646
- Callout support (numbered and string-based)
4747
- Mark retrieval support
4848
- Conversion from POSIX BRE, POSIX ERE and glob patterns (`PcreConvert` class)
49+
- Additional API for `ReadOnlySpan<char>` matching, based on `ref struct` types
4950

5051
## Example usage ##
5152

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<PropertyGroup>
15-
<Version>0.11.0</Version>
15+
<Version>0.12.0</Version>
1616
</PropertyGroup>
1717

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

0 commit comments

Comments
 (0)