Skip to content

Commit 58344d2

Browse files
authored
Merge pull request #20179 from Azure/release-2022-11-17
Force merge because of false alerts
2 parents e2aae80 + 3e2d7bf commit 58344d2

File tree

70 files changed

+8908
-19122
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+8908
-19122
lines changed

ChangeLog.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## 9.1.1 - November 2022
2+
#### Az.Aks
3+
* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]
4+
5+
#### Az.ApiManagement
6+
* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]
7+
8+
#### Az.Compute
9+
* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]
10+
11+
#### Az.Maintenance
12+
* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]
13+
14+
#### Az.Monitor
15+
* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]
16+
17+
#### Az.Network
18+
* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]
19+
20+
#### Az.RecoveryServices
21+
* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]
22+
23+
#### Az.Resources
24+
* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]
25+
126
## 9.1.0 - November 2022
227
#### Az.Accounts
328
* Updated 'Get-AzSubscription' to retrieve subscription by Id rather than listed all the subscriptions from server if subscription Id is provided. [#19115]

src/Aks/Aks.Autorest/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
[assembly: ComVisible(false)]
2525
[assembly: CLSCompliant(false)]
2626
[assembly: Guid("5970aa1c-f499-4b40-aeee-426ab8876d7e")]
27-
[assembly: AssemblyVersion("5.0.0")]
28-
[assembly: AssemblyFileVersion("5.0.0")]
27+
[assembly: AssemblyVersion("5.0.1")]
28+
[assembly: AssemblyFileVersion("5.0.1")]

src/Aks/Aks/Aks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<ItemGroup>
1515
<PackageReference Include="YamlDotNet.Signed" Version="5.2.1" />
16-
<PackageReference Include="AutoMapper" Version="6.2.2" />
16+
<PackageReference Include="Microsoft.Azure.PowerShell.AutoMapper" Version="6.2.2" />
1717
</ItemGroup>
1818

1919
<ItemGroup>

src/Aks/Aks/Az.Aks.psd1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 10/15/2022
6+
# Generated on: 11/17/2022
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '5.0.0'
15+
ModuleVersion = '5.0.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -53,10 +53,10 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.3'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
59-
RequiredAssemblies = 'YamlDotNet.dll', 'AutoMapper.dll',
59+
RequiredAssemblies = 'YamlDotNet.dll', 'Microsoft.Azure.PowerShell.AutoMapper.dll',
6060
'Microsoft.Azure.PowerShell.Aks.Management.Sdk.dll',
6161
'Aks.Autorest\bin\Az.Aks.private.dll'
6262

@@ -119,7 +119,7 @@ PrivateData = @{
119119
# IconUri = ''
120120

121121
# ReleaseNotes of this module
122-
ReleaseNotes = '* [Breaking Change] Removed the alias ''Install-AzAksKubectl'' of ''Install-AzAksCliTool''.'
122+
ReleaseNotes = '* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]'
123123

124124
# Prerelease string of this module
125125
# Prerelease = ''

src/Aks/Aks/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
* Bumped API version to 2022-09-01
2222
* Added parameter `NodeOsSKU` for `New-AzAksCluster` and parameter `OsSKU` for `New-AzAksNodePool`
2323

24+
## Version 5.0.1
25+
* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]
26+
2427
## Version 5.0.0
2528
* [Breaking Change] Removed the alias `Install-AzAksKubectl` of `Install-AzAksCliTool`.
2629

src/Aks/Aks/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
[assembly: ComVisible(false)]
2424
[assembly: CLSCompliant(false)]
2525
[assembly: Guid("a97e0c3e-e389-46a6-b73d-2b9bd6909bdb")]
26-
[assembly: AssemblyVersion("5.0.0")]
27-
[assembly: AssemblyFileVersion("5.0.0")]
26+
[assembly: AssemblyVersion("5.0.1")]
27+
[assembly: AssemblyFileVersion("5.0.1")]

src/ApiManagement/ApiManagement.ServiceManagement/ApiManagement.ServiceManagement.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="AutoMapper" Version="6.2.2" />
15+
<PackageReference Include="Microsoft.Azure.PowerShell.AutoMapper" Version="6.2.2" />
1616
<PackageReference Include="Microsoft.Azure.Management.ApiManagement" Version="8.0.0-preview" />
1717
</ItemGroup>
1818

src/ApiManagement/ApiManagement.ServiceManagement/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
// You can specify all the values or you can default the Build and Revision Numbers
4343
// by using the '*' as shown below:
4444

45-
[assembly: AssemblyVersion("4.0.0")]
46-
[assembly: AssemblyFileVersion("4.0.0")]
45+
[assembly: AssemblyVersion("4.0.1")]
46+
[assembly: AssemblyFileVersion("4.0.1")]

src/ApiManagement/ApiManagement/ApiManagement.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="AutoMapper" Version="6.2.2" />
15+
<PackageReference Include="Microsoft.Azure.PowerShell.AutoMapper" Version="6.2.2" />
1616
<PackageReference Include="Microsoft.Azure.Management.ApiManagement" Version="8.0.0-preview" />
1717
<PackageReference Include="WindowsAzure.Storage" Version="9.3.0" />
1818
</ItemGroup>

src/ApiManagement/ApiManagement/Az.ApiManagement.psd1

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 10/15/2022
6+
# Generated on: 11/17/2022
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '4.0.0'
15+
ModuleVersion = '4.0.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -53,10 +53,11 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.3'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
59-
RequiredAssemblies = 'AutoMapper.dll', 'Microsoft.Azure.Management.ApiManagement.dll',
59+
RequiredAssemblies = 'Microsoft.Azure.PowerShell.AutoMapper.dll',
60+
'Microsoft.Azure.Management.ApiManagement.dll',
6061
'Microsoft.WindowsAzure.Storage.dll'
6162

6263
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
@@ -209,7 +210,7 @@ PrivateData = @{
209210
# IconUri = ''
210211

211212
# ReleaseNotes of this module
212-
ReleaseNotes = '* [Breaking Change] Changed the type of parameter ''Sku'' from Enum to String in ''Add-AzApiManagementRegion'', ''New-AzApiManagement'' and ''Update-AzApiManagementRegion''.'
213+
ReleaseNotes = '* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]'
213214

214215
# Prerelease string of this module
215216
# Prerelease = ''

src/ApiManagement/ApiManagement/ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]
22+
23+
## Version 4.0.1
24+
* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]
2125

