Skip to content

Commit 41a283d

Browse files
committed
feat: update nuget package version
1 parent 08d326b commit 41a283d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SVSModel/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ $ dotnet pack SVSModel/SVSModel.csproj
66
```
77

88
```bash
9-
$ dotnet nuget push SVSModel/bin/Release/SVSModel.1.1.8.nupkg --source "https://pkgs.dev.azure.com/rezaresystems/48ae16c6-5f20-44a0-ad41-e047c311de0a/_packaging/svs-model-calculator/nuget/v3/index.json" --api-key az --interactive
9+
$ dotnet nuget push SVSModel/bin/Release/SVSModel.1.1.16.nupkg --source "https://pkgs.dev.azure.com/rezaresystems/48ae16c6-5f20-44a0-ad41-e047c311de0a/_packaging/svs-model-calculator/nuget/v3/index.json" --api-key az --interactive
1010
```

SVSModel/SVSModel.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<TargetFramework>netstandard2.0</TargetFramework>
44
<id>SVSModel</id>
5-
<version>1.1.8</version>
5+
<version>1.1.16</version>
66
<authors>PotatoesNZ</authors>
77
<description>A wrapper of the SVS Model code</description>
88
<LangVersion>12</LangVersion>

0 commit comments

Comments
 (0)