🏷 Bump to 2.6.0

This commit is contained in:
Oliver Booth 2020-10-20 15:11:21 +01:00
parent 01275e9c92
commit 88eb4c0350
3 changed files with 9 additions and 9 deletions

View File

@ -29,7 +29,7 @@ You can find the list of classes that have extension methods by viewing the `REA
## Install ## Install
Install X10D with NuGet via the following command: Install X10D with NuGet via the following command:
```ps ```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. or by downloading the [latest release](https://github.com/oliverbooth/X10D/releases/latest) from this repository.

View File

@ -13,12 +13,12 @@
<PackageIcon>icon.png</PackageIcon> <PackageIcon>icon.png</PackageIcon>
<PackageIconUrl /> <PackageIconUrl />
<PackageTags>dotnet extension-methods unity</PackageTags> <PackageTags>dotnet extension-methods unity</PackageTags>
<Version>2.2.0</Version> <Version>2.6.0</Version>
<CodeAnalysisRuleSet>..\X10D.ruleset</CodeAnalysisRuleSet> <CodeAnalysisRuleSet>..\X10D.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisTreatWarningsAsErrors>true</CodeAnalysisTreatWarningsAsErrors> <CodeAnalysisTreatWarningsAsErrors>true</CodeAnalysisTreatWarningsAsErrors>
<PackageVersion>2.5.0</PackageVersion> <PackageVersion>2.6.0</PackageVersion>
<AssemblyVersion>2.5.0</AssemblyVersion> <AssemblyVersion>2.6.0</AssemblyVersion>
<FileVersion>2.5.0</FileVersion> <FileVersion>2.6.0</FileVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

View File

@ -13,12 +13,12 @@
<PackageIcon>icon.png</PackageIcon> <PackageIcon>icon.png</PackageIcon>
<PackageIconUrl /> <PackageIconUrl />
<PackageTags>dotnet extension-methods</PackageTags> <PackageTags>dotnet extension-methods</PackageTags>
<Version>2.2.0</Version> <Version>2.6.0</Version>
<CodeAnalysisRuleSet>..\X10D.ruleset</CodeAnalysisRuleSet> <CodeAnalysisRuleSet>..\X10D.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisTreatWarningsAsErrors>true</CodeAnalysisTreatWarningsAsErrors> <CodeAnalysisTreatWarningsAsErrors>true</CodeAnalysisTreatWarningsAsErrors>
<AssemblyVersion>2.5.0</AssemblyVersion> <AssemblyVersion>2.6.0</AssemblyVersion>
<FileVersion>2.5.0</FileVersion> <FileVersion>2.6.0</FileVersion>
<PackageVersion>2.5.0</PackageVersion> <PackageVersion>2.6.0</PackageVersion>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
</PropertyGroup> </PropertyGroup>