File tree Expand file tree Collapse file tree 9 files changed +993
-993
lines changed
Resources/Commands.Resources
Storage/Commands.Management.Storage
Commands.ServiceManagement.PlatformImageRepository
Commands.ServiceManagement.Preview
ExpressRoute/Commands.ExpressRoute
Services/Commands.Utilities
Sql/Commands.SqlDatabase.Test/Resources Expand file tree Collapse file tree 9 files changed +993
-993
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<Wix xmlns =" http://schemas.microsoft.com/wix/2006/wi" >
3
3
4
- <?define productName =" Microsoft Azure PowerShell - June 2015" ?>
4
+ <?define productName =" Microsoft Azure PowerShell - July 2015" ?>
5
5
<?define sourceDir =" $(var.SolutionDir)..\src\Package\$(var.Configuration)" ?>
6
6
<?define caSourceDir =" $(var.SolutionDir)setup\bin\$(var.Configuration)" ?>
7
7
8
- <?define version =" 0.9.4 " ?>
8
+ <?define version =" 0.9.5 " ?>
9
9
<?define versionedStartMenuFolder =" Microsoft Azure" ?>
10
10
<?define staleStartMenuFolder =" Windows Azure" ?>
11
11
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ public class AzurePowerShell
27
27
28
28
public const string AssemblyCopyright = "Copyright © Microsoft" ;
29
29
30
- public const string AssemblyVersion = "0.9.4 " ;
30
+ public const string AssemblyVersion = "0.9.5 " ;
31
31
32
- public const string AssemblyFileVersion = "0.9.4 " ;
32
+ public const string AssemblyFileVersion = "0.9.5 " ;
33
33
34
34
public const string ProfileFile = "AzureProfile.json" ;
35
35
Original file line number Diff line number Diff line change 9
9
@ {
10
10
11
11
# Version number of this module.
12
- ModuleVersion = ' 0.9.4 '
12
+ ModuleVersion = ' 0.9.5 '
13
13
14
14
# ID used to uniquely identify this module
15
15
GUID = ' 81d522a4-6e5d-4105-8f58-376204c47458'
Original file line number Diff line number Diff line change 9
9
@ {
10
10
11
11
# Version number of this module.
12
- ModuleVersion = ' 0.9.4 '
12
+ ModuleVersion = ' 0.9.5 '
13
13
14
14
# ID used to uniquely identify this module
15
15
GUID = ' F237EAAA-BD3A-4965-AD4A-BF38598BFEF7'
Original file line number Diff line number Diff line change 12
12
ModuleToProcess = ' .\Microsoft.WindowsAzure.Commands.ServiceManagement.PlatformImageRepository.dll'
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 0.9.4 '
15
+ ModuleVersion = ' 0.9.5 '
16
16
17
17
# ID used to uniquely identify this module
18
18
GUID = ' a9343cbd-175c-4f72-90c7-2abe9b300644'
Original file line number Diff line number Diff line change 12
12
ModuleToProcess = ' .\Microsoft.WindowsAzure.Commands.ServiceManagement.Preview.dll'
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 0.9.4 '
15
+ ModuleVersion = ' 0.9.5 '
16
16
17
17
# ID used to uniquely identify this module
18
18
GUID = ' 1C72E555-E83F-45E4-AED2-AF3278828DCD'
Original file line number Diff line number Diff line change 12
12
ModuleToProcess = ' .\Microsoft.WindowsAzure.Commands.ExpressRoute.dll'
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 0.9.4 '
15
+ ModuleVersion = ' 0.9.5 '
16
16
17
17
# ID used to uniquely identify this module
18
18
GUID = ' e5b10573-30da-456a-9319-4c0a5f8bed4a'
Original file line number Diff line number Diff line change 9
9
@ {
10
10
11
11
# Version number of this module.
12
- ModuleVersion = ' 0.9.4 '
12
+ ModuleVersion = ' 0.9.5 '
13
13
14
14
# ID used to uniquely identify this module
15
15
GUID = ' D48CF693-4125-4D2D-8790-1514F44CE325'
You can’t perform that action at this time.
0 commit comments