Skip to content

Commit b0aacb1

Browse files
committed
Management Partner cdmlets
1 parent 29ee9ac commit b0aacb1

37 files changed

+1320
-125
lines changed
Lines changed: 130 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,130 @@
1+
#
2+
# Module manifest for module 'PSGet_AzureRM.ManagementPartner'
3+
#
4+
# Generated by: Microsoft Corporation
5+
#
6+
# Generated on: 8/7/2017
7+
#
8+
9+
@{
10+
11+
# Script module or binary module file associated with this manifest.
12+
# RootModule = ''
13+
14+
# Version number of this module.
15+
ModuleVersion = '0.1.0'
16+
17+
# Supported PSEditions
18+
# CompatiblePSEditions = @()
19+
20+
# ID used to uniquely identify this module
21+
GUID = 'bf60f35d-6c0b-42f2-be30-eb333a31279d'
22+
23+
# Author of this module
24+
Author = 'Microsoft Corporation'
25+
26+
# Company or vendor of this module
27+
CompanyName = 'Microsoft Corporation'
28+
29+
# Copyright statement for this module
30+
Copyright = 'Microsoft Corporation. All rights reserved.'
31+
32+
# Description of the functionality provided by this module
33+
Description = 'Microsoft Azure PowerShell - Management Partner cmdlets for Azure Resource Manager.'
34+
35+
# Minimum version of the Windows PowerShell engine required by this module
36+
PowerShellVersion = '3.0'
37+
38+
# Name of the Windows PowerShell host required by this module
39+
# PowerShellHostName = ''
40+
41+
# Minimum version of the Windows PowerShell host required by this module
42+
# PowerShellHostVersion = ''
43+
44+
# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
45+
DotNetFrameworkVersion = '4.5.2'
46+
47+
# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
48+
CLRVersion = '4.0'
49+
50+
# Processor architecture (None, X86, Amd64) required by this module
51+
# ProcessorArchitecture = ''
52+
53+
# Modules that must be imported into the global environment prior to importing this module
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '4.2.0'; })
55+
56+
# Assemblies that must be loaded prior to importing this module
57+
RequiredAssemblies = '.\Microsoft.Azure.Management.ManagementPartner.dll'
58+
59+
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
60+
# ScriptsToProcess = @()
61+
62+
# Type files (.ps1xml) to be loaded when importing this module
63+
# TypesToProcess = @()
64+
65+
# Format files (.ps1xml) to be loaded when importing this module
66+
#FormatsToProcess = @()
67+
68+
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
69+
NestedModules = @('.\Microsoft.Azure.Commands.ManagementPartner.dll')
70+
71+
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
72+
FunctionsToExport = @()
73+
74+
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
75+
CmdletsToExport = 'Get-AzureRmManagementPartner', 'New-AzureRmManagementPartner',
76+
'Update-AzureRmManagementPartner', 'Remove-AzureRmManagementPartner'
77+
78+
79+
# Variables to export from this module
80+
# VariablesToExport = @()
81+
82+
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
83+
AliasesToExport = @()
84+
85+
# DSC resources to export from this module
86+
# DscResourcesToExport = @()
87+
88+
# List of all modules packaged with this module
89+
# ModuleList = @()
90+
91+
# List of all files packaged with this module
92+
# FileList = @()
93+
94+
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
95+
PrivateData = @{
96+
97+
PSData = @{
98+
99+
# Tags applied to this module. These help with module discovery in online galleries.
100+
Tags = 'Azure','ResourceManager','ARM','LocationBasedServices', 'LBS'
101+
102+
# A URL to the license for this module.
103+
LicenseUri = 'https://raw.githubusercontent.com/Azure/azure-powershell/preview/LICENSE.txt'
104+
105+
# A URL to the main website for this project.
106+
ProjectUri = 'https://github.com/Azure/azure-powershell'
107+
108+
# A URL to an icon representing this module.
109+
# IconUri = ''
110+
111+
# ReleaseNotes of this module
112+
ReleaseNotes = 'first version'
113+
114+
# External dependent modules of this module
115+
# ExternalModuleDependencies = ''
116+
117+
Prerelease = 'preview'
118+
119+
} # End of PSData hashtable
120+
121+
} # End of PrivateData hashtable
122+
123+
# HelpInfo URI of this module
124+
# HelpInfoURI = ''
125+
126+
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
127+
# DefaultCommandPrefix = ''
128+
129+
}
130+
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!--
2+
Please leave this section at the top of the change log.
3+
4+
Changes for the current release should go under the section titled "Current Release", and should adhere to the following format:
5+
6+
## Current Release
7+
* Overview of change #1
8+
- Additional information about change #1
9+
* Overview of change #2
10+
- Additional information about change #2
11+
- Additional information about change #2
12+
* Overview of change #3
13+
* Overview of change #4
14+
- Additional information about change #4
15+
16+
## YYYY.MM.DD - Version X.Y.Z (Previous Release)
17+
* Overview of change #1
18+
- Additional information about change #1
19+
-->
20+
## Current Release
21+
* First release of Management Partners cmdlets
22+
Lines changed: 189 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,189 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="..\..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\..\..\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props')" />
4+
<Import Project="..\..\..\packages\xunit.core.2.1.0\build\portable-net45+win8+wp8+wpa81\xunit.core.props" Condition="Exists('..\..\..\packages\xunit.core.2.1.0\build\portable-net45+win8+wp8+wpa81\xunit.core.props')" />
5+
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
6+
<PropertyGroup>
7+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9+
<ProjectGuid>{8F6A3C81-42EA-4B7C-98B6-22531F3DE36D}</ProjectGuid>
10+
<OutputType>Library</OutputType>
11+
<AppDesignerFolder>Properties</AppDesignerFolder>
12+
<RootNamespace>Microsoft.Azure.Commands.ManagementPartner.Test</RootNamespace>
13+
<AssemblyName>Microsoft.Azure.Commands.ManagementPartner.Test</AssemblyName>
14+
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
15+
<FileAlignment>512</FileAlignment>
16+
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\..\</SolutionDir>
17+
<RestorePackages>true</RestorePackages>
18+
<NuGetPackageImportStamp>f747f8a7</NuGetPackageImportStamp>
19+
<TargetFrameworkProfile />
20+
</PropertyGroup>
21+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22+
<DebugSymbols>true</DebugSymbols>
23+
<DebugType>full</DebugType>
24+
<Optimize>false</Optimize>
25+
<OutputPath>bin\Debug\</OutputPath>
26+
<DefineConstants>DEBUG;TRACE</DefineConstants>
27+
<ErrorReport>prompt</ErrorReport>
28+
<WarningLevel>4</WarningLevel>
29+
</PropertyGroup>
30+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31+
<DebugType>pdbonly</DebugType>
32+
<Optimize>true</Optimize>
33+
<OutputPath>bin\Release\</OutputPath>
34+
<DefineConstants>TRACE</DefineConstants>
35+
<ErrorReport>prompt</ErrorReport>
36+
<WarningLevel>4</WarningLevel>
37+
</PropertyGroup>
38+
<ItemGroup>
39+
<Reference Include="Hyak.Common">
40+
<HintPath>..\..\..\packages\Hyak.Common.1.0.3\lib\net45\Hyak.Common.dll</HintPath>
41+
</Reference>
42+
<Reference Include="Microsoft.Azure.Common">
43+
<HintPath>..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll</HintPath>
44+
</Reference>
45+
<Reference Include="Microsoft.Azure.Common.NetFramework">
46+
<HintPath>..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll</HintPath>
47+
</Reference>
48+
<Reference Include="Microsoft.Azure.Gallery">
49+
<HintPath>..\..\..\packages\Microsoft.Azure.Gallery.2.6.2-preview\lib\net40\Microsoft.Azure.Gallery.dll</HintPath>
50+
</Reference>
51+
<Reference Include="Microsoft.Azure.Management.Authorization">
52+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Authorization.1.0.0\lib\net40\Microsoft.Azure.Management.Authorization.dll</HintPath>
53+
</Reference>
54+
<Reference Include="Microsoft.Azure.Management.ManagementPartner, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
55+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.ManagementPartner.1.0.0-preview\lib\net452\Microsoft.Azure.Management.ManagementPartner.dll</HintPath>
56+
<Private>True</Private>
57+
</Reference>
58+
<Reference Include="Microsoft.Azure.ResourceManager, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
59+
<SpecificVersion>False</SpecificVersion>
60+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Resources.2.20.0-preview\lib\net40\Microsoft.Azure.ResourceManager.dll</HintPath>
61+
</Reference>
62+
<Reference Include="Microsoft.Azure.Test.Framework">
63+
<HintPath>..\..\..\packages\Microsoft.Azure.Test.Framework.1.0.6179.26854-prerelease\lib\net45\Microsoft.Azure.Test.Framework.dll</HintPath>
64+
</Reference>
65+
<Reference Include="Microsoft.Azure.Test.HttpRecorder, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
66+
<HintPath>..\..\..\packages\Microsoft.Azure.Test.HttpRecorder.1.6.7-preview\lib\net45\Microsoft.Azure.Test.HttpRecorder.dll</HintPath>
67+
<Private>True</Private>
68+
</Reference>
69+
<Reference Include="Microsoft.IdentityModel.Clients.ActiveDirectory, Version=2.28.3.860, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
70+
<HintPath>..\..\..\packages\Microsoft.IdentityModel.Clients.ActiveDirectory.2.28.3\lib\net45\Microsoft.IdentityModel.Clients.ActiveDirectory.dll</HintPath>
71+
</Reference>
72+
<Reference Include="Microsoft.IdentityModel.Clients.ActiveDirectory.WindowsForms, Version=2.28.3.860, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
73+
<HintPath>..\..\..\packages\Microsoft.IdentityModel.Clients.ActiveDirectory.2.28.3\lib\net45\Microsoft.IdentityModel.Clients.ActiveDirectory.WindowsForms.dll</HintPath>
74+
</Reference>
75+
<Reference Include="Microsoft.Rest.ClientRuntime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
76+
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.2.3.10\lib\net452\Microsoft.Rest.ClientRuntime.dll</HintPath>
77+
</Reference>
78+
<Reference Include="Microsoft.Rest.ClientRuntime.Azure, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
79+
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.3.3.10\lib\net452\Microsoft.Rest.ClientRuntime.Azure.dll</HintPath>
80+
</Reference>
81+
<Reference Include="Microsoft.Rest.ClientRuntime.Azure.Authentication, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
82+
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.3.0\lib\net452\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll</HintPath>
83+
</Reference>
84+
<Reference Include="Microsoft.Rest.ClientRuntime.Azure.TestFramework">
85+
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.TestFramework.1.5.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.TestFramework.dll</HintPath>
86+
<Private>True</Private>
87+
</Reference>
88+
<Reference Include="Microsoft.Threading.Tasks">
89+
<HintPath>..\..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.dll</HintPath>
90+
</Reference>
91+
<Reference Include="Microsoft.Threading.Tasks.Extensions">
92+
<HintPath>..\..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
93+
</Reference>
94+
<Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop">
95+
<HintPath>..\..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath>
96+
</Reference>
97+
<Reference Include="System" />
98+
<Reference Include="System.Core" />
99+
<Reference Include="System.Drawing" />
100+
<Reference Include="System.IO.Compression.FileSystem" />
101+
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
102+
<Reference Include="System.Net" />
103+
<Reference Include="System.Net.Http" />
104+
<Reference Include="System.Net.Http.WebRequest" />
105+
<Reference Include="System.Numerics" />
106+
<Reference Include="System.Runtime.Serialization" />
107+
<Reference Include="System.Xml.Linq" />
108+
<Reference Include="System.Data.DataSetExtensions" />
109+
<Reference Include="Microsoft.CSharp" />
110+
<Reference Include="System.Data" />
111+
<Reference Include="System.Xml" />
112+
<Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
113+
<HintPath>..\..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath>
114+
<Private>True</Private>
115+
</Reference>
116+
<Reference Include="xunit.assert, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
117+
<HintPath>..\..\..\packages\xunit.assert.2.1.0\lib\portable-net45+win8+wp8+wpa81\xunit.assert.dll</HintPath>
118+
<Private>True</Private>
119+
</Reference>
120+
<Reference Include="xunit.core, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
121+
<HintPath>..\..\..\packages\xunit.extensibility.core.2.1.0\lib\portable-net45+win8+wp8+wpa81\xunit.core.dll</HintPath>
122+
<Private>True</Private>
123+
</Reference>
124+
<Reference Include="xunit.execution.desktop, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
125+
<HintPath>..\..\..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll</HintPath>
126+
<Private>True</Private>
127+
</Reference>
128+
</ItemGroup>
129+
<ItemGroup>
130+
<Compile Include="Properties\AssemblyInfo.cs" />
131+
<Compile Include="ScenarioTests\ManagementPartnerTests.cs" />
132+
<Compile Include="TestController.cs" />
133+
</ItemGroup>
134+
<ItemGroup>
135+
<ProjectReference Include="..\..\..\Common\Commands.Common.Authentication.Abstractions\Commands.Common.Authentication.Abstractions.csproj">
136+
<Project>{70527617-7598-4aef-b5bd-db9186b8184b}</Project>
137+
<Name>Commands.Common.Authentication.Abstractions</Name>
138+
</ProjectReference>
139+
<ProjectReference Include="..\..\..\Common\Commands.Common.Authentication\Commands.Common.Authentication.csproj">
140+
<Project>{d3804b64-c0d3-48f8-82ec-1f632f833c9e}</Project>
141+
<Name>Commands.Common.Authentication</Name>
142+
</ProjectReference>
143+
<ProjectReference Include="..\..\Common\Commands.ScenarioTests.ResourceManager.Common\Commands.ScenarioTests.ResourceManager.Common.csproj">
144+
<Project>{3436a126-edc9-4060-8952-9a1be34cdd95}</Project>
145+
<Name>Commands.ScenarioTests.ResourceManager.Common</Name>
146+
</ProjectReference>
147+
<ProjectReference Include="..\..\Profile\Commands.Profile\Commands.Profile.csproj">
148+
<Project>{142d7b0b-388a-4ceb-a228-7f6d423c5c2e}</Project>
149+
<Name>Commands.Profile</Name>
150+
</ProjectReference>
151+
<ProjectReference Include="..\Commands.Partner\Commands.Partner.csproj">
152+
<Project>{94958abf-e934-44fe-b9c3-736d59f9e572}</Project>
153+
<Name>Commands.Partner</Name>
154+
</ProjectReference>
155+
</ItemGroup>
156+
<ItemGroup>
157+
<None Include="packages.config">
158+
<SubType>Designer</SubType>
159+
</None>
160+
<None Include="ScenarioTests\ManagementPartnerTests.ps1">
161+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
162+
</None>
163+
</ItemGroup>
164+
<ItemGroup>
165+
<None Include="SessionRecords\Microsoft.Azure.Commands.ManagementPartner.Test.ScenarioTests.ManagementPartnerTests\TestGetPartner.json">
166+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
167+
</None>
168+
<None Include="SessionRecords\Microsoft.Azure.Commands.ManagementPartner.Test.ScenarioTests.ManagementPartnerTests\TestGetPartnerNoParnterId.json">
169+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
170+
</None>
171+
<None Include="SessionRecords\Microsoft.Azure.Commands.ManagementPartner.Test.ScenarioTests.ManagementPartnerTests\TestNewParnter.json">
172+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
173+
</None>
174+
<None Include="SessionRecords\Microsoft.Azure.Commands.ManagementPartner.Test.ScenarioTests.ManagementPartnerTests\TestRemoveParnter.json">
175+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
176+
</None>
177+
<None Include="SessionRecords\Microsoft.Azure.Commands.ManagementPartner.Test.ScenarioTests.ManagementPartnerTests\TestUpdateParnter.json">
178+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
179+
</None>
180+
</ItemGroup>
181+
<ItemGroup>
182+
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
183+
</ItemGroup>
184+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
185+
<PropertyGroup>
186+
<PostBuildEvent>rem xcopy "$(SolutionDir)Package\$(ConfigurationName)\*.*" $(TargetDir) /Y /E
187+
</PostBuildEvent>
188+
</PropertyGroup>
189+
</Project>
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
// ----------------------------------------------------------------------------------
2+
//
3+
// Copyright Microsoft Corporation
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy of the License at
7+
// http://www.apache.org/licenses/LICENSE-2.0
8+
// Unless required by applicable law or agreed to in writing, software
9+
// distributed under the License is distributed on an "AS IS" BASIS,
10+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
// See the License for the specific language governing permissions and
12+
// limitations under the License.
13+
// ----------------------------------------------------------------------------------
14+
15+
using System.Reflection;
16+
using System.Runtime.CompilerServices;
17+
using System.Runtime.InteropServices;
18+
using Xunit;
19+
20+
// General Information about an assembly is controlled through the following
21+
// set of attributes. Change these attribute values to modify the information
22+
// associated with an assembly.
23+
[assembly: AssemblyTitle("Commands.ManagementPartner.Test")]
24+
[assembly: AssemblyDescription("")]
25+
[assembly: AssemblyConfiguration("")]
26+
[assembly: AssemblyCompany("")]
27+
[assembly: AssemblyProduct("Commands.ManagementPartner.Test")]
28+
[assembly: AssemblyCopyright("Copyright (c) 2018")]
29+
[assembly: AssemblyTrademark("")]
30+
[assembly: AssemblyCulture("")]
31+
32+
// Setting ComVisible to false makes the types in this assembly not visible
33+
// to COM components. If you need to access a type in this assembly from
34+
// COM, set the ComVisible attribute to true on that type.
35+
[assembly: ComVisible(false)]
36+
37+
// The following GUID is for the ID of the typelib if this project is exposed to COM
38+
[assembly: Guid("33e0650e-44c8-434f-992a-50bafd857053")]
39+
40+
// Version information for an assembly consists of the following four values:
41+
//
42+
// Major Version
43+
// Minor Version
44+
// Build Number
45+
// Revision
46+
//
47+
// You can specify all the values or you can default the Build and Revision Numbers
48+
// by using the '*' as shown below:
49+
50+
[assembly: AssemblyVersion("1.0.0")]
51+
[assembly: AssemblyFileVersion("1.0.0")]

0 commit comments

Comments
 (0)