From b0dbf14eb2631e2e254c402bfee845077b026a84 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Sun, 18 Feb 2024 10:22:54 +1100 Subject: [PATCH 1/4] polyfill --- src/Humanizer/Humanizer.csproj | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/Humanizer/Humanizer.csproj b/src/Humanizer/Humanizer.csproj index 7e72992f3..1331da5a8 100644 --- a/src/Humanizer/Humanizer.csproj +++ b/src/Humanizer/Humanizer.csproj @@ -1,6 +1,6 @@  - netstandard2.0;net6.0;net7.0;net8.0 + netstandard2.0;net462;net472;net48;net6.0;net7.0;net8.0 Mehdi Khalili, Claire Novotny MIT https://github.com/Humanizr/Humanizer @@ -16,7 +16,10 @@ - + + + + InDate.Months.cs TextTemplatingFileGenerator From 100e6af0c1c501636012f1e4872a40294f2e5178 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Sun, 18 Feb 2024 10:24:25 +1100 Subject: [PATCH 2/4] Update Humanizer.csproj --- src/Humanizer/Humanizer.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Humanizer/Humanizer.csproj b/src/Humanizer/Humanizer.csproj index 1331da5a8..ebab8815b 100644 --- a/src/Humanizer/Humanizer.csproj +++ b/src/Humanizer/Humanizer.csproj @@ -17,6 +17,7 @@ + From 67c4e6100f3e5328d94e3bc5773beb10dbe26bc6 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Sun, 18 Feb 2024 10:34:13 +1100 Subject: [PATCH 3/4] Update Humanizer.csproj --- src/Humanizer/Humanizer.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Humanizer/Humanizer.csproj b/src/Humanizer/Humanizer.csproj index ebab8815b..339f6e9bf 100644 --- a/src/Humanizer/Humanizer.csproj +++ b/src/Humanizer/Humanizer.csproj @@ -19,7 +19,7 @@ - + InDate.Months.cs @@ -52,4 +52,4 @@ - \ No newline at end of file + From b3e42a76d1ba224efbb6b8187df9b7e50571e893 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Sun, 18 Feb 2024 12:51:05 +1100 Subject: [PATCH 4/4] Update PublicApiApprovalTest.Approve_Public_Api.Net4_8.verified.txt --- ...PublicApiApprovalTest.Approve_Public_Api.Net4_8.verified.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Humanizer.Tests/ApiApprover/PublicApiApprovalTest.Approve_Public_Api.Net4_8.verified.txt b/src/Humanizer.Tests/ApiApprover/PublicApiApprovalTest.Approve_Public_Api.Net4_8.verified.txt index 4afeebef8..c98c317c4 100644 --- a/src/Humanizer.Tests/ApiApprover/PublicApiApprovalTest.Approve_Public_Api.Net4_8.verified.txt +++ b/src/Humanizer.Tests/ApiApprover/PublicApiApprovalTest.Approve_Public_Api.Net4_8.verified.txt @@ -1,6 +1,6 @@ [assembly: System.Resources.NeutralResourcesLanguage("en")] [assembly: System.Runtime.CompilerServices.InternalsVisibleTo(@"Humanizer.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100F9104F5F9BDB168AE140366EB1CD84C469B020EA3423D5D29996D5214CE2BD9B7C0BA3EAD1CA545C4399668AB8911E61CC1CC83C7DF6D50FD6B781365B467E65173F40A11C957D27C5AA0CB0F8DA9C91C988203CC8AEF1468C74A472839D0FD870DA8D13A4DC6B3AAFDAF0384D8E18E393C613D88BF02A64467A119902204FCC")] -[assembly: System.Runtime.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName=".NET Standard 2.0")] +[assembly: System.Runtime.Versioning.TargetFramework(".NETFramework,Version=v4.8", FrameworkDisplayName=".NET Framework 4.8")] namespace Humanizer { public class ByteRate