Skip to content

Commit bc9c30d

Browse files
committed
Version update: 8.0.0
1 parent 05fa934 commit bc9c30d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ Packages available via [**nuget.org**](https://www.nuget.org)
1313
3. Publish packages
1414

1515
```bash
16-
nuget push .\.nuspec\Spe\Spe.7.0.0.nupkg -ApiKey [API_KEY] -Source https://api.nuget.org/v3/index.json
17-
nuget push .\.nuspec\Spe.Abstractions\Spe.Abstractions.7.0.0.nupkg -ApiKey [API_KEY] -Source https://api.nuget.org/v3/index.json
16+
nuget push .\.nuspec\Spe\Spe.8.0.0.nupkg -ApiKey [API_KEY] -Source https://api.nuget.org/v3/index.json
17+
nuget push .\.nuspec\Spe.Abstractions\Spe.Abstractions.8.0.0.nupkg -ApiKey [API_KEY] -Source https://api.nuget.org/v3/index.json
1818
```

pack.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$version = "7.0.0"
1+
$version = "8.0.0"
22
function Expand-Variables {
33
param (
44
[Parameter(Mandatory = $true, Position = 0, ValueFromPipeline = $true )]

0 commit comments

Comments
 (0)