Skip to content

Commit c6f297d

Browse files
committed
fix versioning changes
1 parent ee7cf74 commit c6f297d

File tree

16 files changed

+408
-408
lines changed

16 files changed

+408
-408
lines changed

src/ResourceManager/KeyVault/AzureRM.KeyVault.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '6.0.0'
15+
ModuleVersion = '5.0.2'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

src/ResourceManager/KeyVault/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
-->
2020
## Current Release
2121

22-
## Version 6.0.0
22+
## Version 5.0.2
2323
* Fix issue where no Tags are being returned when Get-AzureRmKeyVault -Tag is run
2424

2525
## Version 5.0.1

src/ResourceManager/KeyVault/Commands.KeyVault/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
[assembly: CLSCompliant(false)]
3030

3131
[assembly: Guid("2994548F-69B9-4DC2-8D19-52CC0C0C85BC")]
32-
[assembly: AssemblyVersion("6.0.0")]
33-
[assembly: AssemblyFileVersion("6.0.0")]
32+
[assembly: AssemblyVersion("5.0.2")]
33+
[assembly: AssemblyFileVersion("5.0.2")]
3434
#if SIGN
3535
[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.KeyVault.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
3636
#else

src/ResourceManager/Profile/AzureRM.Profile.psd1

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,31 +54,31 @@ CLRVersion = '4.0'
5454
# RequiredModules = @()
5555

5656
# Assemblies that must be loaded prior to importing this module
57-
RequiredAssemblies = 'Microsoft.Azure.Commands.Common.Authentication.Abstractions.dll',
57+
RequiredAssemblies = '.\Microsoft.Azure.Commands.Common.Authentication.Abstractions.dll',
5858
'.\Microsoft.Azure.Commands.Common.Authentication.dll',
5959
'.\Microsoft.Azure.Commands.Common.Authentication.ResourceManager.dll',
6060
'.\Microsoft.Azure.Commands.Common.Authorization.dll',
6161
'.\Microsoft.Azure.Commands.Common.Compute.dll',
6262
'.\Microsoft.Azure.Commands.Common.Graph.RBAC.dll',
6363
'.\Microsoft.Azure.Commands.Common.Network.dll',
6464
'.\Microsoft.Azure.Commands.ResourceManager.Common.dll',
65-
'Microsoft.WindowsAzure.Commands.Common.dll',
65+
'.\Microsoft.WindowsAzure.Commands.Common.dll',
6666
'.\Microsoft.WindowsAzure.Commands.Common.Storage.dll',
6767
'.\Microsoft.Azure.Commands.Common.Storage.Management.dll',
6868
'.\Microsoft.Azure.Commands.Common.KeyVault.dll',
69-
'.\Microsoft.Azure.Commands.Common.Websites.dll', 'Hyak.Common.dll',
70-
'Microsoft.ApplicationInsights.dll', 'Microsoft.Azure.Common.dll',
69+
'.\Microsoft.Azure.Commands.Common.Websites.dll', '.\Hyak.Common.dll',
70+
'.\Microsoft.ApplicationInsights.dll', '.\Microsoft.Azure.Common.dll',
7171
'.\Microsoft.Azure.Common.NetFramework.dll',
7272
'.\Microsoft.Azure.KeyVault.Core.dll',
7373
'.\Microsoft.IdentityModel.Clients.ActiveDirectory.dll',
7474
'.\Microsoft.IdentityModel.Clients.ActiveDirectory.WindowsForms.dll',
75-
'Microsoft.Rest.ClientRuntime.dll',
75+
'.\Microsoft.Rest.ClientRuntime.dll',
7676
'.\Microsoft.Rest.ClientRuntime.Azure.dll',
7777
'.\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll',
78-
'Microsoft.Threading.Tasks.dll',
78+
'.\Microsoft.Threading.Tasks.dll',
7979
'.\Microsoft.Threading.Tasks.Extensions.dll',
8080
'.\Microsoft.Threading.Tasks.Extensions.Desktop.dll',
81-
'.\Microsoft.WindowsAzure.Management.dll', 'Newtonsoft.Json.dll',
81+
'.\Microsoft.WindowsAzure.Management.dll', '.\Newtonsoft.Json.dll',
8282
'.\Newtonsoft.Json.10.dll', '.\System.Net.Http.Extensions.dll',
8383
'.\System.Net.Http.Primitives.dll'
8484

src/ResourceManager/RecoveryServices/Commands.RecoveryServices.Backup.Helpers/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
// [assembly: AssemblyVersion("1.0.*")]
44-
[assembly: AssemblyVersion("4.1.3")]
45-
[assembly: AssemblyFileVersion("4.1.3")]
44+
[assembly: AssemblyVersion("4.2.0")]
45+
[assembly: AssemblyFileVersion("4.2.0")]

src/ResourceManager/RecoveryServices/Commands.RecoveryServices.Backup.Logger/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
// [assembly: AssemblyVersion("1.0.*")]
44-
[assembly: AssemblyVersion("4.1.3")]
45-
[assembly: AssemblyFileVersion("4.1.3")]
44+
[assembly: AssemblyVersion("4.2.0")]
45+
[assembly: AssemblyFileVersion("4.2.0")]

src/ResourceManager/RecoveryServices/Commands.RecoveryServices.Backup.Models/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
// [assembly: AssemblyVersion("1.0.*")]
44-
[assembly: AssemblyVersion("4.1.3")]
45-
[assembly: AssemblyFileVersion("4.1.3")]
44+
[assembly: AssemblyVersion("4.2.0")]
45+
[assembly: AssemblyFileVersion("4.2.0")]

src/ResourceManager/RecoveryServices/Commands.RecoveryServices.Backup.Providers/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
// [assembly: AssemblyVersion("1.0.*")]
44-
[assembly: AssemblyVersion("4.1.3")]
45-
[assembly: AssemblyFileVersion("4.1.3")]
44+
[assembly: AssemblyVersion("4.2.0")]
45+
[assembly: AssemblyFileVersion("4.2.0")]

src/ResourceManager/RecoveryServices/Commands.RecoveryServices.Backup.ServiceClientAdapter/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
// [assembly: AssemblyVersion("1.0.*")]
44-
[assembly: AssemblyVersion("4.1.3")]
45-
[assembly: AssemblyFileVersion("4.1.3")]
44+
[assembly: AssemblyVersion("4.2.0")]
45+
[assembly: AssemblyFileVersion("4.2.0")]

src/ResourceManager/Sql/AzureRM.Sql.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '4.7.0'
15+
ModuleVersion = '4.6.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

src/ResourceManager/Sql/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
-->
2020
## Current Release
2121

22-
## Version 4.7.0
22+
## Version 4.6.1
2323
* Updated example in the help file for Get-AzureRmSqlDatabaseExpanded
2424

2525
## Version 4.6.0

src/ResourceManager/Sql/Commands.Sql/Properties/AssemblyInfo.cs

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

47-
[assembly: AssemblyVersion("4.7.0")]
48-
[assembly: AssemblyFileVersion("4.7.0")]
47+
[assembly: AssemblyVersion("4.6.1")]
48+
[assembly: AssemblyFileVersion("4.6.1")]
4949
#if SIGN
5050
[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.Resources.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
5151
#else

src/ResourceManager/Sql/LegacySdk/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
[assembly: AssemblyTitle("Microsoft Azure SQL Server Management Library")]
2121
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure SQL.")]
2222

23-
[assembly: AssemblyVersion("4.5.0")]
24-
[assembly: AssemblyFileVersion("4.5.0")]
23+
[assembly: AssemblyVersion("4.6.1")]
24+
[assembly: AssemblyFileVersion("4.6.1")]
2525
[assembly: AssemblyConfiguration("")]
2626
[assembly: AssemblyCompany("Microsoft")]
2727
[assembly: AssemblyProduct("Azure .NET SDK")]

tools/CheckChangeLog.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ foreach ($ChangeLog in $ChangeLogs)
4646

4747
foreach ($File in $FilesChangedList)
4848
{
49-
if ($File -like "*ChangeLog.md*")
49+
if ($File -like "*ChangeLog.md*" -or $File -like "*.psd1*")
5050
{
5151
continue
5252
}

0 commit comments

Comments
 (0)