Skip to content

Commit ecba4fb

Browse files
committed
Merge pull request #2 from Azure/dev
Merge from master
2 parents 9b1c81d + 336ce8b commit ecba4fb

File tree

491 files changed

+166535
-71264
lines changed

Some content is hidden

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

491 files changed

+166535
-71264
lines changed

AzurePowershell.Test.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
<XUnitTests Include=".\src\ResourceManager\ApiManagement\Commands.ApiManagement.Test\bin\Debug\Microsoft.Azure.Commands.ApiManagement.Test.dll"/>
8383
<XUnitTests Include=".\src\ResourceManager\Profile\Commands.Profile.Test\bin\Debug\Microsoft.Azure.Commands.Profile.Test.dll"/>
8484
<XUnitTests Include=".\src\ResourceManager\AzureBackup\Commands.AzureBackup.Test\bin\Debug\Microsoft.Azure.Commands.AzureBackup.Test.dll"/>
85+
<XUnitTests Include=".\src\ResourceManager\NotificationHubs\Commands.NotificationHubs.Test\bin\Debug\Microsoft.Azure.Commands.NotificationHubs.Test.dll"/>
8586
<XUnitTests Include="@(AsmXUnitTests)"/>
8687
</ItemGroup>
8788
<ItemGroup Condition=" '$(scope)' == 'ServiceManagement' ">

ChangeLog.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,30 @@
1-
* Azure Redis Cache
1+
## 2015.11.05 version 1.0
2+
* Azure Compute
3+
* AzureRmVM cmdlet bug fixes
4+
* Fixes for DSC Extension cmdlets
5+
* Azure DataLake
6+
* First release of Azure DataLake Store and Azure DataLake Analytics cmdlets
7+
* Azure Network
8+
* Fixes to ExpressRoute cmdlets in Azure Resource Manager
9+
* Changes to BGP cmdlets
10+
* Azure Notification Hubs
11+
* First release of Azure Notification Hubs cmdlets
12+
* Azure Profile
13+
* Enable Certificate login for AD Applications
14+
* Get-AzureRmSubscription, Set-AzureRmContext search all tenants by default when no tenant is specified
15+
* Azure Redis Cache
216
* Set-AzureRedisCache - Premium and vNet support for redis cache
317
* New-AzureRedisCache - Premium and vNet support for redis cache
4-
18+
* Azure Resource Manager
19+
* Automatic RP Registration
20+
* Updates for Find-Resource, Authorization cmdlets, and AzureAD cmdlets
21+
* Azure Sql
22+
* Changes to Data Masking cmdlets
23+
* Azure Storage
24+
* Added support for storage file and usage metrics in Azure Resource Manager cmdlets
25+
* Azure Websites
26+
* New and rewritten cmdlets for Azure Web Application management
27+
528
## 2015.10.09 version 1.0 preview
629
* Azure Resource Manager Management Cmdlets
730
* New-AzureRmResourceGroup - Removed the template deployment parameters from this cmdlet. Template deployment will now be

setup/azurecmd.wxs

Lines changed: 12 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">
33

4-
<?define productName="Microsoft Azure PowerShell - October 23, 2015" ?>
4+
<?define productName="Microsoft Azure PowerShell - November 2015" ?>
55
<?define sourceDir="$(var.SolutionDir)..\src\Package\$(var.Configuration)" ?>
66
<?define caSourceDir="$(var.SolutionDir)setup\bin\$(var.Configuration)" ?>
77

8-
<?define version="0.9.10" ?>
8+
<?define version="1.0.0" ?>
99
<?define versionedStartMenuFolder="Microsoft Azure" ?>
1010
<?define staleStartMenuFolder="Windows Azure" ?>
1111

@@ -47,10 +47,20 @@
4747
</DirectorySearch>
4848
</Property>
4949