2226
## Version 4.0.0
2327
* [Breaking Change] Changed the type of parameter `Sku` from Enum to String in `Add-AzApiManagementRegion`, `New-AzApiManagement` and `Update-AzApiManagementRegion`.

src/ApiManagement/ApiManagement/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@
4141
// You can specify all the values or you can default the Build and Revision Numbers
4242
// by using the '*' as shown below:
4343

44-
[assembly: AssemblyVersion("4.0.0")]
45-
[assembly: AssemblyFileVersion("4.0.0")]
44+
[assembly: AssemblyVersion("4.0.1")]
45+
[assembly: AssemblyFileVersion("4.0.1")]

src/Compute/Compute.Autorest/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
[assembly: ComVisible(false)]
2525
[assembly: CLSCompliant(false)]
2626
[assembly: Guid("05e53bbe-85c7-4f90-b796-25b4d044090b")]
27-
[assembly: AssemblyVersion("5.1.0")]
28-
[assembly: AssemblyFileVersion("5.1.0")]
27+
[assembly: AssemblyVersion("5.1.1")]
28+
[assembly: AssemblyFileVersion("5.1.1")]

src/Compute/Compute.Helpers/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("ba0d06e0-118c-4f34-b01c-7f6335577747")]
2828

29-
[assembly: AssemblyVersion("5.1.0")]
30-
[assembly: AssemblyFileVersion("5.1.0")]
29+
[assembly: AssemblyVersion("5.1.1")]
30+
[assembly: AssemblyFileVersion("5.1.1")]

