File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 15
15
<Summary >PlatformKit is a library dealing with Platform specific code, platform specific issues, and platform detection in C# .NET Core.</Summary >
16
16
<PackageTags >platform detection, CSharp,</PackageTags >
17
17
<Title >PlatformKit</Title >
18
- <PackageReleaseNotes >### Changes since 4.7.2
19
- * Updated Polyfill dependency from 7.18 .0 to 7.24 .0
20
- * Replaced SystemExtensions 6.0 .0 dependency with DotExtensions 6.3.0 dependency </PackageReleaseNotes >
18
+ <PackageReleaseNotes >### Changes since 4.7.3
19
+ * Updated Polyfill dependency from 7.24 .0 to 7.32 .0
20
+ * Updated DotExtensions 6.3 .0 to 7.0.0 </PackageReleaseNotes >
21
21
<Product >PlatformKit</Product >
22
22
<LangVersion >13</LangVersion >
23
23
<AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
24
24
<PackageReadmeFile >README.md</PackageReadmeFile >
25
25
<PackageLicenseExpression >MIT</PackageLicenseExpression >
26
26
<TargetFrameworks >net8.0;netstandard2.0;netstandard2.1;net9.0</TargetFrameworks >
27
27
<Version >4.7.3.0</Version >
28
- <PackageVersion >4.7.3 </PackageVersion >
28
+ <PackageVersion >4.7.4 </PackageVersion >
29
29
<PackageProjectUrl >https://github.com/alastairlundy/PlatformKit/</PackageProjectUrl >
30
30
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
31
31
<PackageIcon >platformkit_logo_512x.jpg</PackageIcon >
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ This document contains the entire version history of the PlatformKit library.
8
8
### 4.7
9
9
| Version | Availability | Changelog |
10
10
| -| -| -|
11
+ | 4.7.4 | May 27th 2025 | https://github.com/alastairlundy/PlatformKit/releases/4.7.4 |
11
12
| 4.7.3 | April 4th 2025 | https://github.com/alastairlundy/PlatformKit/releases/4.7.3 |
12
13
| 4.7.2 | March 8th 2025 | https://github.com/alastairlundy/PlatformKit/releases/4.7.2 |
13
14
| 4.7.1 | February 18th 2025 | https://github.com/alastairlundy/PlatformKit/releases/4.7.1 |
Original file line number Diff line number Diff line change 7
7
8
8
| Version series | Latest Update | Date of Latest Update | Supported with Bug Fixes | Supported with Security Fixes |
9
9
| -| -| -| -| -|
10
- | 4.7 | 4.7.3 | April 4th 2025 | :white_check_mark : | :white_check_mark : |
10
+ | 4.7 | 4.7.4 | May 27th 2025 | :white_check_mark : | :white_check_mark : |
11
11
| 4.6 | 4.6.3 | February 10th 2025 | :white_check_mark : | :white_check_mark : |
12
- | 4.5 | 4.5.1 | December 15th 2024 | :white_check_mark : | :white_check_mark : |
13
12
14
13
## Unsupported Versions
15
14
16
15
| Version series | Last Update | Date of Last Update |
17
16
| -| -| -|
17
+ | 4.5 | 4.5.1 | December 15th 2024 |
18
18
| 4.4 | 4.4.3 | December 6th 2024 |
19
19
| 4.3 | 4.3.0 | July 22nd 2024 |
20
20
| 4.2 | 4.2.2 | July 22nd 2024 |
You can’t perform that action at this time.
0 commit comments