Skip to content

Commit

Permalink
chore: Upgrade NuGet packages in App
Browse files Browse the repository at this point in the history
  • Loading branch information
MWO1024 committed Dec 3, 2024
1 parent 764d33c commit 55be3a2
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions source/App/documents/release-notes/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# App Release notes

## Version 14.0.1

- Bump various NuGet packages to latest versions.
- No functional change.

## Version 14.0.0

- Bump various NuGet packages to latest versions.
Expand Down
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.App.Common.Abstractions</PackageId>
<PackageVersion>14.0.0$(VersionSuffix)</PackageVersion>
<PackageVersion>14.0.1$(VersionSuffix)</PackageVersion>
<Title>Azure Function Common Abstractions Library</Title>
<Company>Energinet-DataHub</Company>
<Authors>Energinet-DataHub</Authors>
Expand Down
2 changes: 1 addition & 1 deletion source/App/source/Common.Tests/Common.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.12.2" />
<PackageReference Include="FluentAssertions" Version="7.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Moq" Version="4.20.72" />
<PackageReference Include="WireMock.Net" Version="1.6.8" />
Expand Down
2 changes: 1 addition & 1 deletion source/App/source/Common/Common.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.App.Common</PackageId>
<PackageVersion>14.0.0$(VersionSuffix)</PackageVersion>
<PackageVersion>14.0.1$(VersionSuffix)</PackageVersion>
<Title>Azure Function Common Library</Title>
<Company>Energinet-DataHub</Company>
<Authors>Energinet-DataHub</Authors>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ limitations under the License.

<ItemGroup>
<PackageReference Include="Energinet.DataHub.Core.TestCommon" Version="7.0.4" />
<PackageReference Include="FluentAssertions" Version="6.12.2" />
<PackageReference Include="FluentAssertions" Version="7.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Moq" Version="4.20.72" />
<PackageReference Include="xunit" Version="2.9.2" />
Expand Down
4 changes: 2 additions & 2 deletions source/App/source/FunctionApp/FunctionApp.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.App.FunctionApp</PackageId>
<PackageVersion>14.0.0$(VersionSuffix)</PackageVersion>
<PackageVersion>14.0.1$(VersionSuffix)</PackageVersion>
<Title>Azure Function App Library</Title>
<Company>Energinet-DataHub</Company>
<Authors>Energinet-DataHub</Authors>
Expand Down Expand Up @@ -70,7 +70,7 @@ limitations under the License.
<PackageReference Include="AspNetCore.HealthChecks.UI.Core" Version="8.0.1" />
<PackageReference Include="Microsoft.ApplicationInsights.WorkerService" Version="2.22.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="2.0.0" />
<PackageReference Include="Energinet.DataHub.Core.JsonSerialization" Version="2.2.13" />
<PackageReference Include="Energinet.DataHub.Core.JsonSerialization" Version="3.0.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion source/App/source/WebApp.Tests/WebApp.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ limitations under the License.

<ItemGroup>
<PackageReference Include="Energinet.DataHub.Core.TestCommon" Version="7.0.4" />
<PackageReference Include="FluentAssertions" Version="6.12.2" />
<PackageReference Include="FluentAssertions" Version="7.0.0" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="8.0.11" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
Expand Down
2 changes: 1 addition & 1 deletion source/App/source/WebApp/WebApp.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.App.WebApp</PackageId>
<PackageVersion>14.0.0$(VersionSuffix)</PackageVersion>
<PackageVersion>14.0.1$(VersionSuffix)</PackageVersion>
<Title>Azure Web App Library</Title>
<Company>Energinet-DataHub</Company>
<Authors>Energinet-DataHub</Authors>
Expand Down

0 comments on commit 55be3a2

Please sign in to comment.