File tree 2 files changed +4
-1
lines changed
OpenEphys.ProbeInterface.NET
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 12
12
<PackageLicenseFile >LICENSE</PackageLicenseFile >
13
13
<UseArtifactsOutput >true</UseArtifactsOutput >
14
14
<PackageIcon >icon.png</PackageIcon >
15
- <VersionPrefix >0.1.1 </VersionPrefix >
15
+ <VersionPrefix >0.2.0 </VersionPrefix >
16
16
<VersionSuffix ></VersionSuffix >
17
17
<LangVersion >10.0</LangVersion >
18
18
<Features >strict</Features >
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ public class ContactShapeParam
16
16
/// <remarks>
17
17
/// This is only used to draw <see cref="ContactShape.Circle"/> contacts. Field can be null.
18
18
/// </remarks>
19
+ [ JsonProperty ( "radius" ) ]
19
20
public float ? Radius { get ; protected set ; }
20
21
21
22
/// <summary>
@@ -25,6 +26,7 @@ public class ContactShapeParam
25
26
/// This is used to draw <see cref="ContactShape.Square"/> or <see cref="ContactShape.Rect"/> contacts.
26
27
/// Field can be null.
27
28
/// </remarks>
29
+ [ JsonProperty ( "width" ) ]
28
30
public float ? Width { get ; protected set ; }
29
31
30
32
/// <summary>
@@ -33,6 +35,7 @@ public class ContactShapeParam
33
35
/// <remarks>
34
36
/// This is only used to draw <see cref="ContactShape.Rect"/> contacts. Field can be null.
35
37
/// </remarks>
38
+ [ JsonProperty ( "height" ) ]
36
39
public float ? Height { get ; protected set ; }
37
40
38
41
/// <summary>
You can’t perform that action at this time.
0 commit comments