diff --git a/CHANGELOG.md b/CHANGELOG.md index f9d37b4..1868b6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Nothing yet. +## [1.21.0] - 2025-11-29 + +### Changed + +- Migrated to .NET10. + +### Fixed + +- NuGet upgrades. + ## [1.20.4] - 2025-04-16 ### Added @@ -287,7 +297,8 @@ Nothing yet. - Implemented StringExtensions. -[unreleased]: https://github.com/Logitar/Logitar.NET/compare/v1.20.4...HEAD +[unreleased]: https://github.com/Logitar/Logitar.NET/compare/v1.21.0...HEAD +[1.21.0]: https://github.com/Logitar/Logitar.NET/compare/v1.20.4...v1.21.0 [1.20.4]: https://github.com/Logitar/Logitar.NET/compare/v1.20.3...v1.20.4 [1.20.3]: https://github.com/Logitar/Logitar.NET/compare/v1.20.2...v1.20.3 [1.20.2]: https://github.com/Logitar/Logitar.NET/compare/v1.20.1...v1.20.2 diff --git a/src/Logitar.Data.PostgreSQL/Logitar.Data.PostgreSQL.csproj b/src/Logitar.Data.PostgreSQL/Logitar.Data.PostgreSQL.csproj index 1786a63..5a566ce 100644 --- a/src/Logitar.Data.PostgreSQL/Logitar.Data.PostgreSQL.csproj +++ b/src/Logitar.Data.PostgreSQL/Logitar.Data.PostgreSQL.csproj @@ -14,14 +14,14 @@ README.md git https://github.com/Logitar/Logitar.NET - 7.0.1.0 + 10.0.0.0 $(AssemblyVersion) LICENSE True - 7.0.1 + 10.0.0 en-CA True - NuGet upgrade. + .NET10 and NuGet upgrades. logitar net framework data postgresql https://github.com/Logitar/Logitar.NET/tree/dev/src/Logitar.Data.PostgreSQL diff --git a/src/Logitar.Data.SqlServer/Logitar.Data.SqlServer.csproj b/src/Logitar.Data.SqlServer/Logitar.Data.SqlServer.csproj index a0628bb..a3f2ea7 100644 --- a/src/Logitar.Data.SqlServer/Logitar.Data.SqlServer.csproj +++ b/src/Logitar.Data.SqlServer/Logitar.Data.SqlServer.csproj @@ -14,14 +14,14 @@ README.md git https://github.com/Logitar/Logitar.NET - 7.0.1.0 + 10.0.0.0 $(AssemblyVersion) LICENSE True - 7.0.1 + 10.0.0 en-CA True - NuGet upgrade. + .NET10 and NuGet upgrades. logitar net framework data sqlserver https://github.com/Logitar/Logitar.NET/tree/dev/src/Logitar.Data.SqlServer diff --git a/src/Logitar.Data/Logitar.Data.csproj b/src/Logitar.Data/Logitar.Data.csproj index 0a37a51..33e683e 100644 --- a/src/Logitar.Data/Logitar.Data.csproj +++ b/src/Logitar.Data/Logitar.Data.csproj @@ -14,14 +14,14 @@ README.md git https://github.com/Logitar/Logitar.NET - 7.0.0.0 + 10.0.0.0 $(AssemblyVersion) LICENSE True - 7.0.0 + 10.0.0 en-CA True - Upgraded to .NET9. + .NET10 and NuGet upgrades. logitar net framework data commonsql https://github.com/Logitar/Logitar.NET/tree/dev/src/Logitar.Data diff --git a/src/Logitar.Net.Mail.Mailgun/Logitar.Net.Mail.Mailgun.csproj b/src/Logitar.Net.Mail.Mailgun/Logitar.Net.Mail.Mailgun.csproj index e708d42..01ed13b 100644 --- a/src/Logitar.Net.Mail.Mailgun/Logitar.Net.Mail.Mailgun.csproj +++ b/src/Logitar.Net.Mail.Mailgun/Logitar.Net.Mail.Mailgun.csproj @@ -14,14 +14,14 @@ README.md git https://github.com/Logitar/Logitar.NET - 7.0.0.0 + 10.0.0.0 $(AssemblyVersion) LICENSE True - 7.0.0 + 10.0.0 en-CA True - Upgraded to .NET9. + .NET10 and NuGet upgrades. logitar net framework http email mailgun https://github.com/Logitar/Logitar.NET/tree/dev/src/Logitar.Net.Mail.Mailgun diff --git a/src/Logitar.Net.Mail.SendGrid/Logitar.Net.Mail.SendGrid.csproj b/src/Logitar.Net.Mail.SendGrid/Logitar.Net.Mail.SendGrid.csproj index d174b43..8652505 100644 --- a/src/Logitar.Net.Mail.SendGrid/Logitar.Net.Mail.SendGrid.csproj +++ b/src/Logitar.Net.Mail.SendGrid/Logitar.Net.Mail.SendGrid.csproj @@ -14,14 +14,14 @@ README.md git https://github.com/Logitar/Logitar.NET - 7.0.0.0 + 10.0.0.0 $(AssemblyVersion) LICENSE True - 7.0.0 + 10.0.0 en-CA True - Upgraded to .NET9. + .NET10 and NuGet upgrades. logitar net framework http email sendgrid https://github.com/Logitar/Logitar.NET/tree/dev/src/Logitar.Net.Mail.SendGrid diff --git a/src/Logitar.Net.Sms.Twilio/Logitar.Net.Sms.Twilio.csproj b/src/Logitar.Net.Sms.Twilio/Logitar.Net.Sms.Twilio.csproj index 4e59349..b0565ec 100644 --- a/src/Logitar.Net.Sms.Twilio/Logitar.Net.Sms.Twilio.csproj +++ b/src/Logitar.Net.Sms.Twilio/Logitar.Net.Sms.Twilio.csproj @@ -14,14 +14,14 @@ README.md git https://github.com/Logitar/Logitar.NET - 7.0.0.0 + 10.0.0.0 $(AssemblyVersion) LICENSE True - 7.0.0 + 10.0.0 en-CA True - Upgraded to .NET9. + .NET10 and NuGet upgrades. logitar net framework http sms text message twilio https://github.com/Logitar/Logitar.NET/tree/main/src/Logitar.Net.Sms.Twilio diff --git a/src/Logitar.Net/Logitar.Net.csproj b/src/Logitar.Net/Logitar.Net.csproj index c51284a..bae71e2 100644 --- a/src/Logitar.Net/Logitar.Net.csproj +++ b/src/Logitar.Net/Logitar.Net.csproj @@ -14,14 +14,14 @@ README.md git https://github.com/Logitar/Logitar.NET - 7.0.0.0 + 10.0.0.0 $(AssemblyVersion) LICENSE True - 7.0.0 + 10.0.0 en-CA True - Upgraded to .NET9. + .NET10 and NuGet upgrades. logitar net framework http email https://github.com/Logitar/Logitar.NET/tree/main/src/Logitar.Net diff --git a/src/Logitar.Security/Logitar.Security.csproj b/src/Logitar.Security/Logitar.Security.csproj index 2bb40a8..a115ff3 100644 --- a/src/Logitar.Security/Logitar.Security.csproj +++ b/src/Logitar.Security/Logitar.Security.csproj @@ -14,14 +14,14 @@ README.md git https://github.com/Logitar/Logitar.NET - 7.0.1.0 + 10.0.0.0 $(AssemblyVersion) LICENSE True - 7.0.1 + 10.0.0 en-CA True - Fixed ClaimHelper UTC conversion. + .NET10 and NuGet upgrades. logitar net framework security https://github.com/Logitar/Logitar.NET/tree/dev/src/Logitar.Security diff --git a/src/Logitar/Logitar.csproj b/src/Logitar/Logitar.csproj index 8426b0b..4e583be 100644 --- a/src/Logitar/Logitar.csproj +++ b/src/Logitar/Logitar.csproj @@ -15,14 +15,14 @@ README.md git https://github.com/Logitar/Logitar.NET - 7.1.0.0 + 10.0.0.0 $(AssemblyVersion) LICENSE True - 7.1.0 + 10.0.0 en-CA True - Added `StringExtensions.Humanize` method. + .NET10 and NuGet upgrades. logitar net framework https://github.com/Logitar/Logitar.NET/tree/dev/src/Logitar