File tree Expand file tree Collapse file tree 3 files changed +22
-4
lines changed Expand file tree Collapse file tree 3 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
+ ## 1.0.1
3
+
4
+ ### Bug Fixes
5
+ - Bugfix to update Unix local user installation paths to be compatible with .NET 7 and .NET 8 (#1464 )
6
+ - Bugfix for Import-PSGetRepository in Windows PowerShell (#1460 )
7
+ - Bugfix for Test-PSScriptFileInfo to be less sensitive to whitespace (#1457 )
8
+ - Bugfix to overwrite rels/rels directory on net472 when extracting nupkg to directory (#1456 )
9
+ - Bugfix to add pipeline by property name support for Name and Repository properties for Find-PSResource (#1451 Thanks @ThomasNieto !)
10
+
2
11
## 1.0.0
3
12
4
13
### New Features
Original file line number Diff line number Diff line change 4
4
@ {
5
5
RootModule = ' ./Microsoft.PowerShell.PSResourceGet.dll'
6
6
NestedModules = @ (' ./Microsoft.PowerShell.PSResourceGet.psm1' )
7
- ModuleVersion = ' 1.0.0 '
7
+ ModuleVersion = ' 1.0.1 '
8
8
CompatiblePSEditions = @ (' Core' , ' Desktop' )
9
9
GUID = ' e4e0bda1-0703-44a5-b70d-8fe704cd0643'
10
10
Author = ' Microsoft Corporation'
55
55
ProjectUri = ' https://go.microsoft.com/fwlink/?LinkId=828955'
56
56
LicenseUri = ' https://go.microsoft.com/fwlink/?LinkId=829061'
57
57
ReleaseNotes = @'
58
+ ## 1.0.1
59
+
60
+ ### Bug Fixes
61
+ - Bugfix to update Unix local user installation paths to be compatible with .NET 7 and .NET 8 (#1464)
62
+ - Bugfix for Import-PSGetRepository in Windows PowerShell (#1460)
63
+ - Bugfix for Test-PSScriptFileInfo to be less sensitive to whitespace (#1457)
64
+ - Bugfix to overwrite rels/rels directory on net472 when extracting nupkg to directory (#1456)
65
+ - Bugfix to add pipeline by property name support for Name and Repository properties for Find-PSResource (#1451 Thanks @ThomasNieto!)
66
+
58
67
## 1.0.0
59
68
60
69
### New Features
Original file line number Diff line number Diff line change 5
5
<OutputType >Library</OutputType >
6
6
<RootNamespace >Microsoft.PowerShell.PSResourceGet</RootNamespace >
7
7
<AssemblyName >Microsoft.PowerShell.PSResourceGet</AssemblyName >
8
- <AssemblyVersion >1.0.0 .0</AssemblyVersion >
9
- <FileVersion >1.0.0 </FileVersion >
10
- <InformationalVersion >1.0.0 </InformationalVersion >
8
+ <AssemblyVersion >1.0.1 .0</AssemblyVersion >
9
+ <FileVersion >1.0.1 </FileVersion >
10
+ <InformationalVersion >1.0.1 </InformationalVersion >
11
11
<TargetFrameworks >net472;netstandard2.0</TargetFrameworks >
12
12
<LangVersion >9.0</LangVersion >
13
13
<SuppressNETCoreSdkPreviewMessage >true</SuppressNETCoreSdkPreviewMessage >
You can’t perform that action at this time.
0 commit comments