Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Commit 2347916

Browse files
authored
Update version and changelog (#501)
1 parent 0ff37ed commit 2347916

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 2.1.5
4+
5+
New Features
6+
7+
- Add and remove nuget based repositories as a nuget source when nuget client tool is installed (#498)
8+
9+
Bug Fix
10+
11+
- Fix for 'Failed to publish module' error thrown when publishing modules (#497)
12+
313
## 2.1.4
414

515
Bug Fix

src/PowerShellGet/PowerShellGet.psd1

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
RootModule = 'PSModule.psm1'
3-
ModuleVersion = '2.1.4'
3+
ModuleVersion = '2.1.5'
44
GUID = '1d73a601-4a6c-43c5-ba3f-619b18bbb404'
55
Author = 'Microsoft Corporation'
66
CompanyName = 'Microsoft Corporation'
@@ -55,6 +55,15 @@
5555
LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061'
5656
ReleaseNotes = @'
5757
58+
## 2.1.5
59+
New Features
60+
61+
- Add and remove nuget based repositories as a nuget source when nuget client tool is installed (#498)
62+
63+
Bug Fix
64+
65+
- Fix for 'Failed to publish module' error thrown when publishing modules (#497)
66+
5867
## 2.1.4
5968
- Fixed hang while publishing some packages (#478)
6069

0 commit comments

Comments
 (0)