File tree Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ stages:
244
244
BuildDropPath : $(signOutPath)
245
245
Build_Repository_Uri : ' https://github.com/powershell/powershellget'
246
246
PackageName : ' PowerShellGet'
247
- PackageVersion : ' 3.0.13 '
247
+ PackageVersion : ' 3.0.14 '
248
248
249
249
- pwsh : |
250
250
$modulePath = Join-Path -Path $env:AGENT_TEMPDIRECTORY -ChildPath 'TempModules'
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 3.0.14-beta14
4
+
5
+ ### Bug Fixes
6
+ - Bug fix for repository store (#661 )
7
+
3
8
## 3.0.13-beta
4
9
5
10
### New Features
Original file line number Diff line number Diff line change 3
3
4
4
@ {
5
5
RootModule = ' ./netstandard2.0/PowerShellGet.dll'
6
- ModuleVersion = ' 3.0.13 '
6
+ ModuleVersion = ' 3.0.14 '
7
7
GUID = ' 1d73a601-4a6c-43c5-ba3f-619b18bbb404'
8
8
Author = ' Microsoft Corporation'
9
9
CompanyName = ' Microsoft Corporation'
40
40
ProjectUri = ' https://go.microsoft.com/fwlink/?LinkId=828955'
41
41
LicenseUri = ' https://go.microsoft.com/fwlink/?LinkId=829061'
42
42
ReleaseNotes = @'
43
+ ## 3.0.14-beta14
44
+
45
+ ### Bug Fixes
46
+ - Bug fix for repository store (#661)
47
+
43
48
## 3.0.13-beta
44
49
45
50
### New Features
Original file line number Diff line number Diff line change 5
5
<OutputType >Library</OutputType >
6
6
<RootNamespace >PowerShellGet</RootNamespace >
7
7
<AssemblyName >PowerShellGet</AssemblyName >
8
- <AssemblyVersion >3.0.13 .0</AssemblyVersion >
9
- <FileVersion >3.0.13 </FileVersion >
10
- <InformationalVersion >3.0.13 </InformationalVersion >
8
+ <AssemblyVersion >3.0.14 .0</AssemblyVersion >
9
+ <FileVersion >3.0.14 </FileVersion >
10
+ <InformationalVersion >3.0.14 </InformationalVersion >
11
11
<TargetFrameworks >netstandard2.0</TargetFrameworks >
12
12
<LangVersion >8.0</LangVersion >
13
13
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments