Skip to content

Commit 05fa934

Browse files
committed
Version update: 7.0.0
1 parent 52b3088 commit 05fa934

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,14 @@ Packages available via [**nuget.org**](https://www.nuget.org)
55
- [https://www.nuget.org/packages/Spe](https://www.nuget.org/packages/Spe)
66
- [https://www.nuget.org/packages/Spe.Abstractions](https://www.nuget.org/packages/Spe.Abstractions)
77

8+
9+
## Dev notes
10+
11+
1. Update DLL
12+
2. Run `pack.ps1`
13+
3. Publish packages
14+
15+
```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
18+
```

pack.ps1

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

0 commit comments

Comments
 (0)