Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from kurmann/8-github-action-übernimmt-nicht-li…
Browse files Browse the repository at this point in the history
…braryname

8 GitHub action übernimmt nicht libraryname
  • Loading branch information
kurmann authored Apr 6, 2024
2 parents 333a062 + ef3c1c2 commit aca6d69
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Templates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

<!-- Die Version sollte mit jeder Veröffentlichung auf Nuget.org erhöht werden. Die Release Notes dürfen Umbrüche
enthalten, jedoch keine spezifischen Markdown-Formatierungen wie fett oder kursiv oder Überschriften -->
<PackageVersion>0.3.0-beta</PackageVersion>
<PackageReleaseNotes>Template erstellt zur Erstellung einer GitHub-Action für die automatische Veröffentlichung von NuGet-Paketen.
<PackageVersion>0.3.0-beta.1</PackageVersion>
<PackageReleaseNotes>Korrektur: Workflow-Vorlage übernimmt korrekt den Bibliotheks-Namen in den Kurmann-Namespace.
</PackageReleaseNotes>

<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
dotnet-version: '8.0.x'

- name: Restore dependencies for class library
run: dotnet restore src/ClassLibrary/ClassLibrary.csproj
run: dotnet restore src/ClassLibraryName/ClassLibraryName.csproj

- name: Pack library
run: dotnet pack src/ClassLibrary/ClassLibrary.csproj --output ./nupkgs
run: dotnet pack src/ClassLibraryName/ClassLibraryName.csproj --output ./nupkgs

# Veröffentlichen der NuGet-Pakete
- name: Push NuGet and Symbol Packages
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"identity": "Kurmann.ClassLibrary.GitHubWorkfow",
"name": "Kurmann Class Library GitHub Workflow",
"shortName": "nuget-classlib-workflow",
"sourceName": "EntityLib.ClassLibrary.GitHubWorkfow",
"sourceName": "ClassLibraryName",
"description": "Creates a GitHub Actions workflow for publishing a Kurmann class library to NuGet.org.",
"tags": {
"language": "YAML",
Expand Down

0 comments on commit aca6d69

Please sign in to comment.