Skip to content

Commit

Permalink
feat: update tsc sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Qinyouzeng committed Aug 31, 2024
1 parent ce38fe3 commit a47d89a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<MasaFrameworkPackageVersion>1.2.0-preview.2</MasaFrameworkPackageVersion>
<MasaStackSdksPackageVersion>1.1.1-preview.7</MasaStackSdksPackageVersion>
<MasaStackSdksPackageVersion>1.2.1-preview.4</MasaStackSdksPackageVersion>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ private async Task AddLogVariablesAsync(AlarmRule alarmRule, Dictionary<string,
Query = alarmRule.WhereExpression,
Start = startTime.Value.UtcDateTime,
End = checkTime.UtcDateTime,
Service = alarmRule.AppIdentity,
IsDesc = true
};

Expand Down

0 comments on commit a47d89a

Please sign in to comment.