Skip to content

Commit

Permalink
Version 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
franklupo committed Jun 23, 2023
1 parent f603150 commit d813954
Show file tree
Hide file tree
Showing 3 changed files with 353 additions and 219 deletions.
2 changes: 1 addition & 1 deletion common.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>7.4.6</Version>
<Version>8.0.0</Version>
<!--<NoWarn>$(NoWarn);CS1591;CS0436</NoWarn>-->

<Company>Corsinvest Srl</Company>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ public static class ModelsExtensionsAutoGen
/// </summary>
/// <param name="item"></param>
/// <param name="type">Only list specific interface types.
/// Enum: bridge,bond,eth,alias,vlan,OVSBridge,OVSBond,OVSPort,OVSIntPort,any_bridge</param>
/// Enum: bridge,bond,eth,alias,vlan,OVSBridge,OVSBond,OVSPort,OVSIntPort,any_bridge,any_local_bridge</param>
/// <returns></returns>
public static async Task<IEnumerable<Corsinvest.ProxmoxVE.Api.Shared.Models.Node.NodeNetwork>> Get(this Corsinvest.ProxmoxVE.Api.PveClient.PveNodes.PveNodeItem.PveNetwork item, string type = null)
=> (await item.Index(type)).ToModel<IEnumerable<Corsinvest.ProxmoxVE.Api.Shared.Models.Node.NodeNetwork>>();
Expand Down
Loading

0 comments on commit d813954

Please sign in to comment.