Skip to content

Commit 35c5dd2

Browse files
committed
chore: add shared transport to nuget workflow and bump to 1.8.2
1 parent 5c6e352 commit 35c5dd2

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/nuget.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232

3333
- name: Pack
3434
run: |
35+
dotnet pack src/Cosmo.Transport.Pipelines/Cosmo.Transport.Pipelines.csproj \
36+
-c Release --no-build \
37+
-p:Version=${{ steps.version.outputs.VERSION }} \
38+
-o ./nupkgs
39+
3540
dotnet pack src/CosmoSQLClient.Core/CosmoSQLClient.Core.csproj \
3641
-c Release --no-build \
3742
-p:Version=${{ steps.version.outputs.VERSION }} \

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
<Authors>vkuttyp</Authors>
88
<PackageLicenseExpression>MIT</PackageLicenseExpression>
99
<RepositoryUrl>https://github.com/vkuttyp/CosmoSQLClient-Dotnet</RepositoryUrl>
10-
<Version>1.8.1</Version>
10+
<Version>1.8.2</Version>
1111
</PropertyGroup>
1212
</Project>

0 commit comments

Comments
 (0)