diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2bc3795..6fb90d3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Nothing yet.
+## [1.21.3] - 2026-01-23
+
+### Fixed
+
+- NuGet upgrades.
+- Upgraded LICENSE year.
+
## [1.21.2] - 2025-11-29
### Added
@@ -310,7 +317,8 @@ Nothing yet.
- Implemented StringExtensions.
-[unreleased]: https://github.com/Logitar/Logitar.NET/compare/v1.21.2...HEAD
+[unreleased]: https://github.com/Logitar/Logitar.NET/compare/v1.21.3...HEAD
+[1.21.3]: https://github.com/Logitar/Logitar.NET/compare/v1.21.2...v1.21.3
[1.21.2]: https://github.com/Logitar/Logitar.NET/compare/v1.21.1...v1.21.2
[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
diff --git a/LICENSE b/LICENSE
index 70fdfae..61bb734 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2025 Logitar
+Copyright (c) 2026 Logitar
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/src/Logitar.Data.PostgreSQL/Logitar.Data.PostgreSQL.csproj b/src/Logitar.Data.PostgreSQL/Logitar.Data.PostgreSQL.csproj
index ba07ea2..54500a9 100644
--- a/src/Logitar.Data.PostgreSQL/Logitar.Data.PostgreSQL.csproj
+++ b/src/Logitar.Data.PostgreSQL/Logitar.Data.PostgreSQL.csproj
@@ -9,19 +9,19 @@
Francis Pion
Logitar.NET
Enhances the System.Data namespace, using a PostgreSQL driver.
- © 2025 Logitar All Rights Reserved.
+ © 2026 Logitar All Rights Reserved.
logitar.png
README.md
git
https://github.com/Logitar/Logitar.NET
- 10.0.1.0
+ 10.0.2.0
$(AssemblyVersion)
LICENSE
True
- 10.0.1
+ 10.0.2
en-CA
True
- Fixed license year.
+ NuGet upgrade.
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 5343974..c6f5c56 100644
--- a/src/Logitar.Data.SqlServer/Logitar.Data.SqlServer.csproj
+++ b/src/Logitar.Data.SqlServer/Logitar.Data.SqlServer.csproj
@@ -9,19 +9,19 @@
Francis Pion
Logitar.NET
Enhances the System.Data namespace, using a Microsoft SQL Server driver.
- © 2025 Logitar All Rights Reserved.
+ © 2026 Logitar All Rights Reserved.
logitar.png
README.md
git
https://github.com/Logitar/Logitar.NET
- 10.0.1.0
+ 10.0.2.0
$(AssemblyVersion)
LICENSE
True
- 10.0.1
+ 10.0.2
en-CA
True
- Fixed license year.
+ NuGet upgrade.
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 cea542b..71129b0 100644
--- a/src/Logitar.Data/Logitar.Data.csproj
+++ b/src/Logitar.Data/Logitar.Data.csproj
@@ -9,16 +9,16 @@
Francis Pion
Logitar.NET
Enhances the System.Data namespace.
- © 2025 Logitar All Rights Reserved.
+ © 2026 Logitar All Rights Reserved.
logitar.png
README.md
git
https://github.com/Logitar/Logitar.NET
- 10.0.1.0
+ 10.0.2.0
$(AssemblyVersion)
LICENSE
True
- 10.0.1
+ 10.0.2
en-CA
True
Fixed license year.
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 523e50f..c991424 100644
--- a/src/Logitar.Net.Mail.Mailgun/Logitar.Net.Mail.Mailgun.csproj
+++ b/src/Logitar.Net.Mail.Mailgun/Logitar.Net.Mail.Mailgun.csproj
@@ -9,16 +9,16 @@
Francis Pion
Logitar.NET
Enhances the System.Net.Mail namespace, using the Mailgun API for email management.
- © 2025 Logitar All Rights Reserved.
+ © 2026 Logitar All Rights Reserved.
logitar.png
README.md
git
https://github.com/Logitar/Logitar.NET
- 10.0.1.0
+ 10.0.2.0
$(AssemblyVersion)
LICENSE
True
- 10.0.1
+ 10.0.2
en-CA
True
Fixed license year.
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 27df056..4d8d564 100644
--- a/src/Logitar.Net.Mail.SendGrid/Logitar.Net.Mail.SendGrid.csproj
+++ b/src/Logitar.Net.Mail.SendGrid/Logitar.Net.Mail.SendGrid.csproj
@@ -9,16 +9,16 @@
Francis Pion
Logitar.NET
Enhances the System.Net.Mail namespace, using the SendGrid API for email management.
- © 2025 Logitar All Rights Reserved.
+ © 2026 Logitar All Rights Reserved.
logitar.png
README.md
git
https://github.com/Logitar/Logitar.NET
- 10.0.1.0
+ 10.0.2.0
$(AssemblyVersion)
LICENSE
True
- 10.0.1
+ 10.0.2
en-CA
True
Fixed license year.
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 ac612cb..f911dd5 100644
--- a/src/Logitar.Net.Sms.Twilio/Logitar.Net.Sms.Twilio.csproj
+++ b/src/Logitar.Net.Sms.Twilio/Logitar.Net.Sms.Twilio.csproj
@@ -9,16 +9,16 @@
Francis Pion
Logitar.NET
Enhances the System.Net namespace, using the Twilio API for text-message management.
- © 2025 Logitar All Rights Reserved.
+ © 2026 Logitar All Rights Reserved.
logitar.png
README.md
git
https://github.com/Logitar/Logitar.NET
- 10.0.1.0
+ 10.0.2.0
$(AssemblyVersion)
LICENSE
True
- 10.0.1
+ 10.0.2
en-CA
True
Fixed license year.
diff --git a/src/Logitar.Net/Logitar.Net.csproj b/src/Logitar.Net/Logitar.Net.csproj
index f206b68..86eddf2 100644
--- a/src/Logitar.Net/Logitar.Net.csproj
+++ b/src/Logitar.Net/Logitar.Net.csproj
@@ -9,16 +9,16 @@
Francis Pion
Logitar.NET
Enhances the System.Net namespace.
- © 2025 Logitar All Rights Reserved.
+ © 2026 Logitar All Rights Reserved.
logitar.png
README.md
git
https://github.com/Logitar/Logitar.NET
- 10.0.1.0
+ 10.0.2.0
$(AssemblyVersion)
LICENSE
True
- 10.0.1
+ 10.0.2
en-CA
True
Fixed license year.
diff --git a/src/Logitar.Security/Logitar.Security.csproj b/src/Logitar.Security/Logitar.Security.csproj
index 4f610c8..0fd83c7 100644
--- a/src/Logitar.Security/Logitar.Security.csproj
+++ b/src/Logitar.Security/Logitar.Security.csproj
@@ -9,16 +9,16 @@
Francis Pion
Logitar.NET
Enhances the System.Security namespace.
- © 2025 Logitar All Rights Reserved.
+ © 2026 Logitar All Rights Reserved.
logitar.png
README.md
git
https://github.com/Logitar/Logitar.NET
- 10.0.1.0
+ 10.0.2.0
$(AssemblyVersion)
LICENSE
True
- 10.0.1
+ 10.0.2
en-CA
True
Fixed license year.
diff --git a/src/Logitar/LICENSE b/src/Logitar/LICENSE
index 70fdfae..61bb734 100644
--- a/src/Logitar/LICENSE
+++ b/src/Logitar/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2025 Logitar
+Copyright (c) 2026 Logitar
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/src/Logitar/Logitar.csproj b/src/Logitar/Logitar.csproj
index cb7c86a..c322611 100644
--- a/src/Logitar/Logitar.csproj
+++ b/src/Logitar/Logitar.csproj
@@ -10,19 +10,19 @@
Francis Pion
Logitar.NET
Enhances the .NET framework.
- © 2025 Logitar All Rights Reserved.
+ © 2026 Logitar All Rights Reserved.
logitar.png
README.md
git
https://github.com/Logitar/Logitar.NET
- 10.1.0.0
+ 10.1.1.0
$(AssemblyVersion)
LICENSE
True
- 10.1.0
+ 10.1.1
en-CA
True
- Implemented environment variable helper methods.
+ Fixed license year.
logitar net framework
https://github.com/Logitar/Logitar.NET/tree/dev/src/Logitar