This repository was archived by the owner on Jun 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.1.4
4
+
5
+ Bug Fix
6
+
7
+ - Fixed hang when publishing some modules (#478 )
8
+
3
9
## 2.1.3
4
10
5
11
New Features
Original file line number Diff line number Diff line change 1
1
@ {
2
2
RootModule = ' PSModule.psm1'
3
- ModuleVersion = ' 2.1.3 '
3
+ ModuleVersion = ' 2.1.4 '
4
4
GUID = ' 1d73a601-4a6c-43c5-ba3f-619b18bbb404'
5
5
Author = ' Microsoft Corporation'
6
6
CompanyName = ' Microsoft Corporation'
40
40
FileList = @ (' PSModule.psm1' ,
41
41
' PSGet.Format.ps1xml' ,
42
42
' PSGet.Resource.psd1' )
43
- RequiredModules = @ (@ {ModuleName = ' PackageManagement' ; ModuleVersion = ' 1.1.7.0 ' })
43
+ RequiredModules = @ (@ {ModuleName = ' PackageManagement' ; ModuleVersion = ' 1.3.2 ' })
44
44
PrivateData = @ {
45
45
" PackageManagementProviders" = ' PSModule.psm1'
46
46
" SupportedPowerShellGetFormatVersions" = @ (' 1.x' , ' 2.x' )
54
54
ProjectUri = ' https://go.microsoft.com/fwlink/?LinkId=828955'
55
55
LicenseUri = ' https://go.microsoft.com/fwlink/?LinkId=829061'
56
56
ReleaseNotes = @'
57
+
58
+ ## 2.1.4
59
+ - Fixed hang while publishing some packages (#478)
60
+
57
61
## 2.1.3
58
62
New Features
59
63
60
64
- Added -Scope parameter to Update-Module (Thanks @lwajswaj!) (#471)
61
65
- 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)
63
67
64
68
Bug Fix
65
69
You can’t perform that action at this time.
0 commit comments