Skip to content

Commit 74df418

Browse files
committed
chore: Add generated JSON device config as embedded resource
1 parent b606235 commit 74df418

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Buttplug/Buttplug.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
<ItemGroup>
3737
<EmbeddedResourceInclude="..\dependencies\buttplug-schema\schema\buttplug-schema.json" />
38-
<EmbeddedResourceInclude="..\dependencies\buttplug-device-config\buttplug-device-config.yml"Link="buttplug-device-config.yml" />
38+
<EmbeddedResourceInclude="..\dependencies\buttplug-device-config\buttplug-device-config.json"Link="buttplug-device-config.json" />
3939
<NoneInclude="app.config" />
4040
</ItemGroup>
4141

Buttplug/Devices/Configuration/DeviceConfigurationManager.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ private void LoadOrAppendConfigurationObject(string aConfigString, bool aCanAddP
131131
}
132132

133133
/// <summary>
134-
/// Loads configuration file from the configuration packed with the library on compilation.
134+
/// Loads JSON configuration file from the configuration packed with the library on compilation.
135135
/// </summary>
136136
publicstaticvoidLoadBaseConfigurationFromResource()
137137
{

0 commit comments

Comments
 (0)
close