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