Skip to content

Commit ba3a4ee

Browse files
authored
update chANGELOG, psd1, csproj for release 1.0.1 (#1473)
1 parent fa81401 commit ba3a4ee

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# 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+
211
## 1.0.0
312

413
### New Features

src/Microsoft.PowerShell.PSResourceGet.psd1

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@{
55
RootModule = './Microsoft.PowerShell.PSResourceGet.dll'
66
NestedModules = @('./Microsoft.PowerShell.PSResourceGet.psm1')
7-
ModuleVersion = '1.0.0'
7+
ModuleVersion = '1.0.1'
88
CompatiblePSEditions = @('Core', 'Desktop')
99
GUID = 'e4e0bda1-0703-44a5-b70d-8fe704cd0643'
1010
Author = 'Microsoft Corporation'
@@ -55,6 +55,15 @@
5555
ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955'
5656
LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061'
5757
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+
5867
## 1.0.0
5968
6069
### New Features

src/code/Microsoft.PowerShell.PSResourceGet.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<OutputType>Library</OutputType>
66
<RootNamespace>Microsoft.PowerShell.PSResourceGet</RootNamespace>
77
<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>
1111
<TargetFrameworks>net472;netstandard2.0</TargetFrameworks>
1212
<LangVersion>9.0</LangVersion>
1313
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>

0 commit comments

Comments
 (0)