From 028bef40a6535ea573c2fb36a153ac57b12d0f3d Mon Sep 17 00:00:00 2001 From: Francis Pion Date: Sat, 29 Nov 2025 15:49:02 -0500 Subject: [PATCH] Release 10.0.1 --- CHANGELOG.md | 7 ++++++- src/Logitar.Data.PostgreSQL/Logitar.Data.PostgreSQL.csproj | 6 +++--- src/Logitar.Data.SqlServer/Logitar.Data.SqlServer.csproj | 6 +++--- src/Logitar.Data/Logitar.Data.csproj | 6 +++--- .../Logitar.Net.Mail.Mailgun.csproj | 6 +++--- .../Logitar.Net.Mail.SendGrid.csproj | 6 +++--- src/Logitar.Net.Sms.Twilio/Logitar.Net.Sms.Twilio.csproj | 6 +++--- src/Logitar.Net/Logitar.Net.csproj | 6 +++--- src/Logitar.Security/Logitar.Security.csproj | 6 +++--- src/Logitar/Logitar.csproj | 6 +++--- 10 files changed, 33 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d007f53..936bf72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +Nothing yet. + +## [1.21.1] - 2025-11-29 + ### Fixed - Upgraded GitHub Actions. @@ -300,7 +304,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Implemented StringExtensions. -[unreleased]: https://github.com/Logitar/Logitar.NET/compare/v1.21.0...HEAD +[unreleased]: https://github.com/Logitar/Logitar.NET/compare/v1.21.1...HEAD +[1.21.1]: https://github.com/Logitar/Logitar.NET/compare/v1.21.0...v1.21.1 [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 diff --git a/src/Logitar.Data.PostgreSQL/Logitar.Data.PostgreSQL.csproj b/src/Logitar.Data.PostgreSQL/Logitar.Data.PostgreSQL.csproj index 751b7e6..b0e707b 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 - 10.0.0.0 + 10.0.1.0 $(AssemblyVersion) LICENSE True - 10.0.0 + 10.0.1 en-CA True - .NET10 and NuGet upgrades. + Fixed license year. 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 745e730..f21da65 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 - 10.0.0.0 + 10.0.1.0 $(AssemblyVersion) LICENSE True - 10.0.0 + 10.0.1 en-CA True - .NET10 and NuGet upgrades. + Fixed license year. 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 4534531..cea542b 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 - 10.0.0.0 + 10.0.1.0 $(AssemblyVersion) LICENSE True - 10.0.0 + 10.0.1 en-CA True - .NET10 and NuGet upgrades. + Fixed license year. 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 c9175e8..523e50f 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 - 10.0.0.0 + 10.0.1.0 $(AssemblyVersion) LICENSE True - 10.0.0 + 10.0.1 en-CA True - .NET10 and NuGet upgrades. + Fixed license year. 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 1c730f5..27df056 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 - 10.0.0.0 + 10.0.1.0 $(AssemblyVersion) LICENSE True - 10.0.0 + 10.0.1 en-CA True - .NET10 and NuGet upgrades. + Fixed license year. 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 73f1d7c..ac612cb 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 - 10.0.0.0 + 10.0.1.0 $(AssemblyVersion) LICENSE True - 10.0.0 + 10.0.1 en-CA True - .NET10 and NuGet upgrades. + Fixed license year. 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 fde04b3..f206b68 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 - 10.0.0.0 + 10.0.1.0 $(AssemblyVersion) LICENSE True - 10.0.0 + 10.0.1 en-CA True - .NET10 and NuGet upgrades. + Fixed license year. 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 2f2b873..4f610c8 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 - 10.0.0.0 + 10.0.1.0 $(AssemblyVersion) LICENSE True - 10.0.0 + 10.0.1 en-CA True - .NET10 and NuGet upgrades. + Fixed license year. 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 dab9f91..7093ee0 100644 --- a/src/Logitar/Logitar.csproj +++ b/src/Logitar/Logitar.csproj @@ -15,14 +15,14 @@ README.md git https://github.com/Logitar/Logitar.NET - 10.0.0.0 + 10.0.1.0 $(AssemblyVersion) LICENSE True - 10.0.0 + 10.0.1 en-CA True - .NET10 and NuGet upgrades. + Fixed license year. logitar net framework https://github.com/Logitar/Logitar.NET/tree/dev/src/Logitar