mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-09 23:25:43 +00:00
🏷 Bump to 2.6.0
This commit is contained in:
parent
01275e9c92
commit
88eb4c0350
@ -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.
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user