Skip to content

Commit d8e990a

Browse files
author
Urs Muntwyler
committed
Merge branch 'release/2.1.2'
2 parents 407878a + 84ab39e commit d8e990a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ jobs:
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}}

nuspec/nuget/BBT.StructureTools.Extensions.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>
@@ -14,7 +14,7 @@
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" />

nuspec/nuget/BBT.StructureTools.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>
@@ -14,7 +14,7 @@
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" />

0 commit comments

Comments
 (0)