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)
5
5
- [ https://www.nuget.org/packages/Spe ] ( https://www.nuget.org/packages/Spe )
6
6
- [ https://www.nuget.org/packages/Spe.Abstractions ] ( https://www.nuget.org/packages/Spe.Abstractions )
7
7
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 "
2
2
function Expand-Variables {
3
3
param (
4
4
[Parameter (Mandatory = $true , Position = 0 , ValueFromPipeline = $true )]
You can’t perform that action at this time.
0 commit comments