Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade NuGet packages in App #445

Merged
merged 1 commit into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading