Skip to content

Commit

Permalink
Increase version to publish an updated nuget version (Azure#7024)
Browse files Browse the repository at this point in the history
* Added unit tests for dynamic metric alert

* Don't exclude from build and test

* Increase version to publish an updated nuget version
  • Loading branch information
meday89 authored and erich-wang committed Jul 26, 2019
1 parent 3a247c1 commit 2bb0461
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<PropertyGroup>
<Description>Microsoft Azure Monitor Library</Description>
<AssemblyName>Microsoft.Azure.Management.Monitor</AssemblyName>
<Version>0.23.0-preview</Version>
<Version>0.24.0-preview</Version>
<PackageId>Microsoft.Azure.Management.Monitor</PackageId>
<PackageTags>Management.Monitor;Management.Monitoring;metrics;alerts;autoscale;activityLogs;events;operations;logs;</PackageTags>
<PackageReleaseNotes>Added Multi Resource Alert changes for Metric Alert API and their Unit tests and Scenario Tests.</PackageReleaseNotes>
<PackageReleaseNotes>Added Dynamic Treshold for Metric Alert API and its Unit tests and Scenario Tests.</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>$(SdkTargetFx)</TargetFrameworks>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
[assembly: AssemblyTitle("Microsoft Azure Monitor Library")]
[assembly: AssemblyDescription("Provides Microsoft Azure Monitor operations.")]

[assembly: AssemblyVersion("0.22.0.0")]
[assembly: AssemblyFileVersion("0.22.0.0")]
[assembly: AssemblyVersion("0.24.0.0")]
[assembly: AssemblyFileVersion("0.24.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]
Expand Down

0 comments on commit 2bb0461

Please sign in to comment.