diff --git a/CHANGELOG.md b/CHANGELOG.md index f8e90b6..7369064 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Nothing yet. +## [1.20.3] - 2025-04-16 + +### Fixed + +- NuGet upgrades. + ## [1.20.2] - 2024-12-23 ### Fixed @@ -275,7 +281,8 @@ Nothing yet. - Implemented StringExtensions. -[unreleased]: https://github.com/Logitar/Logitar.NET/compare/v1.20.2...HEAD +[unreleased]: https://github.com/Logitar/Logitar.NET/compare/v1.20.3...HEAD +[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 [1.20.1]: https://github.com/Logitar/Logitar.NET/compare/v1.20.0...v1.20.1 [1.20.0]: https://github.com/Logitar/Logitar.NET/compare/v1.19.2...v1.20.0 diff --git a/demo/Logitar.Demo/Dockerfile b/demo/Logitar.Demo/Dockerfile index 6dc68e2..81506bf 100644 --- a/demo/Logitar.Demo/Dockerfile +++ b/demo/Logitar.Demo/Dockerfile @@ -1,12 +1,12 @@ #See https://aka.ms/customizecontainer to learn how to customize your debug container and how Visual Studio uses this Dockerfile to build your images for faster debugging. -FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base +FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base USER app WORKDIR /app EXPOSE 8080 EXPOSE 8081 -FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build +FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build ARG BUILD_CONFIGURATION=Release WORKDIR /src COPY ["demo/Logitar.Demo/Logitar.Demo.csproj", "demo/Logitar.Demo/"] diff --git a/demo/Logitar.Demo/Logitar.Demo.csproj b/demo/Logitar.Demo/Logitar.Demo.csproj index 443089d..b7476c4 100644 --- a/demo/Logitar.Demo/Logitar.Demo.csproj +++ b/demo/Logitar.Demo/Logitar.Demo.csproj @@ -18,8 +18,8 @@ - - + + diff --git a/src/Logitar.Data.PostgreSQL/Logitar.Data.PostgreSQL.csproj b/src/Logitar.Data.PostgreSQL/Logitar.Data.PostgreSQL.csproj index 3ffab7e..478ba4f 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.0.0 + 7.0.1.0 $(AssemblyVersion) LICENSE True - 7.0.0 + 7.0.1 en-CA True - Upgraded to .NET9. + NuGet upgrade. logitar net framework data postgresql https://github.com/Logitar/Logitar.NET/tree/dev/src/Logitar.Data.PostgreSQL @@ -35,7 +35,7 @@ - + diff --git a/src/Logitar.Data.SqlServer/Logitar.Data.SqlServer.csproj b/src/Logitar.Data.SqlServer/Logitar.Data.SqlServer.csproj index adedd49..5016eaa 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.0.0 + 7.0.1.0 $(AssemblyVersion) LICENSE True - 7.0.0 + 7.0.1 en-CA True - Upgraded to .NET9. + NuGet upgrade. logitar net framework data sqlserver https://github.com/Logitar/Logitar.NET/tree/dev/src/Logitar.Data.SqlServer @@ -35,7 +35,7 @@ - + diff --git a/tests/Logitar.Data.PostgreSQL.IntegrationTests/Logitar.Data.PostgreSQL.IntegrationTests.csproj b/tests/Logitar.Data.PostgreSQL.IntegrationTests/Logitar.Data.PostgreSQL.IntegrationTests.csproj index 67a7ee3..dd17b5c 100644 --- a/tests/Logitar.Data.PostgreSQL.IntegrationTests/Logitar.Data.PostgreSQL.IntegrationTests.csproj +++ b/tests/Logitar.Data.PostgreSQL.IntegrationTests/Logitar.Data.PostgreSQL.IntegrationTests.csproj @@ -33,15 +33,15 @@ - - - - - + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tests/Logitar.Data.PostgreSQL.UnitTests/Logitar.Data.PostgreSQL.UnitTests.csproj b/tests/Logitar.Data.PostgreSQL.UnitTests/Logitar.Data.PostgreSQL.UnitTests.csproj index 9305a44..27d9dca 100644 --- a/tests/Logitar.Data.PostgreSQL.UnitTests/Logitar.Data.PostgreSQL.UnitTests.csproj +++ b/tests/Logitar.Data.PostgreSQL.UnitTests/Logitar.Data.PostgreSQL.UnitTests.csproj @@ -19,13 +19,13 @@ - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tests/Logitar.Data.SqlServer.IntegrationTests/Logitar.Data.SqlServer.IntegrationTests.csproj b/tests/Logitar.Data.SqlServer.IntegrationTests/Logitar.Data.SqlServer.IntegrationTests.csproj index 1d5e80c..16b7418 100644 --- a/tests/Logitar.Data.SqlServer.IntegrationTests/Logitar.Data.SqlServer.IntegrationTests.csproj +++ b/tests/Logitar.Data.SqlServer.IntegrationTests/Logitar.Data.SqlServer.IntegrationTests.csproj @@ -33,15 +33,15 @@ - - - - - + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tests/Logitar.Data.SqlServer.UnitTests/Logitar.Data.SqlServer.UnitTests.csproj b/tests/Logitar.Data.SqlServer.UnitTests/Logitar.Data.SqlServer.UnitTests.csproj index 11a651a..601cec4 100644 --- a/tests/Logitar.Data.SqlServer.UnitTests/Logitar.Data.SqlServer.UnitTests.csproj +++ b/tests/Logitar.Data.SqlServer.UnitTests/Logitar.Data.SqlServer.UnitTests.csproj @@ -19,13 +19,13 @@ - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tests/Logitar.Data.UnitTests/Logitar.Data.UnitTests.csproj b/tests/Logitar.Data.UnitTests/Logitar.Data.UnitTests.csproj index 4b50c99..e47c4f9 100644 --- a/tests/Logitar.Data.UnitTests/Logitar.Data.UnitTests.csproj +++ b/tests/Logitar.Data.UnitTests/Logitar.Data.UnitTests.csproj @@ -19,13 +19,13 @@ - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tests/Logitar.Net.IntegrationTests/Logitar.Net.IntegrationTests.csproj b/tests/Logitar.Net.IntegrationTests/Logitar.Net.IntegrationTests.csproj index ed14aa2..8285274 100644 --- a/tests/Logitar.Net.IntegrationTests/Logitar.Net.IntegrationTests.csproj +++ b/tests/Logitar.Net.IntegrationTests/Logitar.Net.IntegrationTests.csproj @@ -19,13 +19,13 @@ - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tests/Logitar.Net.Mail.Mailgun.IntegrationTests/Logitar.Net.Mail.Mailgun.IntegrationTests.csproj b/tests/Logitar.Net.Mail.Mailgun.IntegrationTests/Logitar.Net.Mail.Mailgun.IntegrationTests.csproj index f4a57c6..40d9350 100644 --- a/tests/Logitar.Net.Mail.Mailgun.IntegrationTests/Logitar.Net.Mail.Mailgun.IntegrationTests.csproj +++ b/tests/Logitar.Net.Mail.Mailgun.IntegrationTests/Logitar.Net.Mail.Mailgun.IntegrationTests.csproj @@ -33,17 +33,17 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Logitar.Net.Mail.Mailgun.UnitTests/Logitar.Net.Mail.Mailgun.UnitTests.csproj b/tests/Logitar.Net.Mail.Mailgun.UnitTests/Logitar.Net.Mail.Mailgun.UnitTests.csproj index 6797a92..455e74b 100644 --- a/tests/Logitar.Net.Mail.Mailgun.UnitTests/Logitar.Net.Mail.Mailgun.UnitTests.csproj +++ b/tests/Logitar.Net.Mail.Mailgun.UnitTests/Logitar.Net.Mail.Mailgun.UnitTests.csproj @@ -19,13 +19,13 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Logitar.Net.Mail.SendGrid.IntegrationTests/Logitar.Net.Mail.SendGrid.IntegrationTests.csproj b/tests/Logitar.Net.Mail.SendGrid.IntegrationTests/Logitar.Net.Mail.SendGrid.IntegrationTests.csproj index 46fd83f..ea876ca 100644 --- a/tests/Logitar.Net.Mail.SendGrid.IntegrationTests/Logitar.Net.Mail.SendGrid.IntegrationTests.csproj +++ b/tests/Logitar.Net.Mail.SendGrid.IntegrationTests/Logitar.Net.Mail.SendGrid.IntegrationTests.csproj @@ -35,16 +35,16 @@ - - - - - - + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tests/Logitar.Net.Mail.SendGrid.UnitTests/Logitar.Net.Mail.SendGrid.UnitTests.csproj b/tests/Logitar.Net.Mail.SendGrid.UnitTests/Logitar.Net.Mail.SendGrid.UnitTests.csproj index b12cd6e..0e4556b 100644 --- a/tests/Logitar.Net.Mail.SendGrid.UnitTests/Logitar.Net.Mail.SendGrid.UnitTests.csproj +++ b/tests/Logitar.Net.Mail.SendGrid.UnitTests/Logitar.Net.Mail.SendGrid.UnitTests.csproj @@ -19,13 +19,13 @@ - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tests/Logitar.Net.Sms.Twilio.IntegrationTests/Logitar.Net.Sms.Twilio.IntegrationTests.csproj b/tests/Logitar.Net.Sms.Twilio.IntegrationTests/Logitar.Net.Sms.Twilio.IntegrationTests.csproj index 976a69e..1ee3add 100644 --- a/tests/Logitar.Net.Sms.Twilio.IntegrationTests/Logitar.Net.Sms.Twilio.IntegrationTests.csproj +++ b/tests/Logitar.Net.Sms.Twilio.IntegrationTests/Logitar.Net.Sms.Twilio.IntegrationTests.csproj @@ -30,17 +30,17 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Logitar.Net.Sms.Twilio.UnitTests/Logitar.Net.Sms.Twilio.UnitTests.csproj b/tests/Logitar.Net.Sms.Twilio.UnitTests/Logitar.Net.Sms.Twilio.UnitTests.csproj index 1702626..a5868bb 100644 --- a/tests/Logitar.Net.Sms.Twilio.UnitTests/Logitar.Net.Sms.Twilio.UnitTests.csproj +++ b/tests/Logitar.Net.Sms.Twilio.UnitTests/Logitar.Net.Sms.Twilio.UnitTests.csproj @@ -19,13 +19,13 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Logitar.Net.UnitTests/Logitar.Net.UnitTests.csproj b/tests/Logitar.Net.UnitTests/Logitar.Net.UnitTests.csproj index 4689a00..8e543e9 100644 --- a/tests/Logitar.Net.UnitTests/Logitar.Net.UnitTests.csproj +++ b/tests/Logitar.Net.UnitTests/Logitar.Net.UnitTests.csproj @@ -19,13 +19,13 @@ - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tests/Logitar.Security.UnitTests/Logitar.Security.UnitTests.csproj b/tests/Logitar.Security.UnitTests/Logitar.Security.UnitTests.csproj index 818255d..4b07d74 100644 --- a/tests/Logitar.Security.UnitTests/Logitar.Security.UnitTests.csproj +++ b/tests/Logitar.Security.UnitTests/Logitar.Security.UnitTests.csproj @@ -19,13 +19,13 @@ - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/tests/Logitar.UnitTests/Logitar.UnitTests.csproj b/tests/Logitar.UnitTests/Logitar.UnitTests.csproj index 2583153..c5a315f 100644 --- a/tests/Logitar.UnitTests/Logitar.UnitTests.csproj +++ b/tests/Logitar.UnitTests/Logitar.UnitTests.csproj @@ -19,15 +19,15 @@ - - + + - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all