File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff 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\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
18+ ```
Original file line number Diff line number Diff line change 1- $version = " 6.4 "
1+ $version = " 7.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