Skip to content

Commit 634ac71

Browse files
committed
Update Module Version and sync with DLL version
1 parent b0ca7ac commit 634ac71

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

src/ResourceManager/CognitiveServices/AzureRM.CognitiveServices.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.1.0'
15+
ModuleVersion = '0.1.1'
1616

1717
# ID used to uniquely identify this module
1818
GUID = '66c566b4-950c-4a2b-9f3b-199d92f0df1a'
@@ -48,7 +48,7 @@ CLRVersion='4.0'
4848
# ProcessorArchitecture = ''
4949

5050
# Modules that must be imported into the global environment prior to importing this module
51-
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '1.0.8'})
51+
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '1.0.9'})
5252

5353
# Assemblies that must be loaded prior to importing this module
5454
# RequiredAssemblies = @()

src/ResourceManager/CognitiveServices/CognitiveServices.Test/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
// You can specify all the values or you can default the Build and Revision Numbers
4848
// by using the '*' as shown below:
4949

50-
[assembly: AssemblyVersion("1.0.8")]
51-
[assembly: AssemblyFileVersion("1.0.8")]
50+
[assembly: AssemblyVersion("0.1.1")]
51+
[assembly: AssemblyFileVersion("0.1.1")]
5252
[assembly: CollectionBehavior(DisableTestParallelization = true)]

src/ResourceManager/CognitiveServices/Commands.Management.CognitiveServices/Microsoft.Azure.Commands.Management.CognitiveServices.dll-Help.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ CLRVersion='4.0'
4545
ProcessorArchitecture = 'None'
4646

4747
# Modules that must be imported into the global environment prior to importing this module
48-
#RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '1.0.8'})
48+
#RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '1.0.9'})
4949

5050
# Assemblies that must be loaded prior to importing this module
5151
RequiredAssemblies = @()

src/ResourceManager/CognitiveServices/Commands.Management.CognitiveServices/Properties/AssemblyInfo.cs

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

49-
[assembly: AssemblyVersion("1.1.0")]
50-
[assembly: AssemblyFileVersion("1.1.0")]
49+
[assembly: AssemblyVersion("0.1.1")]
50+
[assembly: AssemblyFileVersion("0.1.1")]

0 commit comments

Comments
 (0)