Skip to content

Commit

Permalink
Upgrade Beckhoff.TwinCAT.Ads to 6.1
Browse files Browse the repository at this point in the history
- #4
  • Loading branch information
fbarresi committed Feb 4, 2024
1 parent 48e9d47 commit 841427e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion TwinCAT.JsonExtension.Tests/DebugType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@ internal class DebugType : IDataType, IStructType, IBitSize, IManagedMappableTyp
public ITypeAttributeCollection Attributes { get; }
public string Comment { get; }
public Type ManagedType { get; set; }
public IInterfaceType[] InterfaceImplementations { get; }
public IMemberCollection Members { get; set; }
public string BaseTypeName { get; }
IDataType? IStructType.BaseType { get; }
IDataType IInterfaceType.BaseType { get; }
public IMemberCollection AllMembers { get; }
public bool HasRpcMethods { get; }
public string[] InterfaceImplementationNames { get; }
public DebugType BaseType { get; set; }
public IDataType ResolveType(DataTypeResolveStrategy type)
{
Expand Down Expand Up @@ -68,5 +70,6 @@ public bool ResolveWithBinder(bool recurse, IBinder binder)

public static Type t = typeof(bool);

public IRpcMethodCollection RpcMethods { get; }
}
}
2 changes: 1 addition & 1 deletion TwinCAT.JsonExtension/TwinCAT.JsonExtension.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Beckhoff.TwinCAT.Ads" Version="5.0.492" />
<PackageReference Include="Beckhoff.TwinCAT.Ads" Version="6.1.154" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
</ItemGroup>
</Project>

0 comments on commit 841427e

Please sign in to comment.