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

Commit 7898a3a

Browse files
authored
Updated the NuGet packages and version information. (#43)
1 parent 14e5db9 commit 7898a3a

10 files changed

Lines changed: 16 additions & 16 deletions

File tree

src/Core.Models/Core.Models.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<AssemblyName>Microsoft.Store.PartnerCenter.Core.Models</AssemblyName>
66
<RootNamespace>Microsoft.Store.PartnerCenter.Core.Models</RootNamespace>
7-
<Version>1.5.1811.3</Version>
7+
<Version>1.5.1811.4</Version>
88
<Authors>Microsoft</Authors>
99
<Company>Microsoft Corporation</Company>
1010
<PackageLicenseUrl>https://github.com/Microsoft/Partner-Center-PowerShell/blob/master/LICENSE</PackageLicenseUrl>

src/Core/Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<AssemblyName>Microsoft.Store.PartnerCenter.Core</AssemblyName>
66
<RootNamespace>Microsoft.Store.PartnerCenter.Core</RootNamespace>
7-
<Version>1.5.1811.3</Version>
7+
<Version>1.5.1811.4</Version>
88
<Company>Microsoft Corporation</Company>
99
<Authors>Microsoft</Authors>
1010
<RepositoryUrl>https://github.com/Microsoft/Partner-Center-PowerShell.git</RepositoryUrl>
@@ -24,7 +24,7 @@
2424

2525
<ItemGroup>
2626
<PackageReference Include="Microsoft.CSharp" Version="4.5.0" />
27-
<PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory" Version="4.4.0" />
27+
<PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory" Version="4.4.1" />
2828
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="2.3.18" />
2929
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
3030
</ItemGroup>

src/PowerShell/PartnerCenter.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 11/15/2018
6+
# Generated on: 11/21/2018
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.1811.3'
14+
ModuleVersion = '1.5.1811.4'
1515

1616
# Supported PSEditions
1717
# CompatiblePSEditions = @()

src/PowerShell/PowerShell.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
4545
</PropertyGroup>
4646
<ItemGroup>
47-
<Reference Include="Microsoft.IdentityModel.Clients.ActiveDirectory, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
48-
<HintPath>..\..\packages\Microsoft.IdentityModel.Clients.ActiveDirectory.4.4.0\lib\net45\Microsoft.IdentityModel.Clients.ActiveDirectory.dll</HintPath>
47+
<Reference Include="Microsoft.IdentityModel.Clients.ActiveDirectory, Version=4.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
48+
<HintPath>..\..\packages\Microsoft.IdentityModel.Clients.ActiveDirectory.4.4.1\lib\net45\Microsoft.IdentityModel.Clients.ActiveDirectory.dll</HintPath>
4949
</Reference>
5050
<Reference Include="Microsoft.Rest.ClientRuntime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
5151
<HintPath>..\..\packages\Microsoft.Rest.ClientRuntime.2.3.18\lib\net452\Microsoft.Rest.ClientRuntime.dll</HintPath>

src/PowerShell/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[assembly: AssemblyTitle("Microsoft Partner Center PowerShell")]
99
[assembly: AssemblyDescription("PowerShell module for managing Partner Center resources.")]
1010
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("Microsoft")]
11+
[assembly: AssemblyCompany("Microsoft Corporation")]
1212
[assembly: AssemblyProduct("Partner Center PowerShell")]
1313
[assembly: AssemblyCopyright("Copyright © 2018")]
1414
[assembly: AssemblyTrademark("")]
@@ -32,6 +32,6 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.5.1811.3")]
36-
[assembly: AssemblyFileVersion("1.5.1811.3")]
35+
[assembly: AssemblyVersion("1.5.1811.4")]
36+
[assembly: AssemblyFileVersion("1.5.1811.4")]
3737
[assembly: NeutralResourcesLanguage("en-US")]

