File tree Expand file tree Collapse file tree 3 files changed +36
-4
lines changed Expand file tree Collapse file tree 3 files changed +36
-4
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
+ ## 1.0.2
3
+
4
+ ### Bug Fixes
5
+ - Bug fix for ` Update-PSResource ` not updating from correct repository (#1549 )
6
+ - Bug fix for creating temp home directory on Unix (#1544 )
7
+ - Bug fix for creating ` InstalledScriptInfos ` directory when it does not exist (#1542 )
8
+ - Bug fix for ` Update-ModuleManifest ` throwing null pointer exception (#1538 )
9
+ - Bug fix for ` name ` property not populating in ` PSResourceInfo ` object when using ` Find-PSResource ` with JFrog Artifactory (#1535 )
10
+ - Bug fix for incorrect configuration of requests to JFrog Artifactory v2 endpoints (#1533 Thanks @sean-r-williams !)
11
+ - Bug fix for determining JFrog Artifactory repositories (#1532 Thanks @sean-r-williams !)
12
+ - Bug fix for v2 server repositories incorrectly adding script endpoint (1526)
13
+ - Bug fixes for null references (#1525 )
14
+ - Typo fixes in message prompts in ` Install-PSResource ` (#1510 Thanks @NextGData !)
15
+ - Bug fix to add ` NormalizedVersion ` property to ` AdditionalMetadata ` only when it exists (#1503 Thanks @sean-r-williams !)
16
+ - Bug fix to verify whether ` Uri ` is a UNC path and set respective ` ApiVersion ` (#1479 Thanks @kborowinski !)
17
+
2
18
## 1.0.1
3
19
4
20
### 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 = ' 1.0.1 '
7
+ ModuleVersion = ' 1.0.2 '
8
8
CompatiblePSEditions = @ (' Core' , ' Desktop' )
9
9
GUID = ' e4e0bda1-0703-44a5-b70d-8fe704cd0643'
10
10
Author = ' Microsoft Corporation'
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.2
59
+
60
+ ### Bug Fixes
61
+ - Bug fix for `Update-PSResource` not updating from correct repository (#1549)
62
+ - Bug fix for creating temp home directory on Unix (#1544)
63
+ - Bug fix for creating `InstalledScriptInfos` directory when it does not exist (#1542)
64
+ - Bug fix for `Update-ModuleManifest` throwing null pointer exception (#1538)
65
+ - Bug fix for `name` property not populating in `PSResourceInfo` object when using `Find-PSResource` with JFrog Artifactory (#1535)
66
+ - Bug fix for incorrect configuration of requests to JFrog Artifactory v2 endpoints (#1533 Thanks @sean-r-williams!)
67
+ - Bug fix for determining JFrog Artifactory repositories (#1532 Thanks @sean-r-williams!)
68
+ - Bug fix for v2 server repositories incorrectly adding script endpoint (1526)
69
+ - Bug fixes for null references (#1525)
70
+ - Typo fixes in message prompts in `Install-PSResource` (#1510 Thanks @NextGData!)
71
+ - Bug fix to add `NormalizedVersion` property to `AdditionalMetadata` only when it exists (#1503 Thanks @sean-r-williams!)
72
+ - Bug fix to verify whether `Uri` is a UNC path and set respective `ApiVersion` (#1479 Thanks @kborowinski!)
73
+
58
74
## 1.0.1
59
75
60
76
### 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 >1.0.1 .0</AssemblyVersion >
9
- <FileVersion >1.0.1 </FileVersion >
10
- <InformationalVersion >1.0.1 </InformationalVersion >
8
+ <AssemblyVersion >1.0.2 .0</AssemblyVersion >
9
+ <FileVersion >1.0.2 </FileVersion >
10
+ <InformationalVersion >1.0.2 </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