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

Commit 082de99

Browse files
idwilliams-2joelst
authored andcommitted
NuGet package update (#71)
* Modified the version of Microsoft.Rest.ClientRuntime used by the Partner Center project. Also, updated the release notes and version information. * Simplified the required assemblies element in the manifest files.
1 parent 1a089a1 commit 082de99

7 files changed

Lines changed: 20 additions & 20 deletions

File tree

src/PartnerCenter.TestFramework/PartnerCenter.TestFramework.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageProjectUrl>https://github.com/Microsoft/Partner-Center-PowerShell</PackageProjectUrl>
1313
<RepositoryUrl>https://github.com/Microsoft/Partner-Center-PowerShell.git</RepositoryUrl>
1414
<RepositoryType>git</RepositoryType>
15-
<Version>1.5.1902.2</Version>
15+
<Version>1.5.1902.3</Version>
1616
<NeutralLanguage>en-US</NeutralLanguage>
1717
</PropertyGroup>
1818

src/PartnerCenter/PartnerCenter.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Copyright>Copyright © 2019</Copyright>
1010
<NeutralLanguage>en-US</NeutralLanguage>
1111
<Product>Microsoft Partner Center</Product>
12-
<Version>1.5.1902.2</Version>
12+
<Version>1.5.1902.3</Version>
1313
<PackageLicenseUrl>https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/LICENSE</PackageLicenseUrl>
1414
<PackageProjectUrl>https://github.com/Microsoft/Partner-Center-PowerShell</PackageProjectUrl>
1515
<RepositoryUrl>https://github.com/Microsoft/Partner-Center-PowerShell.git</RepositoryUrl>
@@ -37,7 +37,7 @@
3737
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
3838
</PackageReference>
3939
<PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory" Version="4.5.0" />
40-
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="2.3.19" />
40+
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="2.3.18" />
4141
</ItemGroup>
4242

4343
<ItemGroup>

src/PowerShell/PartnerCenter.NetCore.psd1

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 02/04/2019
6+
# Generated on: 02/07/2019
77
#
88

99
@{
1010
# Script module or binary module file associated with this manifest.
1111
RootModule = 'Microsoft.Store.PartnerCenter.PowerShell.dll'
1212

1313
# Version number of this module.
14-
ModuleVersion = '1.5.1902.1'
14+
ModuleVersion = '1.5.1902.3'
1515

1616
# Supported PSEditions
1717
CompatiblePSEditions = 'Core', 'Desktop'
@@ -53,11 +53,7 @@
5353
#RequiredModules = @()
5454

5555
# Assemblies that must be loaded prior to importing this module
56-
RequiredAssemblies = '.\Microsoft.Store.PartnerCenter.PowerShell.dll',
57-
'.\Microsoft.IdentityModel.Clients.ActiveDirectory.dll',
58-
'.\Microsoft.Store.PartnerCenter.dll',
59-
'.\Newtonsoft.Json.dll',
60-
'.\Microsoft.Rest.ClientRuntime.dll'
56+
RequiredAssemblies = '.\Microsoft.Store.PartnerCenter.PowerShell.dll'
6157

6258
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6359
# ScriptsToProcess = @()
@@ -196,7 +192,7 @@
196192
# IconUri = ''
197193

198194
# ReleaseNotes of this module
199-
ReleaseNotes = 'Initial release'
195+
ReleaseNotes = 'Addessed compatibility issues with the Azure PowerShell module.'
200196

201197
# Prerelease string of this module
202198
# Prerelease = 'preview'

src/PowerShell/PartnerCenter.psd1

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 02/04/2019
6+
# Generated on: 02/07/2019
77
#
88

99
@{
1010
# Script module or binary module file associated with this manifest.
1111
RootModule = 'Microsoft.Store.PartnerCenter.PowerShell.dll'
1212

1313
# Version number of this module.
14-
ModuleVersion = '1.5.1902.1'
14+
ModuleVersion = '1.5.1902.3'
1515

1616
# Supported PSEditions
1717
# CompatiblePSEditions = @()
@@ -53,11 +53,7 @@
5353
#RequiredModules = @()
5454

5555
# Assemblies that must be loaded prior to importing this module
56-
RequiredAssemblies = '.\Microsoft.Store.PartnerCenter.PowerShell.dll',
57-
'.\Microsoft.IdentityModel.Clients.ActiveDirectory.dll',
58-
'.\Microsoft.Store.PartnerCenter.dll',
59-
'.\Newtonsoft.Json.dll',
60-
'.\Microsoft.Rest.ClientRuntime.dll'
56+
RequiredAssemblies = '.\Microsoft.Store.PartnerCenter.PowerShell.dll'
6157

6258
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6359
# ScriptsToProcess = @()
@@ -196,7 +192,7 @@
196192
# IconUri = ''
197193

198194
# ReleaseNotes of this module
199-
ReleaseNotes = 'Added the ability to get offer categories. Retired the Get-PartnerCustomerRelationship command. Removed the ability to pass user credentials when connecting due to security changes with the Partner Center API.'
195+
ReleaseNotes = 'Addessed compatibility issues with the Azure PowerShell module.'
200196

201197
# Prerelease string of this module
202198
# Prerelease = 'preview'

src/PowerShell/PowerShell.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<RepositoryUrl>https://github.com/Microsoft/Partner-Center-PowerShell.git</RepositoryUrl>
1515
<RepositoryType>git</RepositoryType>
1616
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
17-
<Version>1.5.1902.2</Version>
17+
<Version>1.5.1902.3</Version>
1818
</PropertyGroup>
1919

2020
<ItemGroup>

test/PartnerCenter.Tests/PartnerCenter.Tests.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
<RepositoryUrl>https://github.com/Microsoft/Partner-Center-PowerShell.git</RepositoryUrl>
2727

2828
<RepositoryType>git</RepositoryType>
29+
30+
<Version>1.5.1902.3</Version>
31+
32+
<NeutralLanguage>en-US</NeutralLanguage>
2933
</PropertyGroup>
3034

3135
<ItemGroup>

test/PowerShell.Tests/PowerShell.Tests.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
<RepositoryUrl>https://github.com/Microsoft/Partner-Center-PowerShell.git</RepositoryUrl>
2929

3030
<RepositoryType>git</RepositoryType>
31+
32+
<Version>1.5.1902.3</Version>
33+
34+
<NeutralLanguage>en-US</NeutralLanguage>
3135
</PropertyGroup>
3236

3337
<ItemGroup>

0 commit comments

Comments
 (0)