src/PowerShell/app.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
55
<dependentAssembly>
66
<assemblyIdentity name="Microsoft.IdentityModel.Clients.ActiveDirectory" publicKeyToken="31bf3856ad364e35" culture="neutral" />
7-
<bindingRedirect oldVersion="0.0.0.0-4.4.0.0" newVersion="4.4.0.0" />
7+
<bindingRedirect oldVersion="0.0.0.0-4.4.1.0" newVersion="4.4.1.0" />
88
</dependentAssembly>
99
<dependentAssembly>
1010
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />

src/PowerShell/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<packages>
33
<package id="Microsoft.CodeAnalysis.FxCopAnalyzers" version="2.6.2" targetFramework="net461" developmentDependency="true" />
44
<package id="Microsoft.CodeQuality.Analyzers" version="2.6.2" targetFramework="net461" developmentDependency="true" />
5-
<package id="Microsoft.IdentityModel.Clients.ActiveDirectory" version="4.4.0" targetFramework="net461" />
5+
<package id="Microsoft.IdentityModel.Clients.ActiveDirectory" version="4.4.1" targetFramework="net461" />
66
<package id="Microsoft.NetCore.Analyzers" version="2.6.2" targetFramework="net461" developmentDependency="true" />
77
<package id="Microsoft.NetFramework.Analyzers" version="2.6.2" targetFramework="net461" developmentDependency="true" />
88
<package id="Microsoft.Rest.ClientRuntime" version="2.3.18" targetFramework="net461" />

test/PowerShell.Tests/PowerShell.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
<HintPath>..\..\packages\Castle.Core.4.3.1\lib\net45\Castle.Core.dll</HintPath>
4343
</Reference>
4444
<Reference Include="Microsoft.CSharp" />
45-
<Reference Include="Microsoft.IdentityModel.Clients.ActiveDirectory, Version=4.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
46-
<HintPath>..\..\packages\Microsoft.IdentityModel.Clients.ActiveDirectory.4.4.0\lib\net45\Microsoft.IdentityModel.Clients.ActiveDirectory.dll</HintPath>
45+
<Reference Include="Microsoft.IdentityModel.Clients.ActiveDirectory, Version=4.4.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
46+
<HintPath>..\..\packages\Microsoft.IdentityModel.Clients.ActiveDirectory.4.4.1\lib\net45\Microsoft.IdentityModel.Clients.ActiveDirectory.dll</HintPath>
4747
</Reference>
4848
<Reference Include="Microsoft.Rest.ClientRuntime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
4949
<HintPath>..\..\packages\Microsoft.Rest.ClientRuntime.2.3.18\lib\net452\Microsoft.Rest.ClientRuntime.dll</HintPath>

test/PowerShell.Tests/app.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</dependentAssembly>
99
<dependentAssembly>
1010
<assemblyIdentity name="Microsoft.IdentityModel.Clients.ActiveDirectory" publicKeyToken="31bf3856ad364e35" culture="neutral" />
11-
<bindingRedirect oldVersion="0.0.0.0-4.4.0.0" newVersion="4.4.0.0" />
11+
<bindingRedirect oldVersion="0.0.0.0-4.4.1.0" newVersion="4.4.1.0" />
1212
</dependentAssembly>
1313
<dependentAssembly>
1414
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />

test/PowerShell.Tests/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Castle.Core" version="4.3.1" targetFramework="net461" />
4-
<package id="Microsoft.IdentityModel.Clients.ActiveDirectory" version="4.4.0" targetFramework="net461" />
4+
<package id="Microsoft.IdentityModel.Clients.ActiveDirectory" version="4.4.1" targetFramework="net461" />
55
<package id="Microsoft.Rest.ClientRuntime" version="2.3.18" targetFramework="net461" />
66
<package id="Microsoft.Store.PartnerCenter" version="1.10.0" targetFramework="net461" />
77
<package id="Moq" version="4.10.0" targetFramework="net461" />

0 commit comments

Comments
 (0)