diff --git a/sdk/monitor/Microsoft.Azure.Management.Monitor/src/Microsoft.Azure.Management.Monitor.csproj b/sdk/monitor/Microsoft.Azure.Management.Monitor/src/Microsoft.Azure.Management.Monitor.csproj
index 0782f80be2d27..3c5be7dbcd62f 100644
--- a/sdk/monitor/Microsoft.Azure.Management.Monitor/src/Microsoft.Azure.Management.Monitor.csproj
+++ b/sdk/monitor/Microsoft.Azure.Management.Monitor/src/Microsoft.Azure.Management.Monitor.csproj
@@ -6,10 +6,10 @@
Microsoft Azure Monitor Library
Microsoft.Azure.Management.Monitor
- 0.23.0-preview
+ 0.24.0-preview
Microsoft.Azure.Management.Monitor
Management.Monitor;Management.Monitoring;metrics;alerts;autoscale;activityLogs;events;operations;logs;
- Added Multi Resource Alert changes for Metric Alert API and their Unit tests and Scenario Tests.
+ Added Dynamic Treshold for Metric Alert API and its Unit tests and Scenario Tests.
$(SdkTargetFx)
diff --git a/sdk/monitor/Microsoft.Azure.Management.Monitor/src/Properties/AssemblyInfo.cs b/sdk/monitor/Microsoft.Azure.Management.Monitor/src/Properties/AssemblyInfo.cs
index 7f7a468181a81..74eee9996c050 100644
--- a/sdk/monitor/Microsoft.Azure.Management.Monitor/src/Properties/AssemblyInfo.cs
+++ b/sdk/monitor/Microsoft.Azure.Management.Monitor/src/Properties/AssemblyInfo.cs
@@ -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")]