|
11 | 11 | <RepositoryUrl>https://github.com/alastairlundy/DotExtensions</RepositoryUrl> |
12 | 12 | <RepositoryType>git</RepositoryType> |
13 | 13 | <PackageTags>extensions, extension-members,extension-methods, ienumerable-extensions,</PackageTags> |
14 | | - <PackageReleaseNotes>* Optimisations and improvements to ``GetRandomIOExtensions`` class |
15 | | -* Deprecated ``UnixFileMode`` permission extensions for removal in DotExtensions v11 |
16 | | -* Deprecated AccessRulePermission etensions for removal in DotExtensions v11 |
17 | | -* Deprecated some Date related extensions for removal in DotExtensions v11 |
18 | | -* Fixed a bug in the Version Comparison extension class ``IsOlderThan`` method that would lead to incorrect results being returned |
19 | | -* Fixed a bug in the Version comparison extension class ``IsAtLeast`` method that would lead to incorrect results being returned |
20 | | -* Fixed string insertion off by one errors |
21 | | -* Fixed a bug where the week of month and year calculation methods would undercount the number of days in specified months |
22 | | -* Fixed a bug that prevented valid Unix numeric file notation from being detected |
23 | | -* Fixed a logic bug in Unix file notation parsing |
24 | | -* Fixed off by one errors in ``GetRandomIOExtensions`` class</PackageReleaseNotes> |
| 14 | + <PackageReleaseNotes>* Added ``PathEnvironmentVariable`` static class</PackageReleaseNotes> |
25 | 15 | <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
26 | 16 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
27 | 17 | <Description>A collection of useful extension members and extension methods for .NET .</Description> |
|
30 | 20 | <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
31 | 21 | <EmbedUntrackedSources>true</EmbedUntrackedSources> |
32 | 22 | <PackageReadmeFile>README.md</PackageReadmeFile> |
33 | | - <Version>10.1.1</Version> |
| 23 | + <Version>10.2.0</Version> |
34 | 24 | <PackageId>DotExtensions</PackageId> |
35 | 25 | <IsTrimmable>true</IsTrimmable> |
36 | 26 | <EnableTrimAnalyzer>true</EnableTrimAnalyzer> |
37 | 27 | <TrimmerSingleWarn>false</TrimmerSingleWarn> |
38 | 28 | <PolyArgumentExceptions>true</PolyArgumentExceptions> |
39 | 29 | <NoWarn>$(NoWarn);CS0618</NoWarn> |
40 | | - <AssemblyVersion>10.1.1</AssemblyVersion> |
41 | | - <FileVersion>10.1.1</FileVersion> |
| 30 | + <AssemblyVersion>10.2.0</AssemblyVersion> |
| 31 | + <FileVersion>10.2.0</FileVersion> |
42 | 32 | </PropertyGroup> |
43 | 33 |
|
44 | 34 | <PropertyGroup Condition="$(TargetFramework) != 'netstandard2.0' OR $(TargetFramework) == 'netstandard2.1'"> |
|
0 commit comments