File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ Packages available via [**nuget.org**](https://www.nuget.org)
13133 . Publish packages
1414
1515 ``` bash
16- nuget push .\. nuspec\S pe\S pe.7 .0.0.nupkg -ApiKey [API_KEY] -Source https://api.nuget.org/v3/index.json
17- nuget push .\. nuspec\S pe.Abstractions\S pe.Abstractions.7 .0.0.nupkg -ApiKey [API_KEY] -Source https://api.nuget.org/v3/index.json
16+ nuget push .\. nuspec\S pe\S pe.8 .0.0.nupkg -ApiKey [API_KEY] -Source https://api.nuget.org/v3/index.json
17+ nuget push .\. nuspec\S pe.Abstractions\S pe.Abstractions.8 .0.0.nupkg -ApiKey [API_KEY] -Source https://api.nuget.org/v3/index.json
1818 ```
Original file line number Diff line number Diff line change 1- $version = " 7 .0.0"
1+ $version = " 8 .0.0"
22function Expand-Variables {
33 param (
44 [Parameter (Mandatory = $true , Position = 0 , ValueFromPipeline = $true )]
You can’t perform that action at this time.
0 commit comments