|
6 | 6 | <Description>Extensions to C# System classes and structs to help improve them.</Description> |
7 | 7 | <Copyright>(c) 2024 Alastair Lundy</Copyright> |
8 | 8 | <RepositoryUrl>https://github.com/alastairlundy/SystemExtensions</RepositoryUrl> |
9 | | - <PackageReleaseNotes>### Changes since 3.2.0 |
10 | | -* Deprecated some methods in ``HashMap`` |
11 | | -* Correct namespace issues in 3.2.0 |
12 | | -* Added ``IHashMap`` interface to assist in working on the next version of ``HashMap`` |
13 | | -* Added replacement extension methods for the deprecated ``HashMap`` methods</PackageReleaseNotes> |
| 9 | + <PackageReleaseNotes>### Changes since 3.3.0 |
| 10 | +* Added classes to solve ``Root``, ``Power``, ``Sum``, ``Median``, ``Mode``, ``ArithmeticMean``, ``GeometricMean``, and ``MidRange`` calculations |
| 11 | +* Revamped HashMap class so that it now internally uses a Dictionary. |
| 12 | +* Updated namespaces and name of the project |
| 13 | +* Added Decimal extension ``Pow<TKey, TValue>(this decimal value, decimal power)`` |
| 14 | +* Added Dictionary extension ``GetKeys<TKey,TValue>(this Dictionary<TKey,TValue> dictionary, TValue value)`` </PackageReleaseNotes> |
14 | 15 | <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
15 | 16 | <PackageReadmeFile>README.md</PackageReadmeFile> |
16 | 17 | <PackageLicenseFile>LICENSE.txt</PackageLicenseFile> |
17 | 18 | <AssemblyVersion>3.3.0.0</AssemblyVersion> |
18 | 19 | <FileVersion>3.3.0.0</FileVersion> |
19 | 20 | <Version>3.3.0</Version> |
20 | | - <PackageVersion>3.3.0</PackageVersion> |
| 21 | + <PackageVersion>4.0.0-preview.1</PackageVersion> |
21 | 22 | <RepositoryType>git</RepositoryType> |
22 | 23 | <Authors>AlastairLundy</Authors> |
23 | 24 | <TargetFrameworks>netstandard2.0;net8.0</TargetFrameworks> |
|
0 commit comments