diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 9afe32d..c71d2ee 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -15,12 +15,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
- - name: Setup .NET9
- uses: actions/setup-dotnet@v4
+ - name: Setup .NET
+ uses: actions/setup-dotnet@v5
with:
- dotnet-version: 9.x
+ dotnet-version: 10.x
- name: Restore dependencies
run: dotnet restore
diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml
index 2b348e2..db4af05 100644
--- a/.github/workflows/publish.yaml
+++ b/.github/workflows/publish.yaml
@@ -11,12 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
- - name: Setup .NET9
- uses: actions/setup-dotnet@v4
+ - name: Setup .NET
+ uses: actions/setup-dotnet@v5
with:
- dotnet-version: 9.x
+ dotnet-version: 10.x
- name: Restore dependencies
run: dotnet restore
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1868b6d..d007f53 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,7 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
-Nothing yet.
+### Fixed
+
+- Upgraded GitHub Actions.
+- Upgraded LICENSE year.
## [1.21.0] - 2025-11-29
diff --git a/LICENSE b/LICENSE
index 0487f9b..70fdfae 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2024 Logitar
+Copyright (c) 2025 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/LICENSE b/src/Logitar.Data.PostgreSQL/LICENSE
index 0487f9b..70fdfae 100644
--- a/src/Logitar.Data.PostgreSQL/LICENSE
+++ b/src/Logitar.Data.PostgreSQL/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2024 Logitar
+Copyright (c) 2025 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 5a566ce..751b7e6 100644
--- a/src/Logitar.Data.PostgreSQL/Logitar.Data.PostgreSQL.csproj
+++ b/src/Logitar.Data.PostgreSQL/Logitar.Data.PostgreSQL.csproj
@@ -9,7 +9,7 @@
Francis Pion
Logitar.NET
Enhances the System.Data namespace, using a PostgreSQL driver.
- © 2024 Logitar All Rights Reserved.
+ © 2025 Logitar All Rights Reserved.
logitar.png
README.md
git
diff --git a/src/Logitar.Data.SqlServer/LICENSE b/src/Logitar.Data.SqlServer/LICENSE
index 0487f9b..70fdfae 100644
--- a/src/Logitar.Data.SqlServer/LICENSE
+++ b/src/Logitar.Data.SqlServer/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2024 Logitar
+Copyright (c) 2025 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.SqlServer/Logitar.Data.SqlServer.csproj b/src/Logitar.Data.SqlServer/Logitar.Data.SqlServer.csproj
index a3f2ea7..745e730 100644
--- a/src/Logitar.Data.SqlServer/Logitar.Data.SqlServer.csproj
+++ b/src/Logitar.Data.SqlServer/Logitar.Data.SqlServer.csproj
@@ -9,7 +9,7 @@
Francis Pion
Logitar.NET
Enhances the System.Data namespace, using a Microsoft SQL Server driver.
- © 2024 Logitar All Rights Reserved.
+ © 2025 Logitar All Rights Reserved.
logitar.png
README.md
git
diff --git a/src/Logitar.Data/LICENSE b/src/Logitar.Data/LICENSE
index 0487f9b..70fdfae 100644
--- a/src/Logitar.Data/LICENSE
+++ b/src/Logitar.Data/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2024 Logitar
+Copyright (c) 2025 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/Logitar.Data.csproj b/src/Logitar.Data/Logitar.Data.csproj
index 33e683e..4534531 100644
--- a/src/Logitar.Data/Logitar.Data.csproj
+++ b/src/Logitar.Data/Logitar.Data.csproj
@@ -9,7 +9,7 @@
Francis Pion
Logitar.NET
Enhances the System.Data namespace.
- © 2024 Logitar All Rights Reserved.
+ © 2025 Logitar All Rights Reserved.
logitar.png
README.md
git
diff --git a/src/Logitar.Net.Mail.Mailgun/LICENSE b/src/Logitar.Net.Mail.Mailgun/LICENSE
index 0487f9b..70fdfae 100644
--- a/src/Logitar.Net.Mail.Mailgun/LICENSE
+++ b/src/Logitar.Net.Mail.Mailgun/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2024 Logitar
+Copyright (c) 2025 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.Net.Mail.Mailgun/Logitar.Net.Mail.Mailgun.csproj b/src/Logitar.Net.Mail.Mailgun/Logitar.Net.Mail.Mailgun.csproj
index 01ed13b..c9175e8 100644
--- a/src/Logitar.Net.Mail.Mailgun/Logitar.Net.Mail.Mailgun.csproj
+++ b/src/Logitar.Net.Mail.Mailgun/Logitar.Net.Mail.Mailgun.csproj
@@ -9,7 +9,7 @@
Francis Pion
Logitar.NET
Enhances the System.Net.Mail namespace, using the Mailgun API for email management.
- © 2024 Logitar All Rights Reserved.
+ © 2025 Logitar All Rights Reserved.
logitar.png
README.md
git
diff --git a/src/Logitar.Net.Mail.SendGrid/LICENSE b/src/Logitar.Net.Mail.SendGrid/LICENSE
index 0487f9b..70fdfae 100644
--- a/src/Logitar.Net.Mail.SendGrid/LICENSE
+++ b/src/Logitar.Net.Mail.SendGrid/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2024 Logitar
+Copyright (c) 2025 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.Net.Mail.SendGrid/Logitar.Net.Mail.SendGrid.csproj b/src/Logitar.Net.Mail.SendGrid/Logitar.Net.Mail.SendGrid.csproj
index 8652505..1c730f5 100644
--- a/src/Logitar.Net.Mail.SendGrid/Logitar.Net.Mail.SendGrid.csproj
+++ b/src/Logitar.Net.Mail.SendGrid/Logitar.Net.Mail.SendGrid.csproj
@@ -9,7 +9,7 @@
Francis Pion
Logitar.NET
Enhances the System.Net.Mail namespace, using the SendGrid API for email management.
- © 2024 Logitar All Rights Reserved.
+ © 2025 Logitar All Rights Reserved.
logitar.png
README.md
git
diff --git a/src/Logitar.Net.Sms.Twilio/LICENSE b/src/Logitar.Net.Sms.Twilio/LICENSE
index 0487f9b..70fdfae 100644
--- a/src/Logitar.Net.Sms.Twilio/LICENSE
+++ b/src/Logitar.Net.Sms.Twilio/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2024 Logitar
+Copyright (c) 2025 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.Net.Sms.Twilio/Logitar.Net.Sms.Twilio.csproj b/src/Logitar.Net.Sms.Twilio/Logitar.Net.Sms.Twilio.csproj
index b0565ec..73f1d7c 100644
--- a/src/Logitar.Net.Sms.Twilio/Logitar.Net.Sms.Twilio.csproj
+++ b/src/Logitar.Net.Sms.Twilio/Logitar.Net.Sms.Twilio.csproj
@@ -9,7 +9,7 @@
Francis Pion
Logitar.NET
Enhances the System.Net namespace, using the Twilio API for text-message management.
- © 2024 Logitar All Rights Reserved.
+ © 2025 Logitar All Rights Reserved.
logitar.png
README.md
git
diff --git a/src/Logitar.Net/LICENSE b/src/Logitar.Net/LICENSE
index 0487f9b..70fdfae 100644
--- a/src/Logitar.Net/LICENSE
+++ b/src/Logitar.Net/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2024 Logitar
+Copyright (c) 2025 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.Net/Logitar.Net.csproj b/src/Logitar.Net/Logitar.Net.csproj
index bae71e2..fde04b3 100644
--- a/src/Logitar.Net/Logitar.Net.csproj
+++ b/src/Logitar.Net/Logitar.Net.csproj
@@ -9,7 +9,7 @@
Francis Pion
Logitar.NET
Enhances the System.Net namespace.
- © 2024 Logitar All Rights Reserved.
+ © 2025 Logitar All Rights Reserved.
logitar.png
README.md
git
diff --git a/src/Logitar.Security/LICENSE b/src/Logitar.Security/LICENSE
index 0487f9b..70fdfae 100644
--- a/src/Logitar.Security/LICENSE
+++ b/src/Logitar.Security/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2024 Logitar
+Copyright (c) 2025 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.Security/Logitar.Security.csproj b/src/Logitar.Security/Logitar.Security.csproj
index a115ff3..2f2b873 100644
--- a/src/Logitar.Security/Logitar.Security.csproj
+++ b/src/Logitar.Security/Logitar.Security.csproj
@@ -9,7 +9,7 @@
Francis Pion
Logitar.NET
Enhances the System.Security namespace.
- © 2024 Logitar All Rights Reserved.
+ © 2025 Logitar All Rights Reserved.
logitar.png
README.md
git
diff --git a/src/Logitar/LICENSE b/src/Logitar/LICENSE
index 0487f9b..70fdfae 100644
--- a/src/Logitar/LICENSE
+++ b/src/Logitar/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2024 Logitar
+Copyright (c) 2025 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 4e583be..dab9f91 100644
--- a/src/Logitar/Logitar.csproj
+++ b/src/Logitar/Logitar.csproj
@@ -10,7 +10,7 @@
Francis Pion
Logitar.NET
Enhances the .NET framework.
- © 2024 Logitar All Rights Reserved.
+ © 2025 Logitar All Rights Reserved.
logitar.png
README.md
git