Skip to content

Commit

Permalink
add NavMenuLink
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-YousefiTelori committed Jan 14, 2024
1 parent 1a07749 commit 2dfb0d6
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 @@ -13871,6 +13871,8 @@ public enum ItemType

NavMenu = 23,

NavMenuLink = 24,

}

[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 @@ -6798,7 +6798,8 @@
"Button",
"HorizontalStack",
"VerticalStack",
"NavMenu"
"NavMenu",
"NavMenuLink"
],
"enum": [
0,
Expand All @@ -6824,7 +6825,8 @@
20,
21,
22,
23
23,
24
]
},
"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.25</Version>
<Version>0.0.0.26</Version>
<Description>client generated code.</Description>
<Copyright>[email protected]</Copyright>
<PackageTags>Label,microservice,whitelabel,tenant,tenants</PackageTags>
Expand Down

0 comments on commit 2dfb0d6

Please sign in to comment.