Skip to content

Commit

Permalink
chore: Upgrade NuGet packages in Logging (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
MWO1024 authored Dec 3, 2024
1 parent 77b7613 commit 7a0ce12
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions source/Logging/documents/release-notes/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Logging Middleware for Request and Response Release notes

## Version 4.0.1

- Bumped various NuGet packages to the latest versions.
- No functional changes.

## Version 4.0.0

- Bumped to .NET 8
Expand Down
2 changes: 1 addition & 1 deletion source/Logging/source/Logging/Logging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ limitations under the License.

<PropertyGroup>
<PackageId>Energinet.DataHub.Core.Logging</PackageId>
<PackageVersion>4.0.0$(VersionSuffix)</PackageVersion>
<PackageVersion>4.0.1$(VersionSuffix)</PackageVersion>
<Title>Logging</Title>
<Company>Energinet-DataHub</Company>
<Authors>Energinet-DataHub</Authors>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<PropertyGroup>
<PackageId>Energinet.DataHub.Core.Logging.LoggingMiddleware</PackageId>
<PackageVersion>4.0.0$(VersionSuffix)</PackageVersion>
<PackageVersion>4.0.1$(VersionSuffix)</PackageVersion>
<Title>Logging Middleware</Title>
<Company>Energinet-DataHub</Company>
<Authors>Energinet-DataHub</Authors>
Expand Down Expand Up @@ -49,7 +49,7 @@
</PropertyGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="FluentAssertions" Version="6.12.2" />
<PackageReference Include="FluentAssertions" Version="7.0.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Core" Version="2.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.1" />
Expand Down

0 comments on commit 7a0ce12

Please sign in to comment.