src/Compute/Compute/Az.Compute.psd1

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 10/28/2022
6+
# Generated on: 11/17/2022
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '5.1.0'
15+
ModuleVersion = '5.1.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -57,7 +57,8 @@ DotNetFrameworkVersion = '4.7.2'
5757
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.3'; })
5858

5959
# Assemblies that must be loaded prior to importing this module
60-
RequiredAssemblies = 'AutoMapper.dll', 'Microsoft.Azure.Management.Compute.dll',
60+
RequiredAssemblies = 'Microsoft.Azure.PowerShell.AutoMapper.dll',
61+
'Microsoft.Azure.Management.Compute.dll',
6162
'Microsoft.WindowsAzure.Storage.dll',
6263
'Microsoft.Azure.Management.ResourceGraph.dll',
6364
'Compute.Autorest\bin\Az.Compute.private.dll',
@@ -231,18 +232,7 @@ PrivateData = @{
231232
# IconUri = ''
232233

233234
# ReleaseNotes of this module
234-
ReleaseNotes = '* Fixed EdgeZone does not pass to VM for ''New-AzVM'' ''SimpleParameterSet'' [#18978]
235-
* Added ''ScriptFilePath'' parameter set for ''Set-AzVMRunCommand'' and ''Set-AzVmssVMRunCommand'' to allow users to pass in the path of the file that has the run command script
236-
* Added ''-AsJob'' optional parameter to ''Remove-AzVMExtension'' cmdlet.
237-
* Added ''-EdgeZone'' optional parameter for ''Get-AzComputeResourceSku'' and ''New-AzSnapshotUpdateConfig'' cmdlets.
238-
* Added Disk Delete Optional parameters ''OsDisk Deletion Option'' and ''Delete Option'' to the ''Set-AzVmssStorageProfile'' (OS Disk) and ''Add-AzVmssDataDisk'' (Data Disk)
239-
* Improved printed output for ''Get-AzComputeResourceSku''
240-
* Updated ''Get-AzHost'' cmdlet logic to return Host for ''-ResourceId'' parameterset.
241-
* Added ''-OSDiskSizeGB'' optional parameter for ''Set-AzVmssStorageProfile''.
242-
* Improved cmdlet description for ''Set-AzVM'' and added examples.
243-
* Updated property mapping for parameter ''Encryption'' of ''New-AzGalleryImageVersion''
244-
* Updated list format to display all VmssVmRunCommand properties for ''Get-AzVmssVmRunCommand''
245-
* Updated ''Get-AzGallery'', ''New-AzGallery'', ''Update-AzGallery'', ''Get-AzGalleryImageDefinition'', ''Get-AzGalleryImageVersion'', ''New-AzVm'' and ''New-AzVmss'' to support community galleries'
235+
ReleaseNotes = '* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]'
246236

247237
# Prerelease string of this module
248238
# Prerelease = ''

src/Compute/Compute/ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
* Fixed `Get-AzVm` cmdlet when parameter "-Status" is provided, return property `OsName`, `OsVersion` and `HyperVGeneration`
2424
* Fixed `New-AzVM` cmdlet when creating VM with bootdiagnostic storage causes exception `Kind` cannot be null.
2525

26+
## Version 5.1.1
27+
* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]
28+
2629
## Version 5.1.0
2730
* Fixed EdgeZone does not pass to VM for `New-AzVM` "SimpleParameterSet" [#18978]
2831
* Added 'ScriptFilePath' parameter set for `Set-AzVMRunCommand` and `Set-AzVmssVMRunCommand` to allow users to pass in the path of the file that has the run command script

src/Compute/Compute/Compute.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</PropertyGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="AutoMapper" Version="6.2.2" />
16+
<PackageReference Include="Microsoft.Azure.PowerShell.AutoMapper" Version="6.2.2" />
1717
<PackageReference Include="Microsoft.Azure.Management.ResourceGraph" Version="2.1.0" />
1818
<PackageReference Include="Microsoft.Azure.Management.Compute" Version="58.0.0" />
1919
<PackageReference Include="System.Security.Permissions" Version="4.5.0" />

src/Compute/Compute/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
[assembly: ComVisible(false)]
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("91792853-487B-4DC2-BE6C-DD09A0A1BC10")]
28-
[assembly: AssemblyVersion("5.1.0")]
29-
[assembly: AssemblyFileVersion("5.1.0")]
28+
[assembly: AssemblyVersion("5.1.1")]
29+
[assembly: AssemblyFileVersion("5.1.1")]
3030
#if !SIGN
3131
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Compute.Test")]
3232
#endif

