Skip to content

Commit d0eafdc

Browse files
author
Hovsep
committed
Merge pull request #1740 from hovsepm/release-1.2.0
[Release 1.2.0] Bumped up module versions
2 parents b7d3a4d + 9d444a3 commit d0eafdc

File tree

134 files changed

+322
-321
lines changed

Some content is hidden

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

134 files changed

+322
-321
lines changed

ChangeLog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## 2016.02.02 version 1.1.1
1+
## 2016.02.02 version 1.2.0
22
* Azure RemoteApp: Organizational Unit in Azure RemoteApp RDFE cmdlets now accepts Unicode characters.
3+
34
## 2016.01.12 version 1.1.0
45
* Azure SQL Database: Threat Detection policies:
56
* Using new Threat Detection Types

setup/azurecmd.wxs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
33

4-
<?define productName="Microsoft Azure PowerShell - January 2016" ?>
4+
<?define productName="Microsoft Azure PowerShell - February 2016" ?>
55
<?define sourceDir="$(var.SolutionDir)..\src\Package\$(var.Configuration)" ?>
66
<?define caSourceDir="$(var.SolutionDir)setup\bin\$(var.Configuration)" ?>
77

8-
<?define version="1.1.0" ?>
8+
<?define version="1.2.0" ?>
99

1010
<Product Id="*"
1111
Name="$(var.productName)"

src/Common/Commands.Common.Storage/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("c565107e-98a9-4703-85cd-a7efc3d8da7b")]
27-
[assembly: AssemblyVersion("1.0.0")]
28-
[assembly: AssemblyFileVersion("1.0.0")]
27+
[assembly: AssemblyVersion("1.0.4")]
28+
[assembly: AssemblyFileVersion("1.0.4")]

src/Common/Commands.Common/AzurePowerShell.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ public class AzurePowerShell
2727

2828
public const string AssemblyCopyright = "Copyright © Microsoft";
2929

30-
public const string AssemblyVersion = "1.0.0";
30+
public const string AssemblyVersion = "1.0.4";
3131

32-
public const string AssemblyFileVersion = "1.0.2";
32+
public const string AssemblyFileVersion = "1.0.4";
3333

3434
public const string ProfileFile = "AzureProfile.json";
3535

src/Common/Commands.ScenarioTests.Common/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.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
35+
[assembly: AssemblyVersion("1.0.4")]
36+
[assembly: AssemblyFileVersion("1.0.4")]

src/Common/Storage/Azure.Storage.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@{
1010

1111
# Version number of this module.
12-
ModuleVersion = '1.0.3'
12+
ModuleVersion = '1.0.4'
1313

1414
# ID used to uniquely identify this module
1515
GUID = '00612bca-fa22-401d-a671-9cc48b010e3b'
@@ -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.3'})
48+
RequiredModules = @( @{ ModuleName = 'AzureRM.Profile'; ModuleVersion = '1.0.4'})
4949

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

src/Common/Storage/Commands.Storage.MsTest2/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("0.8.16")]
45-
[assembly: AssemblyFileVersion("0.8.16")]
44+
[assembly: AssemblyVersion("1.0.4")]
45+
[assembly: AssemblyFileVersion("1.0.4")]

src/Common/Storage/Commands.Storage.MsTestLib/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("0.8.5")]
45-
[assembly: AssemblyFileVersion("0.8.5")]
44+
[assembly: AssemblyVersion("1.0.4")]
45+
[assembly: AssemblyFileVersion("1.0.4")]

src/Common/Storage/Commands.Storage.ScenarioTest/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("0.8.5")]
45-
[assembly: AssemblyFileVersion("0.8.5")]
44+
[assembly: AssemblyVersion("1.0.4")]
45+
[assembly: AssemblyFileVersion("1.0.4")]

src/Common/Storage/Commands.Storage.StorageTestLib/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("0.8.5")]
45-
[assembly: AssemblyFileVersion("0.8.5")]
44+
[assembly: AssemblyVersion("1.0.4")]
45+
[assembly: AssemblyFileVersion("1.0.4")]

0 commit comments

Comments
 (0)