File tree Expand file tree Collapse file tree 3 files changed +31
-5
lines changed Expand file tree Collapse file tree 3 files changed +31
-5
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
+ ## 1.0.0
3
+
4
+ ### New Features
5
+ - Add ` ApiVersion ` parameter for ` Register-PSResourceRepository ` (#1431 )
6
+
7
+ ### Bug Fixes
8
+ - Automatically set the ApiVersion to v2 for repositories imported from PowerShellGet (#1430 )
9
+ - Bug fix ADO v2 feed installation failures (#1429 )
10
+ - Bug fix Artifactory v2 endpoint failures (#1428 )
11
+ - Bug fix Artifactory v3 endpoint failures (#1427 )
12
+ - Bug fix ` -RequiredResource ` silent failures (#1426 )
13
+ - Bug fix for v2 repository returning extra packages for ` -Tag ` based search with ` -Prerelease ` (#1405 )
14
+
2
15
## 0.9.0-rc1
3
16
4
17
### 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.9 .0'
7
+ ModuleVersion = ' 1.0 .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 = ' rc1 '
48
+ # Prerelease = ''
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
+ ## 1.0.0
59
+
60
+ ### New Features
61
+ - Add `ApiVersion` parameter for `Register-PSResourceRepository` (#1431)
62
+
63
+ ### Bug Fixes
64
+ - Automatically set the ApiVersion to v2 for repositories imported from PowerShellGet (#1430)
65
+ - Bug fix ADO v2 feed installation failures (#1429)
66
+ - Bug fix Artifactory v2 endpoint failures (#1428)
67
+ - Bug fix Artifactory v3 endpoint failures (#1427)
68
+ - Bug fix `-RequiredResource` silent failures (#1426)
69
+ - Bug fix for v2 repository returning extra packages for `-Tag` based search with `-Prerelease` (#1405)
70
+
58
71
## 0.9.0-rc1
59
72
60
73
### 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.9 .0.0</AssemblyVersion >
9
- <FileVersion >0.9 .0</FileVersion >
10
- <InformationalVersion >0.9 .0</InformationalVersion >
8
+ <AssemblyVersion >1.0 .0.0</AssemblyVersion >
9
+ <FileVersion >1.0 .0</FileVersion >
10
+ <InformationalVersion >1.0 .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