Skip to content

Commit e449f82

Browse files
committed
v0.13.0
1 parent 51c7b7e commit e449f82

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ PCRE.NET
77
[![Build Status](https://dev.azure.com/Lucas-Trzesniewski/PCRE.NET/_apis/build/status/PCRE.NET?branchName=master)](https://dev.azure.com/Lucas-Trzesniewski/PCRE.NET/_build/latest?definitionId=1&branchName=master)
88
[![NuGet Package](https://img.shields.io/nuget/v/PCRE.NET.svg?logo=NuGet)](https://www.nuget.org/packages/PCRE.NET)
99
[![GitHub release](https://img.shields.io/github/release/ltrzesniewski/pcre-net.svg?logo=GitHub)](https://github.com/ltrzesniewski/pcre-net/releases)
10-
[![PCRE](https://img.shields.io/badge/pcre-v10.34-blue.svg)](http://www.pcre.org/)
10+
[![PCRE](https://img.shields.io/badge/pcre-v10.35-blue.svg)](http://www.pcre.org/)
1111
[![License](https://img.shields.io/badge/license-BSD-blue.svg)](https://github.com/ltrzesniewski/pcre-net/blob/master/LICENCE)
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.12.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.13.0**, based on PCRE **10.35**. 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
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

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

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

src/PCRE.NET/PCRE.NET.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</PropertyGroup>
2525

2626
<ItemGroup>
27-
<PackageReference Include="Fody" Version="6.1.1" PrivateAssets="all" />
27+
<PackageReference Include="Fody" Version="6.1.2" PrivateAssets="all" />
2828
<PackageReference Include="InlineIL.Fody" Version="1.4.0" PrivateAssets="all" />
2929
<PackageReference Include="System.Memory" Version="4.5.4" />
3030
</ItemGroup>

0 commit comments

Comments
 (0)