From 88eb4c0350e562f63498d5fe03cfbce188e93c0f Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Tue, 20 Oct 2020 15:11:21 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=20Bump=20to=202.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- X10D.Unity/X10D.Unity.csproj | 8 ++++---- X10D/X10D.csproj | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 1efeb57..af8c219 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ You can find the list of classes that have extension methods by viewing the `REA ## Install Install X10D with NuGet via the following command: ```ps -Install-Package X10D -Version 2.5.0 +Install-Package X10D -Version 2.6.0 ``` or by downloading the [latest release](https://github.com/oliverbooth/X10D/releases/latest) from this repository. diff --git a/X10D.Unity/X10D.Unity.csproj b/X10D.Unity/X10D.Unity.csproj index 1f9582e..8b4ce74 100644 --- a/X10D.Unity/X10D.Unity.csproj +++ b/X10D.Unity/X10D.Unity.csproj @@ -13,12 +13,12 @@ icon.png dotnet extension-methods unity - 2.2.0 + 2.6.0 ..\X10D.ruleset true - 2.5.0 - 2.5.0 - 2.5.0 + 2.6.0 + 2.6.0 + 2.6.0 diff --git a/X10D/X10D.csproj b/X10D/X10D.csproj index 56916a6..46320fc 100644 --- a/X10D/X10D.csproj +++ b/X10D/X10D.csproj @@ -13,12 +13,12 @@ icon.png dotnet extension-methods - 2.2.0 + 2.6.0 ..\X10D.ruleset true - 2.5.0 - 2.5.0 - 2.5.0 + 2.6.0 + 2.6.0 + 2.6.0 enable