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

Commit f5db2a9

Browse files
author
Isaiah Williams
authored
Updating the change log and version (#256)
1 parent 3fc6b82 commit f5db2a9

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@
2020

2121
# Change Log
2222

23-
## 3.0.4 January 2020
23+
## 3.0.5 - January 2020
24+
25+
* Authentication
26+
* Addressed issue [#254](https://github.com/microsoft/Partner-Center-PowerShell/issues/254) with the [New-PartnerAccessToken](https://docs.microsoft.com/powershell/module/partnercenter/New-PartnerAccessToken) where the Scope parameter was incorrectly being required
27+
28+
## 3.0.4 - January 2020
2429

2530
* Authentication
2631
* Addressed an issue where NullReferenceException exception was being encountered when invoking [Connect-PartnerCenter](https://docs.microsoft.com/powershell/module/partnercenter/Connect-PartnerCenter) using a certificate

test/PowerShell.UnitTests/PowerShell.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<IsPackable>false</IsPackable>
88
<AssemblyName>Microsoft.Store.PartnerCenter.PowerShell.UnitTests</AssemblyName>
99
<RootNamespace>Microsoft.Store.PartnerCenter.PowerShell.UnitTests</RootNamespace>
10-
<Version>3.0.3</Version>
10+
<Version>3.0.5</Version>
1111
<NeutralLanguage>en-US</NeutralLanguage>
1212
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1313
<LangVersion>latest</LangVersion>

0 commit comments

Comments
 (0)