src/Maintenance/Maintenance/Az.Maintenance.psd1

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 10/4/2021
6+
# Generated on: 11/17/2022
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.2.0'
15+
ModuleVersion = '1.2.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -53,10 +53,11 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.7.4'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.10.3'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
59-
RequiredAssemblies = 'AutoMapper.dll', 'Microsoft.Azure.Management.Maintenance.dll'
59+
RequiredAssemblies = 'Microsoft.Azure.PowerShell.AutoMapper.dll',
60+
'Microsoft.Azure.Management.Maintenance.dll'
6061

6162
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6263
# ScriptsToProcess = @()
@@ -116,7 +117,7 @@ PrivateData = @{
116117
# IconUri = ''
117118

118119
# ReleaseNotes of this module
119-
ReleaseNotes = '* Added Guest patch maintenance support.'
120+
ReleaseNotes = '* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]'
120121

121122
# Prerelease string of this module
122123
# Prerelease = ''

src/Maintenance/Maintenance/ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
-->
2020

2121
## Upcoming Release
22+
* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]
23+
24+
## Version 1.2.1
25+
* Upgraded AutoMapper to Microsoft.Azure.PowerShell.AutoMapper 6.2.2 with fix [#18721]
2226

2327
## Version 1.2.0
2428
* Added Guest patch maintenance support.

src/Maintenance/Maintenance/Maintenance.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="AutoMapper" Version="6.2.2" />
14+
<PackageReference Include="Microsoft.Azure.PowerShell.AutoMapper" Version="6.2.2" />
1515
<PackageReference Include="Microsoft.Azure.Management.Maintenance" Version="1.4.0-preview" />
1616
</ItemGroup>
1717

src/Maintenance/Maintenance/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
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.0")]
35-
[assembly: AssemblyVersion("1.2.0")]
36-
[assembly: AssemblyFileVersion("1.2.0")]
35+
[assembly: AssemblyVersion("1.2.1")]
36+
[assembly: AssemblyFileVersion("1.2.1")]

src/Monitor/ActivityLogAlert.Autorest/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
[assembly: ComVisible(false)]
2525
[assembly: CLSCompliant(false)]
2626
[assembly: Guid("68c9e5fe-3c10-46ed-b371-9a8c93ad49c7")]
27-
[assembly: AssemblyVersion("4.2.0")]
28-
[assembly: AssemblyFileVersion("4.2.0")]
27+
[assembly: AssemblyVersion("4.3.0")]
28+
[assembly: AssemblyFileVersion("4.3.0")]

src/Monitor/Autoscale.Autorest/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
[assembly: ComVisible(false)]
2525
[assembly: CLSCompliant(false)]
2626
[assembly: Guid("79a49907-5281-40df-89a6-b706a11f0b41")]
27-
[assembly: AssemblyVersion("4.2.0")]
28-
[assembly: AssemblyFileVersion("4.2.0")]
27+
[assembly: AssemblyVersion("4.3.0")]
28+
[assembly: AssemblyFileVersion("4.3.0")]

src/Monitor/DiagnosticSetting.Autorest/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
[assembly: ComVisible(false)]
2525
[assembly: CLSCompliant(false)]
2626
[assembly: Guid("c0565a0c-7066-46c4-9090-0c88e7d16c5f")]
27-
[assembly: AssemblyVersion("4.2.0")]
28-
[assembly: AssemblyFileVersion("4.2.0")]
27+
[assembly: AssemblyVersion("4.3.0")]
28+
[assembly: AssemblyFileVersion("4.3.0")]

0 commit comments

Comments
 (0)