Skip to content

Commit 6bd33d0

Browse files
authored
update chANGELOG, psd1, csproj for release (#1438)
1 parent b56e5fa commit 6bd33d0

File tree

3 files changed

+31
-5
lines changed

3 files changed

+31
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
# 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+
215
## 0.9.0-rc1
316

417
### Bug Fixes

src/Microsoft.PowerShell.PSResourceGet.psd1

Lines changed: 15 additions & 2 deletions
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 = '0.9.0'
7+
ModuleVersion = '1.0.0'
88
CompatiblePSEditions = @('Core', 'Desktop')
99
GUID = 'e4e0bda1-0703-44a5-b70d-8fe704cd0643'
1010
Author = 'Microsoft Corporation'
@@ -45,7 +45,7 @@
4545
'udres')
4646
PrivateData = @{
4747
PSData = @{
48-
Prerelease = 'rc1'
48+
#Prerelease = ''
4949
Tags = @('PackageManagement',
5050
'PSEdition_Desktop',
5151
'PSEdition_Core',
@@ -55,6 +55,19 @@
5555
ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955'
5656
LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061'
5757
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+
5871
## 0.9.0-rc1
5972
6073
### Bug Fixes

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>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>
1111
<TargetFrameworks>net472;netstandard2.0</TargetFrameworks>
1212
<LangVersion>9.0</LangVersion>
1313
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>

0 commit comments

Comments
 (0)