File tree Expand file tree Collapse file tree 4 files changed +30
-6
lines changed Expand file tree Collapse file tree 4 files changed +30
-6
lines changed Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ stages:
292
292
BuildDropPath : $(signOutPath)
293
293
Build_Repository_Uri : ' https://github.com/powershell/PSResourceGet'
294
294
PackageName : ' Microsoft.PowerShell.PSResourceGet'
295
- PackageVersion : ' 0.5.24-beta24 '
295
+ PackageVersion : ' 0.9.0-rc1 '
296
296
297
297
- pwsh : |
298
298
$modulePath = Join-Path -Path $env:AGENT_TEMPDIRECTORY -ChildPath 'TempModules'
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
+ ## 0.9.0-rc1
3
+
4
+ ### Bug Fixes
5
+ - Bug fix for using ` Import-PSGetRepository ` in Windows PowerShell (#1390 )
6
+ - Add error handling when searching for unlisted package versions (#1386 )
7
+ - Bug fix for deduplicating dependencies found from ` Find-PSResource ` (#1382 )
8
+ - Added support for non-PowerShell Gallery v2 repositories (#1380 )
9
+ - Bug fix for setting 'unknown' repository ` APIVersion ` (#1377 )
10
+ - Bug fix for saving a script with ` -IncludeXML ` parameter (#1375 )
11
+ - Bug fix for v3 server logic to properly parse inner @id element (#1374 )
12
+ - Bug fix to write warning instead of error when package is already installed (#1367 )
13
+
2
14
## 0.5.24-beta24
3
15
4
16
### Bug Fixes
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 = ' 0.5.24 '
7
+ ModuleVersion = ' 0.9.0 '
8
8
CompatiblePSEditions = @ (' Core' , ' Desktop' )
9
9
GUID = ' e4e0bda1-0703-44a5-b70d-8fe704cd0643'
10
10
Author = ' Microsoft Corporation'
45
45
' udres' )
46
46
PrivateData = @ {
47
47
PSData = @ {
48
- Prerelease = ' beta24 '
48
+ Prerelease = ' rc1 '
49
49
Tags = @ (' PackageManagement' ,
50
50
' PSEdition_Desktop' ,
51
51
' PSEdition_Core' ,
55
55
ProjectUri = ' https://go.microsoft.com/fwlink/?LinkId=828955'
56
56
LicenseUri = ' https://go.microsoft.com/fwlink/?LinkId=829061'
57
57
ReleaseNotes = @'
58
+ ## 0.9.0-rc1
59
+
60
+ ### Bug Fixes
61
+ - Bug fix for using `Import-PSGetRepository` in Windows PowerShell (#1390)
62
+ - Add error handling when searching for unlisted package versions (#1386)
63
+ - Bug fix for deduplicating dependencies found from `Find-PSResource` (#1382)
64
+ - Added support for non-PowerShell Gallery v2 repositories (#1380)
65
+ - Bug fix for setting 'unknown' repository `APIVersion` (#1377)
66
+ - Bug fix for saving a script with `-IncludeXML` parameter (#1375)
67
+ - Bug fix for v3 server logic to properly parse inner @id element (#1374)
68
+ - Bug fix to write warning instead of error when package is already installed (#1367)
69
+
58
70
## 0.5.24-beta24
59
71
60
72
### Bug Fixes
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 >0.5.24 .0</AssemblyVersion >
9
- <FileVersion >0.5.24 </FileVersion >
10
- <InformationalVersion >0.5.24 </InformationalVersion >
8
+ <AssemblyVersion >0.9.0 .0</AssemblyVersion >
9
+ <FileVersion >0.9.0 </FileVersion >
10
+ <InformationalVersion >0.9.0 </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