Skip to content

Commit 559a8eb

Browse files
committed
update to 4.7.4
1 parent f4b66b9 commit 559a8eb

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

PlatformKit/PlatformKit.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515
<Summary>PlatformKit is a library dealing with Platform specific code, platform specific issues, and platform detection in C# .NET Core.</Summary>
1616
<PackageTags>platform detection, CSharp,</PackageTags>
1717
<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>
2121
<Product>PlatformKit</Product>
2222
<LangVersion>13</LangVersion>
2323
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
2424
<PackageReadmeFile>README.md</PackageReadmeFile>
2525
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2626
<TargetFrameworks>net8.0;netstandard2.0;netstandard2.1;net9.0</TargetFrameworks>
2727
<Version>4.7.3.0</Version>
28-
<PackageVersion>4.7.3</PackageVersion>
28+
<PackageVersion>4.7.4</PackageVersion>
2929
<PackageProjectUrl>https://github.com/alastairlundy/PlatformKit/</PackageProjectUrl>
3030
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
3131
<PackageIcon>platformkit_logo_512x.jpg</PackageIcon>

VersionHistory.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This document contains the entire version history of the PlatformKit library.
88
### 4.7
99
| Version | Availability | Changelog |
1010
|-|-|-|
11+
| 4.7.4 | May 27th 2025 | https://github.com/alastairlundy/PlatformKit/releases/4.7.4 |
1112
| 4.7.3 | April 4th 2025 | https://github.com/alastairlundy/PlatformKit/releases/4.7.3 |
1213
| 4.7.2 | March 8th 2025 | https://github.com/alastairlundy/PlatformKit/releases/4.7.2 |
1314
| 4.7.1 | February 18th 2025 | https://github.com/alastairlundy/PlatformKit/releases/4.7.1 |

Versions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77

88
| Version series | Latest Update | Date of Latest Update | Supported with Bug Fixes | Supported with Security Fixes |
99
|-|-|-|-|-|
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: |
1111
| 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: |
1312

1413
## Unsupported Versions
1514

1615
| Version series | Last Update | Date of Last Update |
1716
|-|-|-|
17+
| 4.5 | 4.5.1 | December 15th 2024 |
1818
| 4.4 | 4.4.3 | December 6th 2024 |
1919
| 4.3 | 4.3.0 | July 22nd 2024 |
2020
| 4.2 | 4.2.2 | July 22nd 2024 |

0 commit comments

Comments
 (0)