Skip to content

Commit 16f5f44

Browse files
authored
Merge pull request #3 from CorefluxCommunity/sln_mainfolder
+ Documentation XML fixed.
2 parents 02d899b + f657bac commit 16f5f44

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CorefluxCSharpAPI/CorefluxCSharpAPI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</PropertyGroup>
2222

2323
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
24-
<DocumentationFile>D:\Docs\Setlevel\Produtos\CorefluxCommunity\APIs\C#\corefluxmqttcsharpapi\CorefluxCSharpAPI\CorefluxMQTTcSharpAPI.xml</DocumentationFile>
24+
<DocumentationFile>CorefluxCSharpAPI\CorefluxMQTTcSharpAPI.xml</DocumentationFile>
2525
</PropertyGroup>
2626

2727
<ItemGroup>

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ This nuget package is resposible for all integration with C# and Coreflux.
2222
}
2323

2424
- Get all installed assets @ our Coreflux Hub and if they are started / stop them
25-
Coreflux.API.Client API = new Coreflux.API.Client("localhost", Coreflux.API.Client.Version.LegacyHTTPS);
25+
26+
Coreflux.API.Client API = new Coreflux.API.Client("localhost", Coreflux.API.Client.Version.LegacyHTTPS);
2627
var InstalledAssets = API.GetInstances();
2728
2829
foreach(var inst in InstalledAssets)

0 commit comments

Comments
 (0)