Skip to content

Commit 8215997

Browse files
authored
Update changelog, release notes for version 3.0.14-beta14 (#663)
1 parent 0b90229 commit 8215997

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

.ci/ci_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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

src/PowerShellGet.psd1

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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'
@@ -40,6 +40,11 @@
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

src/code/PowerShellGet.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
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>

0 commit comments

Comments
 (0)