Skip to content
This repository was archived by the owner on Jul 23, 2022. It is now read-only.

Commit 7dd6d69

Browse files
committed
Clarify persistence override behavior in release notes
Version updated to 3.1.1 because 3.1.0 already got pushed to PowerShell Gallery
1 parent be65b85 commit 7dd6d69

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Module/StreamXRef.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
CompanyName = 'Alex Wiser'
88

9-
ModuleVersion = '3.1.0'
9+
ModuleVersion = '3.1.1'
1010

1111
GUID = '8c89ef10-5110-4406-a876-82b8eadf5bb2'
1212

@@ -41,10 +41,10 @@
4141
IconUri = ''
4242

4343
ReleaseNotes = @'
44-
## 3.1.0
44+
## 3.1.1
4545
4646
* Persistence: Added options for compressing and excluding clip mapping.
47-
* Persistence: Default filename is used for persistence override path if environment variable XRefPersistPath is not a *.json file.
47+
* Persistence: Join 'datacache.json' to path if environment variable XRefPersistPath is not a *.json file.
4848
* Import: Fixed counter only showing values from last file if pipelined multiple paths.
4949
5050
## 3.0.0

src/StreamXRef.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
CompanyName = 'Alex Wiser'
88

9-
ModuleVersion = '3.1.0'
9+
ModuleVersion = '3.1.1'
1010

1111
GUID = '8c89ef10-5110-4406-a876-82b8eadf5bb2'
1212

@@ -41,10 +41,10 @@
4141
IconUri = ''
4242

4343
ReleaseNotes = @'
44-
## 3.1.0
44+
## 3.1.1
4545
4646
* Persistence: Added options for compressing and excluding clip mapping.
47-
* Persistence: Default filename is used for persistence override path if environment variable XRefPersistPath is not a *.json file.
47+
* Persistence: Join 'datacache.json' to path if environment variable XRefPersistPath is not a *.json file.
4848
* Import: Fixed counter only showing values from last file if pipelined multiple paths.
4949
5050
## 3.0.0

0 commit comments

Comments
 (0)