Skip to content

Commit 2176efd

Browse files
author
Hovsep
committed
Merge pull request #1744 from hovsepm/release-1.2.0
[Release-1.2.0] Fixed on demand job failing tests.
2 parents 8025934 + 23fa0ce commit 2176efd

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

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.4")]
28-
[assembly: AssemblyFileVersion("1.0.4")]
27+
[assembly: AssemblyVersion("1.0.0")]
28+
[assembly: AssemblyFileVersion("1.0.0")]

src/Common/Commands.Common/AzurePowerShell.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class AzurePowerShell
2727

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

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

3232
public const string AssemblyFileVersion = "1.0.4";
3333

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.4")]
36-
[assembly: AssemblyFileVersion("1.0.4")]
35+
[assembly: AssemblyVersion("1.0.0.0")]
36+
[assembly: AssemblyFileVersion("1.0.0.0")]

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("1.0.4")]
45-
[assembly: AssemblyFileVersion("1.0.4")]
44+
[assembly: AssemblyVersion("0.8.16")]
45+
[assembly: AssemblyFileVersion("0.8.16")]

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("1.0.4")]
45-
[assembly: AssemblyFileVersion("1.0.4")]
44+
[assembly: AssemblyVersion("0.8.5")]
45+
[assembly: AssemblyFileVersion("0.8.5")]

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("1.0.4")]
45-
[assembly: AssemblyFileVersion("1.0.4")]
44+
[assembly: AssemblyVersion("0.8.5")]
45+
[assembly: AssemblyFileVersion("0.8.5")]

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("1.0.4")]
45-
[assembly: AssemblyFileVersion("1.0.4")]
44+
[assembly: AssemblyVersion("0.8.5")]
45+
[assembly: AssemblyFileVersion("0.8.5")]

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

src/ResourceManager/Profile/Commands.Profile.Test/Commands.Profile.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
</Reference>
7070
<Reference Include="Microsoft.Azure.ResourceManager, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
7171
<SpecificVersion>False</SpecificVersion>
72-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Resources.2.18.13-preview\lib\net40\Microsoft.Azure.ResourceManager.dll</HintPath>
72+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Resources.2.18.14-preview\lib\net40\Microsoft.Azure.ResourceManager.dll</HintPath>
7373
</Reference>
7474
<Reference Include="Microsoft.Azure.Test.Framework">
7575
<HintPath>..\..\..\packages\Microsoft.Azure.Test.Framework.1.0.5799.28345-prerelease\lib\net45\Microsoft.Azure.Test.Framework.dll</HintPath>

0 commit comments

Comments
 (0)