Skip to content

Commit

Permalink
Merge pull request #19 from siemens/prasenjeetnath-patch-2
Browse files Browse the repository at this point in the history
change in nuspec and yaml to v2.0.0
  • Loading branch information
prasenjeetnath authored Nov 23, 2023
2 parents 5263c38 + 3781259 commit 522381e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
id: createNupkg
run: |
nuget pack .nuget\SourceGrid.nuspec -Version $($env:GitVersion_MajorMinorPatch)
Write-Host "::set-output name=nupkg-sourcegrid::sourcegrid.v$($env:GitVersion_MajorMinorPatch).nupkg"
Write-Host "::set-output name=nupkg-sourcegrid::siemens.sourcegrid.v$($env:GitVersion_MajorMinorPatch).nupkg"
- name: Archive NuGet Packages
uses: actions/upload-artifact@v2
Expand Down
4 changes: 2 additions & 2 deletions .nuget/SourceGrid.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>siemens.sourcegrid</id>
<version>2.0.0</version>
<version>v2.0.0</version>
<title>SourceGrid</title>
<authors>Siemens AG</authors>
<owners>SourceGrid contributors</owners>
Expand All @@ -26,4 +26,4 @@
</metadata>
<files>
<file src="..\Out\net48\Release\SourceGrid.dll" target="lib\net48"/>
</files></package>
</files></package>

0 comments on commit 522381e

Please sign in to comment.