50+
<Property Id="POWERSHELLGETAZUREINSTALLED" >
51+
<DirectorySearch Id="AZURECONTAINER" Path="[BaseModulesFolder]">
52+
<DirectorySearch Id= "AZUREMODULE" Path="Azure"/>
53+
</DirectorySearch>
54+
</Property>
55+
5056
<Condition Message="Azure Modules from the PowerShell Gallery are installed on this machine. Please remove these modules before installing this MSI.">
5157
<![CDATA[Installed or NOT(POWERSHELLGETMODULESINSTALLED >< "AzureRM.Profile")]]>
5258
</Condition>
5359

60+
<Condition Message="Azure Modules from the PowerShell Gallery are installed on this machine. Please remove these modules before installing this MSI.">
61+
<![CDATA[Installed or NOT(POWERSHELLGETAZUREINSTALLED >< "Azure")]]>
62+
</Condition>
63+
5464

5565
<Condition Message="This setup requires the Windows PowerShell 3.0 or compatible version to be installed.">
5666
<!-- This condition will break if PowerShell has version x3.0 and it is not compatible with 3.0 -->

setup/azurecmdfiles.wxi

Lines changed: 52 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2485,6 +2485,15 @@
24852485
</Component>
24862486
</Directory>
24872487
<Directory Id="dir71903E152B1EC7360B3834768786084D" Name="AzureRM.Websites">
2488+
<Component Id="cmp976F4BB0FDF13DD49710C6F49EC6155E" Guid="*">
2489+
<File Id="fil4CEC7BA75E9E4B270DB19F35611E2C89" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Websites\AzureResourceManager.psd1" />
2490+
</Component>
2491+
<Component Id="cmp31CCE98DB6C5E1DB88E1B384C167D241" Guid="*">
2492+
<File Id="filE79F6A1D30ACBAD2611E711D647AA710" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Websites\AzureRM.Resources.psd1" />
2493+
</Component>
2494+
<Component Id="cmp83791849FA3C29D4D8CCF5D3FFA24FC1" Guid="*">
2495+
<File Id="fil4AE05CE87678924F7CA463E085491815" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Websites\AzureRM.Tags.psd1" />
2496+
</Component>
24882497
<Component Id="cmpF679AA745A78D9232AFA533AC5A06B55" Guid="*">
24892498
<File Id="fil2BCD1C222604E8D245E834F1092DE5F3" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Websites\AzureRM.Websites.psd1" />
24902499
</Component>
@@ -2494,15 +2503,36 @@
24942503
<Component Id="cmpC5759F38821AA48E1C9BD8673AED9C0E" Guid="*">
24952504
<File Id="fil4B71765782224C550544FEFC24F479AD" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Websites\Microsoft.ApplicationInsights.dll" />
24962505
</Component>
2506+
<Component Id="cmpACE8179B7C1A697082BBA394F5F07BE3" Guid="*">
2507+
<File Id="filD1DD9680B5BF82D5894A4392D868C893" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Websites\Microsoft.Azure.Commands.ResourceManager.Cmdlets.dll" />
2508+
</Component>
2509+
<Component Id="cmp22803095492E8D0D37C1DD736AABEA02" Guid="*">
2510+
<File Id="fil93B0DF3194AE6D2B8F1624251C3123F4" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Websites\Microsoft.Azure.Commands.ResourceManager.Cmdlets.dll-Help.xml" />
2511+
</Component>
24972512
<Component Id="cmp9476B9E28FEBB017468E192B45CA0750" Guid="*">
24982513
<File Id="fil739E5FBDF30A029D72DF64D461A69C84" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Websites\Microsoft.Azure.Commands.ResourceManager.Common.dll" />
24992514
</Component>
2515+
<Component Id="cmp93772AC2745F6B6E807F7B5A7028523B" Guid="*">
2516+
<File Id="filAAF1072C709AC193E1E97F0CD8A0AE33" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Websites\Microsoft.Azure.Commands.Resources.dll" />
2517+
</Component>
2518+
<Component Id="cmp24DFBDAA3B9275C9231D1F7FCC9DAC35" Guid="*">
2519+
<File Id="filAFE791172D326D8B77DCACC5689A8E5C" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Websites\Microsoft.Azure.Commands.Resources.dll-Help.xml" />
2520+
</Component>
2521+
<Component Id="cmpAF6FDD36F73DF1B8825F6FCDBF99D507" Guid="*">
2522+
<File Id="filE60B89A0375025D8078CBBE13C43626A" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Websites\Microsoft.Azure.Commands.Resources.format.ps1xml" />
2523+
</Component>
2524+
<Component Id="cmp7FD7399FBFB41BA93701CD0B54D3E590" Guid="*">
2525+
<File Id="filD2AC6C37607AB4FA8D87E34E6C5E70C7" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Websites\Microsoft.Azure.Commands.Tags.dll" />
2526+
</Component>
2527+
<Component Id="cmp9CD7A6B4A060D1905998AF07D0B4B02A" Guid="*">
2528+
<File Id="filF0458BC5D689F3255BB60BB64ACD3FAF" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Websites\Microsoft.Azure.Commands.Tags.dll-help.xml" />
2529+
</Component>
2530+
<Component Id="cmpC3F5E35306467501723E692635390B24" Guid="*">
2531+
<File Id="fil4788043C0190D0FDE791392148091E13" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Websites\Microsoft.Azure.Commands.Tags.format.ps1xml" />
2532+
</Component>
25002533
<Component Id="cmp8F839B12289A46E7A8870014F8111911" Guid="*">
25012534
<File Id="fil449FE2073F074013C18B88473DD9F75D" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Websites\Microsoft.Azure.Commands.Websites.dll" />
25022535
</Component>
2503-
<Component Id="cmpAC5BC334718546D9DDEBC02E08A4532E" Guid="*">
2504-
<File Id="fil0058CD8D090E7A70802FC54C74FADBEE" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Websites\Microsoft.Azure.Commands.Websites.dll-Help.xml" />
2505-
</Component>
25062536
<Component Id="cmp57982B9C0764C35939F55621CA5C2670" Guid="*">
25072537
<File Id="filDA174FFA7F744E8A335CD5576CB98804" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Websites\Microsoft.Azure.Common.Authentication.dll" />
25082538
</Component>
@@ -2536,6 +2566,9 @@
25362566
<Component Id="cmp0ED267E119A5519DB38DCF6D42002072" Guid="*">
25372567
<File Id="fil0462DB65A5AD49C4265B6A7D5F4C7182" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Websites\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll" />
25382568
</Component>
2569+
<Component Id="cmpA199CCB5ED06180823B65590BF26A313" Guid="*">
2570+
<File Id="fil8B1FD69FBB1A318583F3906BA06FC867" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Websites\Microsoft.Rest.ClientRuntime.Azure.dll" />
2571+
</Component>
25392572
<Component Id="cmp3B20078612586B038701E00BEBC1B530" Guid="*">
25402573
<File Id="filED5E7D89FC671B96C355B0DAB2C29A64" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Websites\Microsoft.Rest.ClientRuntime.dll" />
25412574
</Component>
@@ -2551,15 +2584,15 @@
25512584
<Component Id="cmpA92CB3E601637C3DA53F38FE2CEF5C0B" Guid="*">
25522585
<File Id="fil620BFF6C87D14FF2E5FA1AC65012992F" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Websites\Microsoft.WindowsAzure.Commands.Common.dll" />
25532586
</Component>
2554-
<Component Id="cmpA92D5F5096D59A79F7091CC1C2C30665" Guid="*">
2555-
<File Id="fil2CA9E361B3AEA86B4593C79C9C1DFC65" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Websites\Microsoft.WindowsAzure.Commands.WebSites.format.ps1xml" />
2556-
</Component>
25572587
<Component Id="cmpA9C343968C686DDFF0EE4DA174AB8B6F" Guid="*">
25582588
<File Id="fil6C405208EF459CF9A6AB96E6B54B02FE" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Websites\Microsoft.WindowsAzure.Management.dll" />
25592589
</Component>
25602590
<Component Id="cmpCE729F12E833A20E504BF7420712FA49" Guid="*">
25612591
<File Id="fil3A4028318E1F7F6EE45551625CEFB376" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Websites\Newtonsoft.Json.dll" />
25622592
</Component>
2593+
<Component Id="cmp9C45E87E06D911D61AAC3019BA99FB0C" Guid="*">
2594+
<File Id="fil286658BB6DFDA4C72565C5BC988E1BA5" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Websites\ResourceManagerStartup.ps1" />
2595+
</Component>
25632596
<Component Id="cmp4E4BAFA8406471B1D2FFA4860A8AEAA7" Guid="*">
25642597
<File Id="fil5964A0E9C541FC4A10F2A9AA83EC493A" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Websites\System.Net.Http.Extensions.dll" />
25652598
</Component>
@@ -5413,12 +5446,22 @@
54135446
<ComponentRef Id="cmp3CA816B036B1A48C5114288067BD2C34" />
54145447
<ComponentRef Id="cmp2EAE2FAEA4A9F020FA83FD6877F1E97F" />
54155448
<ComponentRef Id="cmp8162A7134D4C9EB5D49EC45591995C2B" />
5449+
<ComponentRef Id="cmp976F4BB0FDF13DD49710C6F49EC6155E" />
5450+
<ComponentRef Id="cmp31CCE98DB6C5E1DB88E1B384C167D241" />
5451+
<ComponentRef Id="cmp83791849FA3C29D4D8CCF5D3FFA24FC1" />
54165452
<ComponentRef Id="cmpF679AA745A78D9232AFA533AC5A06B55" />
54175453
<ComponentRef Id="cmpD0FB9F1837C72A913A5A221811D836CC" />
54185454
<ComponentRef Id="cmpC5759F38821AA48E1C9BD8673AED9C0E" />
5455+
<ComponentRef Id="cmpACE8179B7C1A697082BBA394F5F07BE3" />
5456+
<ComponentRef Id="cmp22803095492E8D0D37C1DD736AABEA02" />
54195457
<ComponentRef Id="cmp9476B9E28FEBB017468E192B45CA0750" />
5458+
<ComponentRef Id="cmp93772AC2745F6B6E807F7B5A7028523B" />
5459+
<ComponentRef Id="cmp24DFBDAA3B9275C9231D1F7FCC9DAC35" />
5460+
<ComponentRef Id="cmpAF6FDD36F73DF1B8825F6FCDBF99D507" />
5461+
<ComponentRef Id="cmp7FD7399FBFB41BA93701CD0B54D3E590" />
5462+
<ComponentRef Id="cmp9CD7A6B4A060D1905998AF07D0B4B02A" />
5463+
<ComponentRef Id="cmpC3F5E35306467501723E692635390B24" />
54205464
<ComponentRef Id="cmp8F839B12289A46E7A8870014F8111911" />
5421-
<ComponentRef Id="cmpAC5BC334718546D9DDEBC02E08A4532E" />
54225465
<ComponentRef Id="cmp57982B9C0764C35939F55621CA5C2670" />
54235466
<ComponentRef Id="cmp2488ACCABA4CB85A6B69DBB1D9FDD233" />
54245467
<ComponentRef Id="cmp67AFEBC05483435B1BCA6071E6B47F01" />
@@ -5430,14 +5473,15 @@
54305473
<ComponentRef Id="cmp36E0BE08BF36A891E1E741FAE0D24269" />
54315474
<ComponentRef Id="cmpDD166FFA65677744E2C3EFC05FC744AC" />
54325475
<ComponentRef Id="cmp0ED267E119A5519DB38DCF6D42002072" />
5476+
<ComponentRef Id="cmpA199CCB5ED06180823B65590BF26A313" />
54335477
<ComponentRef Id="cmp3B20078612586B038701E00BEBC1B530" />
54345478
<ComponentRef Id="cmp67582164B4932A904A1460B50A37A58C" />
54355479
<ComponentRef Id="cmp4D574386F62E94034679F22808B3F1F1" />
54365480
<ComponentRef Id="cmp46DF6CA6BD8BD194F1866E74A694CCB3" />
54375481
<ComponentRef Id="cmpA92CB3E601637C3DA53F38FE2CEF5C0B" />
5438-
<ComponentRef Id="cmpA92D5F5096D59A79F7091CC1C2C30665" />
54395482
<ComponentRef Id="cmpA9C343968C686DDFF0EE4DA174AB8B6F" />
54405483
<ComponentRef Id="cmpCE729F12E833A20E504BF7420712FA49" />
5484+
<ComponentRef Id="cmp9C45E87E06D911D61AAC3019BA99FB0C" />
54415485
<ComponentRef Id="cmp4E4BAFA8406471B1D2FFA4860A8AEAA7" />
54425486
<ComponentRef Id="cmpC84155BCEC352235456F36314798DEB6" />
54435487
<ComponentRef Id="cmp5DFC4ECCB8BBF842D8069F3036386B84" />

