Skip to content

Commit a4d2c2c

Browse files
committed
Version 0.0.16
1 parent 78147ed commit a4d2c2c

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

SDK.CSharp.Hub/Models/Control.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ public class Control
1111
public required byte Intensity { get; set; }
1212
[Range(300, 30000)]
1313
public required uint Duration { get; set; }
14+
public bool Exclusive { get; set; } = false;
1415
}

SDK.CSharp.Hub/SDK.CSharp.Hub.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<AssemblyName>OpenShock.SDK.CSharp.Hub</AssemblyName>
1010
<RootNamespace>OpenShock.SDK.CSharp.Hub</RootNamespace>
1111
<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>
1414
<Title>SDK.DotNet.Hub</Title>
1515
<Authors>OpenShock</Authors>
1616
<Description>Extension for OpenShock.SDK.CSharp</Description>

SDK.CSharp.Live/SDK.CSharp.Live.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<AssemblyName>OpenShock.SDK.CSharp.Live</AssemblyName>
99
<RootNamespace>OpenShock.SDK.CSharp.Live</RootNamespace>
1010
<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>
1313
<Title>SDK.DotNet.Live</Title>
1414
<Authors>OpenShock</Authors>
1515
<Description>Extension for OpenShock.SDK.CSharp</Description>

SDK.CSharp/SDK.CSharp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<AssemblyName>OpenShock.SDK.CSharp</AssemblyName>
99
<RootNamespace>OpenShock.SDK.CSharp</RootNamespace>
1010
<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>
1313
<Title>SDK.DotNet</Title>
1414
<Authors>OpenShock</Authors>
1515
<Description>.NET / C# SDK for developing OpenShock applications. Used to interact with a OpenShock backend.</Description>

0 commit comments

Comments
 (0)