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:
244244 BuildDropPath : $(signOutPath)
245245 Build_Repository_Uri : ' https://github.com/powershell/powershellget'
246246 PackageName : ' PowerShellGet'
247- PackageVersion : ' 3.0.13 '
247+ PackageVersion : ' 3.0.14 '
248248
249249 - pwsh : |
250250 $modulePath = Join-Path -Path $env:AGENT_TEMPDIRECTORY -ChildPath 'TempModules'
Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 3.0.14-beta14
4+
5+ ### Bug Fixes
6+ - Bug fix for repository store (#661 )
7+
38## 3.0.13-beta
49
510### New Features
Original file line number Diff line number Diff line change 33
44@ {
55 RootModule = ' ./netstandard2.0/PowerShellGet.dll'
6- ModuleVersion = ' 3.0.13 '
6+ ModuleVersion = ' 3.0.14 '
77 GUID = ' 1d73a601-4a6c-43c5-ba3f-619b18bbb404'
88 Author = ' Microsoft Corporation'
99 CompanyName = ' Microsoft Corporation'
4040 ProjectUri = ' https://go.microsoft.com/fwlink/?LinkId=828955'
4141 LicenseUri = ' https://go.microsoft.com/fwlink/?LinkId=829061'
4242 ReleaseNotes = @'
43+ ## 3.0.14-beta14
44+
45+ ### Bug Fixes
46+ - Bug fix for repository store (#661)
47+
4348## 3.0.13-beta
4449
4550### New Features
Original file line number Diff line number Diff line change 55 <OutputType >Library</OutputType >
66 <RootNamespace >PowerShellGet</RootNamespace >
77 <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 >
1111 <TargetFrameworks >netstandard2.0</TargetFrameworks >
1212 <LangVersion >8.0</LangVersion >
1313 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments