Skip to content

Commit 076039a

Browse files
committed
Add binary files to repo for testing purposes
1 parent 61cbaa0 commit 076039a

File tree

7 files changed

+1246
-0
lines changed

7 files changed

+1246
-0
lines changed

Source/MQTTnet.PowerShell/MQTTnet.PowerShell.csproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,13 @@
1616
<ProjectReference Include="..\MQTTnet\MQTTnet.csproj" />
1717
</ItemGroup>
1818

19+
<ItemGroup>
20+
<Content Include="bin\Debug\net8.0\MQTTnet.dll" />
21+
<Content Include="bin\Debug\net8.0\MQTTnet.pdb" />
22+
<Content Include="bin\Debug\net8.0\MQTTnet.PowerShell.deps.json" />
23+
<Content Include="bin\Debug\net8.0\MQTTnet.PowerShell.dll" />
24+
<Content Include="bin\Debug\net8.0\MQTTnet.PowerShell.pdb" />
25+
<Content Include="bin\Debug\net8.0\MQTTnet.xml" />
26+
</ItemGroup>
27+
1928
</Project>
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"runtimeTarget": {
3+
"name": ".NETCoreApp,Version=v8.0",
4+
"signature": ""
5+
},
6+
"compilationOptions": {},
7+
"targets": {
8+
".NETCoreApp,Version=v8.0": {
9+
"MQTTnet.PowerShell/1.0.0": {
10+
"dependencies": {
11+
"MQTTnet": "1.0.0",
12+
"PowerShellStandard.Library": "5.1.1"
13+
},
14+
"runtime": {
15+
"MQTTnet.PowerShell.dll": {}
16+
}
17+
},
18+
"PowerShellStandard.Library/5.1.1": {
19+
"runtime": {
20+
"lib/netstandard2.0/System.Management.Automation.dll": {
21+
"assemblyVersion": "3.0.0.0",
22+
"fileVersion": "5.1.1.0"
23+
}
24+
}
25+
},
26+
"MQTTnet/1.0.0": {
27+
"runtime": {
28+
"MQTTnet.dll": {
29+
"assemblyVersion": "1.0.0.0",
30+
"fileVersion": "1.0.0.0"
31+
}
32+
}
33+
}
34+
}
35+
},
36+
"libraries": {
37+
"MQTTnet.PowerShell/1.0.0": {
38+
"type": "project",
39+
"serviceable": false,
40+
"sha512": ""
41+
},
42+
"PowerShellStandard.Library/5.1.1": {
43+
"type": "package",
44+
"serviceable": true,
45+
"sha512": "sha512-e31xJjG+Kjbv6YF3Yq6D4Dl3or8v7LrNF41k3CXrWozW6hR1zcOe5KYuZJaGSiAgLnwP8wcW+I3+IWEzMPZKXQ==",
46+
"path": "powershellstandard.library/5.1.1",
47+
"hashPath": "powershellstandard.library.5.1.1.nupkg.sha512"
48+
},
49+
"MQTTnet/1.0.0": {
50+
"type": "project",
51+
"serviceable": false,
52+
"sha512": ""
53+
}
54+
}
55+
}
Binary file not shown.
Binary file not shown.
243 KB
Binary file not shown.
122 KB
Binary file not shown.

0 commit comments

Comments
 (0)