Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Commit 1aade96

Browse files
edyoungalerickson
authored andcommitted
Update version, packagemanagement dependency version, and changelog (#480)
1 parent 7de99ee commit 1aade96

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2.1.4
4+
5+
Bug Fix
6+
7+
- Fixed hang when publishing some modules (#478)
8+
39
## 2.1.3
410

511
New Features

src/PowerShellGet/PowerShellGet.psd1

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
RootModule = 'PSModule.psm1'
3-
ModuleVersion = '2.1.3'
3+
ModuleVersion = '2.1.4'
44
GUID = '1d73a601-4a6c-43c5-ba3f-619b18bbb404'
55
Author = 'Microsoft Corporation'
66
CompanyName = 'Microsoft Corporation'
@@ -40,7 +40,7 @@
4040
FileList = @('PSModule.psm1',
4141
'PSGet.Format.ps1xml',
4242
'PSGet.Resource.psd1')
43-
RequiredModules = @(@{ModuleName = 'PackageManagement'; ModuleVersion = '1.1.7.0' })
43+
RequiredModules = @(@{ModuleName = 'PackageManagement'; ModuleVersion = '1.3.2' })
4444
PrivateData = @{
4545
"PackageManagementProviders" = 'PSModule.psm1'
4646
"SupportedPowerShellGetFormatVersions" = @('1.x', '2.x')
@@ -54,12 +54,16 @@
5454
ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955'
5555
LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061'
5656
ReleaseNotes = @'
57+
58+
## 2.1.4
59+
- Fixed hang while publishing some packages (#478)
60+
5761
## 2.1.3
5862
New Features
5963
6064
- Added -Scope parameter to Update-Module (Thanks @lwajswaj!) (#471)
6165
- Added -Exclude parameter to Publish-Module (Thanks @Benny1007!) (#191)
62-
- Added -SkipAutomticTags parameter to Publish-Module (Thanks @awickham10!) (#452)
66+
- Added -SkipAutomaticTags parameter to Publish-Module (Thanks @awickham10!) (#452)
6367
6468
Bug Fix
6569

0 commit comments

Comments
 (0)