File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -11,4 +11,5 @@ public class Control
11
11
public required byte Intensity { get ; set ; }
12
12
[ Range ( 300 , 30000 ) ]
13
13
public required uint Duration { get ; set ; }
14
+ public bool Exclusive { get ; set ; } = false ;
14
15
}
Original file line number Diff line number Diff line change 9
9
<AssemblyName >OpenShock.SDK.CSharp.Hub</AssemblyName >
10
10
<RootNamespace >OpenShock.SDK.CSharp.Hub</RootNamespace >
11
11
<Company >OpenShock</Company >
12
- <AssemblyVersion >0.0.15 </AssemblyVersion >
13
- <Version >0.0.15 </Version >
12
+ <AssemblyVersion >0.0.16 </AssemblyVersion >
13
+ <Version >0.0.16 </Version >
14
14
<Title >SDK.DotNet.Hub</Title >
15
15
<Authors >OpenShock</Authors >
16
16
<Description >Extension for OpenShock.SDK.CSharp</Description >
Original file line number Diff line number Diff line change 8
8
<AssemblyName >OpenShock.SDK.CSharp.Live</AssemblyName >
9
9
<RootNamespace >OpenShock.SDK.CSharp.Live</RootNamespace >
10
10
<Company >OpenShock</Company >
11
- <AssemblyVersion >0.0.15 </AssemblyVersion >
12
- <Version >0.0.15 </Version >
11
+ <AssemblyVersion >0.0.16 </AssemblyVersion >
12
+ <Version >0.0.16 </Version >
13
13
<Title >SDK.DotNet.Live</Title >
14
14
<Authors >OpenShock</Authors >
15
15
<Description >Extension for OpenShock.SDK.CSharp</Description >
Original file line number Diff line number Diff line change 8
8
<AssemblyName >OpenShock.SDK.CSharp</AssemblyName >
9
9
<RootNamespace >OpenShock.SDK.CSharp</RootNamespace >
10
10
<Company >OpenShock</Company >
11
- <AssemblyVersion >0.0.15 </AssemblyVersion >
12
- <Version >0.0.15 </Version >
11
+ <AssemblyVersion >0.0.16 </AssemblyVersion >
12
+ <Version >0.0.16 </Version >
13
13
<Title >SDK.DotNet</Title >
14
14
<Authors >OpenShock</Authors >
15
15
<Description >.NET / C# SDK for developing OpenShock applications. Used to interact with a OpenShock backend.</Description >
You can’t perform that action at this time.
0 commit comments