mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-22 19:28:48 +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 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.
|
||||
|
||||
|
@ -13,12 +13,12 @@
|
||||
<PackageIcon>icon.png</PackageIcon>
|
||||
<PackageIconUrl />
|
||||
<PackageTags>dotnet extension-methods unity</PackageTags>
|
||||
<Version>2.2.0</Version>
|
||||
<Version>2.6.0</Version>
|
||||
<CodeAnalysisRuleSet>..\X10D.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisTreatWarningsAsErrors>true</CodeAnalysisTreatWarningsAsErrors>
|
||||
<PackageVersion>2.5.0</PackageVersion>
|
||||
<AssemblyVersion>2.5.0</AssemblyVersion>
|
||||
<FileVersion>2.5.0</FileVersion>
|
||||
<PackageVersion>2.6.0</PackageVersion>
|
||||
<AssemblyVersion>2.6.0</AssemblyVersion>
|
||||
<FileVersion>2.6.0</FileVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
@ -13,12 +13,12 @@
|
||||
<PackageIcon>icon.png</PackageIcon>
|
||||
<PackageIconUrl />
|
||||
<PackageTags>dotnet extension-methods</PackageTags>
|
||||
<Version>2.2.0</Version>
|
||||
<Version>2.6.0</Version>
|
||||
<CodeAnalysisRuleSet>..\X10D.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisTreatWarningsAsErrors>true</CodeAnalysisTreatWarningsAsErrors>
|
||||
<AssemblyVersion>2.5.0</AssemblyVersion>
|
||||
<FileVersion>2.5.0</FileVersion>
|
||||
<PackageVersion>2.5.0</PackageVersion>
|
||||
<AssemblyVersion>2.6.0</AssemblyVersion>
|
||||
<FileVersion>2.6.0</FileVersion>
|
||||
<PackageVersion>2.6.0</PackageVersion>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user