Skip to content

Commit

Permalink
update client
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-YousefiTelori committed Jan 14, 2024
1 parent 4adfb28 commit 1a07749
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13869,6 +13869,8 @@ public enum ItemType

VerticalStack = 22,

NavMenu = 23,

}

[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v11.0.0.0))")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6797,7 +6797,8 @@
"Card",
"Button",
"HorizontalStack",
"VerticalStack"
"VerticalStack",
"NavMenu"
],
"enum": [
0,
Expand All @@ -6822,7 +6823,8 @@
19,
20,
21,
22
22,
23
]
},
"MessageContract": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Platforms>AnyCPU;x64;x86</Platforms>
<Authors>EasyMicroservices</Authors>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.0.0.24</Version>
<Version>0.0.0.25</Version>
<Description>client generated code.</Description>
<Copyright>[email protected]</Copyright>
<PackageTags>Label,microservice,whitelabel,tenant,tenants</PackageTags>
Expand Down

0 comments on commit 1a07749

Please sign in to comment.