Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
ced777ric committed Jul 4, 2024
1 parent 86f121d commit b0cb51e
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 80 deletions.
4 changes: 2 additions & 2 deletions NwPluginAPI/PluginApiVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
{
public static class PluginApiVersion
{
public const string Version = "13.1.3"; //major.minor.patch ONLY
public const string VersionString = "13.1.3";
public const string Version = "13.1.4"; //major.minor.patch ONLY
public const string VersionString = "13.1.4";

//PackageVersion needs to be set to the same value as VersionString MANUALLY IN .csproj

Expand Down
113 changes: 35 additions & 78 deletions docs/PluginAPI.Core.RoomLight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ items:
id: RoomLight
parent: PluginAPI.Core
children:
- PluginAPI.Core.RoomLight.#ctor(FlickerableLightController)
- PluginAPI.Core.RoomLight.#ctor(RoomLightController)
- PluginAPI.Core.RoomLight.DefaultColor
- PluginAPI.Core.RoomLight.FlickerLights(System.Single)
- PluginAPI.Core.RoomLight.IsEnabled
- PluginAPI.Core.RoomLight.LightColor
- PluginAPI.Core.RoomLight.LightIntensity
langs:
- csharp
- vb
Expand All @@ -21,8 +20,8 @@ items:
source:
remote:
path: NwPluginAPI/Core/RoomLight.cs
branch: 13.0.0
repo: https://github.com/northwood-studios/NwPluginAPI.git
branch: master
repo: https://github.com/ced777ric/NwPluginAPI
id: RoomLight
path: ../NwPluginAPI/Core/RoomLight.cs
startLine: 7
Expand Down Expand Up @@ -64,8 +63,8 @@ items:
source:
remote:
path: NwPluginAPI/Core/RoomLight.cs
branch: 13.0.0
repo: https://github.com/northwood-studios/NwPluginAPI.git
branch: master
repo: https://github.com/ced777ric/NwPluginAPI
id: IsEnabled
path: ../NwPluginAPI/Core/RoomLight.cs
startLine: 21
Expand Down Expand Up @@ -101,8 +100,8 @@ items:
source:
remote:
path: NwPluginAPI/Core/RoomLight.cs
branch: 13.0.0
repo: https://github.com/northwood-studios/NwPluginAPI.git
branch: master
repo: https://github.com/ced777ric/NwPluginAPI
id: LightColor
path: ../NwPluginAPI/Core/RoomLight.cs
startLine: 37
Expand Down Expand Up @@ -138,11 +137,11 @@ items:
source:
remote:
path: NwPluginAPI/Core/RoomLight.cs
branch: 13.0.0
repo: https://github.com/northwood-studios/NwPluginAPI.git
branch: master
repo: https://github.com/ced777ric/NwPluginAPI
id: DefaultColor
path: ../NwPluginAPI/Core/RoomLight.cs
startLine: 55
startLine: 54
assemblies:
- PluginAPI
namespace: PluginAPI.Core
Expand All @@ -161,43 +160,6 @@ items:
modifiers.vb:
- Public
- ReadOnly
- uid: PluginAPI.Core.RoomLight.LightIntensity
commentId: P:PluginAPI.Core.RoomLight.LightIntensity
id: LightIntensity
parent: PluginAPI.Core.RoomLight
langs:
- csharp
- vb
name: LightIntensity
nameWithType: RoomLight.LightIntensity
fullName: PluginAPI.Core.RoomLight.LightIntensity
type: Property
source:
remote:
path: NwPluginAPI/Core/RoomLight.cs
branch: 13.0.0
repo: https://github.com/northwood-studios/NwPluginAPI.git
id: LightIntensity
path: ../NwPluginAPI/Core/RoomLight.cs
startLine: 67
assemblies:
- PluginAPI
namespace: PluginAPI.Core
summary: "\nGets or sets lightning intensity in room.\n"
example: []
syntax:
content: public float LightIntensity { get; set; }
parameters: []
return:
type: System.Single
content.vb: Public Property LightIntensity As Single
overload: PluginAPI.Core.RoomLight.LightIntensity*
modifiers.csharp:
- public
- get
- set
modifiers.vb:
- Public
- uid: PluginAPI.Core.RoomLight.FlickerLights(System.Single)
commentId: M:PluginAPI.Core.RoomLight.FlickerLights(System.Single)
id: FlickerLights(System.Single)
Expand All @@ -212,11 +174,11 @@ items:
source:
remote:
path: NwPluginAPI/Core/RoomLight.cs
branch: 13.0.0
repo: https://github.com/northwood-studios/NwPluginAPI.git
branch: master
repo: https://github.com/ced777ric/NwPluginAPI
id: FlickerLights
path: ../NwPluginAPI/Core/RoomLight.cs
startLine: 84
startLine: 67
assemblies:
- PluginAPI
namespace: PluginAPI.Core
Expand All @@ -234,37 +196,37 @@ items:
- public
modifiers.vb:
- Public
- uid: PluginAPI.Core.RoomLight.#ctor(FlickerableLightController)
commentId: M:PluginAPI.Core.RoomLight.#ctor(FlickerableLightController)
id: '#ctor(FlickerableLightController)'
- uid: PluginAPI.Core.RoomLight.#ctor(RoomLightController)
commentId: M:PluginAPI.Core.RoomLight.#ctor(RoomLightController)
id: '#ctor(RoomLightController)'
parent: PluginAPI.Core.RoomLight
langs:
- csharp
- vb
name: RoomLight(FlickerableLightController)
nameWithType: RoomLight.RoomLight(FlickerableLightController)
fullName: PluginAPI.Core.RoomLight.RoomLight(FlickerableLightController)
name: RoomLight(RoomLightController)
nameWithType: RoomLight.RoomLight(RoomLightController)
fullName: PluginAPI.Core.RoomLight.RoomLight(RoomLightController)
type: Constructor
source:
remote:
path: NwPluginAPI/Core/RoomLight.cs
branch: 13.0.0
repo: https://github.com/northwood-studios/NwPluginAPI.git
branch: master
repo: https://github.com/ced777ric/NwPluginAPI
id: .ctor
path: ../NwPluginAPI/Core/RoomLight.cs
startLine: 93
startLine: 76
assemblies:
- PluginAPI
namespace: PluginAPI.Core
summary: "\nInitializes a new instance of the <xref href=\"PluginAPI.Core.RoomLight\" data-throw-if-not-resolved=\"false\"></xref> class.\n"
example: []
syntax:
content: public RoomLight(FlickerableLightController lightController)
content: public RoomLight(RoomLightController lightController)
parameters:
- id: lightController
type: FlickerableLightController
type: RoomLightController
description: The light controller for room.
content.vb: Public Sub New(lightController As FlickerableLightController)
content.vb: Public Sub New(lightController As RoomLightController)
overload: PluginAPI.Core.RoomLight.#ctor*
modifiers.csharp:
- public
Expand Down Expand Up @@ -603,23 +565,18 @@ references:
name: DefaultColor
nameWithType: RoomLight.DefaultColor
fullName: PluginAPI.Core.RoomLight.DefaultColor
- uid: PluginAPI.Core.RoomLight.LightIntensity*
commentId: Overload:PluginAPI.Core.RoomLight.LightIntensity
name: LightIntensity
nameWithType: RoomLight.LightIntensity
fullName: PluginAPI.Core.RoomLight.LightIntensity
- uid: PluginAPI.Core.RoomLight.FlickerLights*
commentId: Overload:PluginAPI.Core.RoomLight.FlickerLights
name: FlickerLights
nameWithType: RoomLight.FlickerLights
fullName: PluginAPI.Core.RoomLight.FlickerLights
- uid: System.Single
commentId: T:System.Single
parent: System
isExternal: true
name: Single
nameWithType: Single
fullName: System.Single
- uid: PluginAPI.Core.RoomLight.FlickerLights*
commentId: Overload:PluginAPI.Core.RoomLight.FlickerLights
name: FlickerLights
nameWithType: RoomLight.FlickerLights
fullName: PluginAPI.Core.RoomLight.FlickerLights
- uid: PluginAPI.Core.RoomLight
commentId: T:PluginAPI.Core.RoomLight
parent: PluginAPI.Core
Expand All @@ -631,9 +588,9 @@ references:
name: RoomLight
nameWithType: RoomLight.RoomLight
fullName: PluginAPI.Core.RoomLight.RoomLight
- uid: FlickerableLightController
commentId: T:FlickerableLightController
- uid: RoomLightController
commentId: T:RoomLightController
isExternal: true
name: FlickerableLightController
nameWithType: FlickerableLightController
fullName: FlickerableLightController
name: RoomLightController
nameWithType: RoomLightController
fullName: RoomLightController

0 comments on commit b0cb51e

Please sign in to comment.