Skip to content

Commit

Permalink
update to 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alastairlundy committed Nov 9, 2024
1 parent bbd57c9 commit 01f5d3e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
12 changes: 7 additions & 5 deletions PlatformKit/PlatformKit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,19 @@
<Summary>PlatformKit is a library dealing with Platform specific code, platform specific issues, and platform detection in C# .NET Core.</Summary>
<PackageTags>platform detection, CSharp,</PackageTags>
<Title>PlatformKit</Title>
<PackageReleaseNotes></PackageReleaseNotes>
<PackageReleaseNotes>### Changes since 4.4.0
* Bumped minimum SystemExtensions required version from 5.1.0 to 5.3.0
* Compatibility improvements with System Extensions 5
* Compatibility improvements with OS Extensions</PackageReleaseNotes>
<Product>PlatformKit</Product>
<LangVersion>default</LangVersion>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<TargetFrameworks>net6.0;net8.0;netstandard2.0</TargetFrameworks>
<AssemblyVersion>4.4.0.0</AssemblyVersion>
<FileVersion>4.4.0.0</FileVersion>
<Version>4.4.0.0</Version>
<PackageVersion>4.4.0</PackageVersion>
<AssemblyVersion>4.4.1.0</AssemblyVersion>
<Version>4.4.1.0</Version>
<PackageVersion>4.4.1</PackageVersion>
<PackageProjectUrl>https://github.com/alastairlundy/PlatformKit/</PackageProjectUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageIcon>platformkit_logo_512x.jpg</PackageIcon>
Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Versions that are currently supported with Bug Fixes and/or Security Fixes.

| Version series | Launch Version | Latest version | Supported with Bug Fixes | Supported with Security Fixes |
|--| --|--|--|--|
| 4.4 | 4.4.0, released on September 4th 2024 | 4.4.0, released on September 4th 2024 | Yes, until PlatformKit 5.0 | Yes, until PlatformKit 5.1 |
| 4.3 | 4.3.0, released on July 22nd 2024 | 4.3.0, released on July 22nd 2024 | Yes, until PlatformKit 4.4 | Yes, until PlatformKit 5.0 |
| 4.4 | 4.4.0, released on September 4th 2024 | 4.4.1, released on November 9th 2024 | Yes, until PlatformKit 5.0 | Yes, until PlatformKit 5.1 |
| 4.3 | 4.3.0, released on July 22nd 2024 | 4.3.0, released on July 22nd 2024 | :x: | Yes, until PlatformKit 5.0 |
| 3.7 | 3.7.0, released on April 22nd 2024 | 3.7.3, released on July 10th 2024 | :warning: Limited Support until PlatformKit 5.0 | :warning: Limited Support until PlatformKit 5.0 |

## Reporting a Security Vulnerability
Expand Down
1 change: 1 addition & 0 deletions VersionHistory.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This document contains the entire version history of the PlatformKit library.
### 4.4
| Version | Availability | Changelog |
|-|-|-|
| 4.4.1 | November 9th 2024 | https://github.com/alastairlundy/PlatformKit/releases/4.4.1 |
| 4.4.0 | September 4th 2024 | https://github.com/alastairlundy/PlatformKit/releases/4.4.0 |

### 4.3
Expand Down
2 changes: 1 addition & 1 deletion Versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

| Version series | Latest Update | Date of Latest Update | Supported with Bug Fixes | Supported with Security Fixes |
|-|-|-|-|-|
| 4.4 | 4.4.0 | September 4th 2024 | :white_check_mark: | :white_check_mark: |
| 4.4 | 4.4.1 | November 9th 2024 | :white_check_mark: | :white_check_mark: |
| 4.3 | 4.3.0 | July 22nd 2024 | :white_check_mark: | :white_check_mark: |
| 3.7 | 3.7.3 | July 10th 2024 |:white_check_mark: | :white_check_mark: |

Expand Down

0 comments on commit 01f5d3e

Please sign in to comment.