Skip to content

Commit

Permalink
v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrzesniewski committed Dec 26, 2022
1 parent 19f416c commit 9640f45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Build](https://github.com/ltrzesniewski/pcre-net/workflows/Build/badge.svg)](https://github.com/ltrzesniewski/pcre-net/actions?query=workflow%3ABuild)
[![NuGet Package](https://img.shields.io/nuget/v/PCRE.NET.svg?logo=NuGet)](https://www.nuget.org/packages/PCRE.NET)
[![GitHub release](https://img.shields.io/github/release/ltrzesniewski/pcre-net.svg?logo=GitHub)](https://github.com/ltrzesniewski/pcre-net/releases)
[![PCRE2](https://img.shields.io/badge/pcre2-v10.40-blue.svg)](https://github.com/PCRE2Project/pcre2)
[![PCRE2](https://img.shields.io/badge/pcre2-v10.42-blue.svg)](https://github.com/PCRE2Project/pcre2)
[![License](https://img.shields.io/badge/license-BSD-blue.svg)](https://github.com/ltrzesniewski/pcre-net/blob/master/LICENCE)
<br clear="right" />

Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>0.19.0</Version>
<Version>0.20.0</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(NCrunch)' == '1'">
Expand Down
2 changes: 1 addition & 1 deletion src/NuGetReadme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

PCRE.NET is a .NET wrapper for the [PCRE2 library](https://github.com/PCRE2Project/pcre2).

**v0.19.0** is based on PCRE2 **v10.40**.
**v0.20.0** is based on PCRE2 **v10.42**.

The following systems are supported:

Expand Down

0 comments on commit 9640f45

Please sign in to comment.