File tree Expand file tree Collapse file tree 5 files changed +28
-3
lines changed
Expand file tree Collapse file tree 5 files changed +28
-3
lines changed Original file line number Diff line number Diff line change 1818 uses : actions/setup-dotnet@v3
1919 with :
2020 dotnet-version : |
21- 8.0.x
2221 6.0.x
22+ 7.0.x
23+ 8.0.x
24+ 9.0.x
2325 - name : Restore dependencies
2426 run : dotnet restore
2527 - name : Build
Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## 🏷️ 4.2
8+
9+ ### ♻️ Changed
10+
11+ ### ✨ Added
12+
13+ - Added .Net 9 support
14+
15+ ### 🔥 Removed
16+
17+
718## 🏷️ 4.0
819
920### ♻️ Changed
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net8 .0;net7.0;net6 .0;net48; netstandard2.0</TargetFrameworks >
4+ <TargetFrameworks >net6 .0;net7.0;net8 .0;netstandard2.0;net9 .0</TargetFrameworks >
55
66 <IsPackable >false</IsPackable >
77 </PropertyGroup >
Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## 🏷️ 4.2
8+
9+ ### ♻️ Changed
10+
11+
12+ ### ✨ Added
13+
14+ - string extension methods
15+
16+ ### 🔥 Removed
17+
18+
719## 🏷️ 4.0
820
921### ♻️ Changed
Original file line number Diff line number Diff line change 1111 <description >
1212 Implements a simple set of helpers to handle EPOCH timestamps in .NET
1313 </description >
14- <TargetFrameworks >net8 .0;net7.0;net6 .0;net48; netstandard2.0</TargetFrameworks >
14+ <TargetFrameworks >net6 .0;net7.0;net8 .0;netstandard2.0;net9 .0</TargetFrameworks >
1515 </PropertyGroup >
1616
1717 <PropertyGroup >
You can’t perform that action at this time.
0 commit comments