diff --git a/SVSModel/README.md b/SVSModel/README.md index 6f18842..f6c69c1 100644 --- a/SVSModel/README.md +++ b/SVSModel/README.md @@ -6,5 +6,5 @@ $ dotnet pack SVSModel/SVSModel.csproj ``` ```bash -$ dotnet nuget push SVSModel/bin/Release/SVSModel.X.X.X.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 +$ 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 ``` \ No newline at end of file diff --git a/SVSModel/SVSModel.csproj b/SVSModel/SVSModel.csproj index 362b9e7..4eaa0c0 100644 --- a/SVSModel/SVSModel.csproj +++ b/SVSModel/SVSModel.csproj @@ -2,7 +2,7 @@ netstandard2.0 SVSModel - 1.1.7 + 1.1.8 PotatoesNZ A wrapper of the SVS Model code 12