Skip to content

Commit

Permalink
Version 203 support added
Browse files Browse the repository at this point in the history
Added "Commit" RolePrivilegeOperation
  • Loading branch information
davidnmbond committed Apr 24, 2024
1 parent a89c2e9 commit 569310e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion LogicMonitor.Api/LogicMonitor.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@

<!-- Update the following before releasing to nuget -->
<PackageReleaseNotes>
Fixed DataSourceGraph class name. DataSourceOverviewGraph is still available, but is now deprecated.
Version 203 support added
Added "Commit" RolePrivilegeOperation.
</PackageReleaseNotes>
<UserSecretsId>57aaa0e7-815d-4065-9339-f3f070bed01e</UserSecretsId>

Expand Down
8 changes: 7 additions & 1 deletion LogicMonitor.Api/Users/RolePrivilegeOperation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,11 @@ public enum RolePrivilegeOperation
/// Install
/// </summary>
[EnumMember(Value = "install")]
Install
Install,

/// <summary>
/// Commit
/// </summary>
[EnumMember(Value = "commit")]
Commit
}
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "3.201",
"version": "3.203",
"publicReleaseRefSpec": [
"^refs/heads/main",
"^refs/heads/V3"
Expand Down

0 comments on commit 569310e

Please sign in to comment.