Skip to content

Commit

Permalink
nuspec file update
Browse files Browse the repository at this point in the history
  • Loading branch information
Viji committed Aug 4, 2024
1 parent 5e1da41 commit 12b76bb
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CA.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
<file src="out\net8.0\LCT.APICommunications.deps.json" target="tools\LCT.APICommunications.deps.json"/>
<file src="out\net8.0\LCT.APICommunications.dll" target="tools\LCT.APICommunications.dll"/>
<file src="out\net8.0\LCT.APICommunications.pdb" target="tools\LCT.APICommunications.pdb"/>
<file src="out\net8.0\LCT.ArtifactPublisher.deps.json" target="tools\LCT.ArtifactPublisher.deps.json"/>
<file src="out\net8.0\LCT.ArtifactPublisher.dll" target="tools\LCT.ArtifactPublisher.dll"/>
<file src="out\net8.0\LCT.ArtifactPublisher.pdb" target="tools\LCT.ArtifactPublisher.pdb"/>
<file src="out\net8.0\LCT.Common.deps.json" target="tools\LCT.Common.deps.json"/>
<file src="out\net8.0\LCT.Common.dll" target="tools\LCT.Common.dll"/>
<file src="out\net8.0\LCT.Common.pdb" target="tools\LCT.Common.pdb"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Build and test ASP.NET Core projects targeting the full .NET Framework.
# Add steps that publish symbols, save build artifacts, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core
# SPDX-FileCopyrightText: 2023 Siemens AG
# SPDX-FileCopyrightText: 2024 Siemens AG
# SPDX-License-Identifier: MIT

resources:
Expand Down
2 changes: 1 addition & 1 deletion DemoProject/DemoProject__azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Build and test ASP.NET Core projects targeting the full .NET Framework.
# Add steps that publish symbols, save build artifacts, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core
# SPDX-FileCopyrightText: 2023 Siemens AG
# SPDX-FileCopyrightText: 2024 Siemens AG
# SPDX-License-Identifier: MIT

resources:
Expand Down
2 changes: 1 addition & 1 deletion DemoProject/DemoProject__azure-pipelines_Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Build and test ASP.NET Core projects targeting the full .NET Framework.
# Add steps that publish symbols, save build artifacts, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core
# SPDX-FileCopyrightText: 2023 Siemens AG
# SPDX-FileCopyrightText: 2024 Siemens AG
# SPDX-License-Identifier: MIT

resources:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ nuget pack CA.nuspec
# Contribute

Improvements are always welcome! Feel free to log a bug, write a suggestion or
contribute code via merge request. To build and test the solution locally you should have .NET Core 6 installed. All details are listed in our contribution guide.
contribute code via merge request. To build and test the solution locally you should have .NET 8 installed. All details are listed in our contribution guide.
See [CONTRIBUTING.md](CONTRIBUTING.md).

# License
Expand All @@ -186,5 +186,5 @@ Third-party software components list:
- [ReadmeOSS_continuous-clearing_nupkg](https://htmlpreview.github.io/?https://github.com/siemens/continuous-clearing/blob/main/ReadmeOSS_continuous-clearing_nupkg.html)
- [ReadmeOSS_continuous-clearing_DockerImage](https://htmlpreview.github.io/?https://github.com/siemens/continuous-clearing/blob/main/ReadmeOSS_continuous-clearing_DockerImage.html)

Copyright 2023 Siemens AG
Copyright 2024 Siemens AG

2 changes: 1 addition & 1 deletion Scripts/Create_Nuget_Config.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2023 Siemens AG
# SPDX-FileCopyrightText: 2024 Siemens AG
# SPDX-License-Identifier: MIT

param(
Expand Down
2 changes: 1 addition & 1 deletion Scripts/json_update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2023 Siemens AG
# SPDX-FileCopyrightText: 2024 Siemens AG
# SPDX-License-Identifier: MIT

param(
Expand Down
2 changes: 1 addition & 1 deletion Scripts/json_update_ut.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2023 Siemens AG
# SPDX-FileCopyrightText: 2024 Siemens AG
# SPDX-License-Identifier: MIT

param(
Expand Down
2 changes: 1 addition & 1 deletion src/DebianPackageExtractor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# <copyright company="Siemens AG">
# Copyright (C) Siemens AG 2023. All rights reserved.
# Copyright (C) Siemens AG 2024. All rights reserved.
# </copyright>
# <license>MIT</license>
#
Expand Down

0 comments on commit 12b76bb

Please sign in to comment.