File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5858
5959 - name : Publish NuGet
6060 run : |
61- nuget push ./BBT.StructureTools.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGETORG}}
62- nuget push ./BBT.StructureTools.Extensions.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGETORG}}
61+ nuget push ./BBT.StructureTools.$BUILD_VERSION. nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGETORG}}
62+ nuget push ./BBT.StructureTools.Extensions.$BUILD_VERSION. nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGETORG}}
Original file line number Diff line number Diff line change 33 <metadata xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
44 <id >BBT.StructureTools.Extensions</id >
55 <title >BBT StructureTools Extensions</title >
6- <version >2.1.1 </version >
6+ <version >2.1.2 </version >
77 <authors >BBT Software AG</authors >
88 <owners >bbtsoftware</owners >
99 <summary >.NET. classes for copying, comparing and converting object structures.</summary >
1414 <repository type =" git" url =" https://github.com/bbtsoftware/BBT.StructureTools.git" />
1515 <copyright >Copyright © BBT Software AG</copyright >
1616 <tags >StructureTools Functional</tags >
17- <releaseNotes >https://github.com/bbtsoftware/BBT.StructureTools/releases/tag/2.1.1 </releaseNotes >
17+ <releaseNotes >https://github.com/bbtsoftware/BBT.StructureTools/releases/tag/2.1.2 </releaseNotes >
1818 <dependencies >
1919 <group targetFramework =" net6.0" />
2020 <group targetFramework =" netstandard2.0" />
Original file line number Diff line number Diff line change 33 <metadata xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
44 <id >BBT.StructureTools</id >
55 <title >BBT StructureTools</title >
6- <version >2.1.1 </version >
6+ <version >2.1.2 </version >
77 <authors >BBT Software AG</authors >
88 <owners >bbtsoftware</owners >
99 <summary >.NET. classes for copying, comparing and converting object structures.</summary >
1414 <repository type =" git" url =" https://github.com/bbtsoftware/BBT.StructureTools.git" />
1515 <copyright >Copyright © BBT Software AG</copyright >
1616 <tags >StructureTools Functional</tags >
17- <releaseNotes >https://github.com/bbtsoftware/BBT.StructureTools/releases/tag/2.1.1 </releaseNotes >
17+ <releaseNotes >https://github.com/bbtsoftware/BBT.StructureTools/releases/tag/2.1.2 </releaseNotes >
1818 <dependencies >
1919 <group targetFramework =" net6.0" />
2020 <group targetFramework =" netstandard2.0" />
You can’t perform that action at this time.
0 commit comments