src/Common/Commands.Common.Storage/Commands.Common.Storage.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<HintPath>..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll</HintPath>
5757
</Reference>
5858
<Reference Include="Microsoft.Azure.Common.Authentication, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
59-
<HintPath>..\..\packages\Microsoft.Azure.Common.Authentication.1.3.5-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll</HintPath>
59+
<HintPath>..\..\packages\Microsoft.Azure.Common.Authentication.1.4.0-preview\lib\net45\Microsoft.Azure.Common.Authentication.dll</HintPath>
6060
<Private>True</Private>
6161
</Reference>
6262
<Reference Include="Microsoft.Azure.Common.NetFramework, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
@@ -67,9 +67,9 @@
6767
<HintPath>..\..\packages\Microsoft.Azure.KeyVault.Core.1.0.0\lib\net40\Microsoft.Azure.KeyVault.Core.dll</HintPath>
6868
<Private>True</Private>
6969
</Reference>
70-
<Reference Include="Microsoft.Azure.Management.Storage, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
71-
<HintPath>..\..\packages\Microsoft.Azure.Management.Storage.2.4.0-preview\lib\net40\Microsoft.Azure.Management.Storage.dll</HintPath>
72-
<Private>True</Private>
70+
<Reference Include="Microsoft.Azure.Management.Storage, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
71+
<SpecificVersion>False</SpecificVersion>
72+
<HintPath>..\..\packages\Microsoft.Azure.Management.Storage.3.0.0\lib\net40\Microsoft.Azure.Management.Storage.dll</HintPath>
7373
</Reference>
7474
<Reference Include="Microsoft.Azure.ResourceManager, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
7575
<SpecificVersion>False</SpecificVersion>
@@ -118,16 +118,16 @@
118118
<Reference Include="Microsoft.WindowsAzure.Management.Storage">
119119
<HintPath>..\..\packages\Microsoft.WindowsAzure.Management.Storage.5.1.1\lib\net40\Microsoft.WindowsAzure.Management.Storage.dll</HintPath>
120120
</Reference>
121-
<Reference Include="Microsoft.WindowsAzure.Storage, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
121+
<Reference Include="Microsoft.WindowsAzure.Storage, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
122122
<SpecificVersion>False</SpecificVersion>
123-
<HintPath>..\..\packages\WindowsAzure.Storage.5.0.0\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>
123+
<HintPath>..\..\packages\WindowsAzure.Storage.6.0.0\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>
124124
</Reference>
125125
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
126126
<SpecificVersion>False</SpecificVersion>
127127
<HintPath>..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
128128
</Reference>
129129
<Reference Include="Microsoft.Rest.ClientRuntime, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
130-
<HintPath>..\..\packages\Microsoft.Rest.ClientRuntime.1.2.0\lib\net45\Microsoft.Rest.ClientRuntime.dll</HintPath>
130+
<HintPath>..\..\packages\Microsoft.Rest.ClientRuntime.1.3.0\lib\net45\Microsoft.Rest.ClientRuntime.dll</HintPath>
131131
<Private>True</Private>
132132
</Reference>
133133
<Reference Include="Microsoft.Rest.ClientRuntime.Azure.Authentication, Version=0.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">

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

0 commit comments

Comments
 (0)