Skip to content

Commit 510bfe7

Browse files
committed
v0.19.0
1 parent 74f1afc commit 510bfe7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Build](https://github.com/ltrzesniewski/pcre-net/workflows/Build/badge.svg)](https://github.com/ltrzesniewski/pcre-net/actions?query=workflow%3ABuild)
66
[![NuGet Package](https://img.shields.io/nuget/v/PCRE.NET.svg?logo=NuGet)](https://www.nuget.org/packages/PCRE.NET)
77
[![GitHub release](https://img.shields.io/github/release/ltrzesniewski/pcre-net.svg?logo=GitHub)](https://github.com/ltrzesniewski/pcre-net/releases)
8-
[![PCRE](https://img.shields.io/badge/pcre-v10.39-blue.svg)](https://github.com/PhilipHazel/pcre2)
8+
[![PCRE](https://img.shields.io/badge/pcre-v10.40-blue.svg)](https://github.com/PhilipHazel/pcre2)
99
[![License](https://img.shields.io/badge/license-BSD-blue.svg)](https://github.com/ltrzesniewski/pcre-net/blob/master/LICENCE)
1010
<br clear="right" />
1111

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</PropertyGroup>
1818

1919
<PropertyGroup>
20-
<Version>0.18.1</Version>
20+
<Version>0.19.0</Version>
2121
</PropertyGroup>
2222

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

src/NuGetReadme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
PCRE.NET is a .NET wrapper for the [PCRE library](https://github.com/PhilipHazel/pcre2).
77

8-
**v0.18.1** is based on PCRE2 **v10.39**.
8+
**v0.19.0** is based on PCRE2 **v10.40**.
99

1010
The following systems are supported:
1111

0 commit comments

Comments
 (0)