From 55daa8e30e244baa37fe34b7f895a8da59190c65 Mon Sep 17 00:00:00 2001 From: Lucas Trzesniewski Date: Tue, 7 May 2019 22:37:48 +0200 Subject: [PATCH] v0.10.1 --- README.md | 2 +- src/Directory.Build.props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 487bd882..b69b43f6 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ PCRE.NET 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. -The current version on the *master* branch is **0.10.0**, based on PCRE **10.33**. It targets .NET Standard 2.0 and supports the following systems: +The current version on the *master* branch is **0.10.1**, based on PCRE **10.33**. It targets .NET Standard 2.0 and supports the following systems: - Windows x64 - Windows x86 diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 4a54154f..00d85de8 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -11,7 +11,7 @@ - 0.10.0 + 0.10.1