We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c6e352 commit 35c5dd2Copy full SHA for 35c5dd2
2 files changed
.github/workflows/nuget.yml
@@ -32,6 +32,11 @@ jobs:
32
33
- name: Pack
34
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
+
40
dotnet pack src/CosmoSQLClient.Core/CosmoSQLClient.Core.csproj \
41
-c Release --no-build \
42
-p:Version=${{ steps.version.outputs.VERSION }} \
Directory.Build.props
@@ -7,6 +7,6 @@
7
<Authors>vkuttyp</Authors>
8
<PackageLicenseExpression>MIT</PackageLicenseExpression>
9
<RepositoryUrl>https://github.com/vkuttyp/CosmoSQLClient-Dotnet</RepositoryUrl>
10
- <Version>1.8.1</Version>
+ <Version>1.8.2</Version>
11
</PropertyGroup>
12
</Project>
0 commit comments