Commit 312008c1 authored by Pierre-André Liné's avatar Pierre-André Liné
Browse files

initial v3

parents
File added
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-2.6.8.0" newVersion="2.6.8.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Threading.Tasks" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-2.6.8.0" newVersion="2.6.8.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/></startup></configuration>
File added
{
"name": "Opc DA client",
"description": "Communication en temps réel avec des équipements utilisant le protocole OPC DA",
"version": "3.0.0",
"gitlab": "https://gitlab.linaware.eu/flybox/v3/libraries/opc-da-client",
"modules": [
{
"class": "Linaware.Flybox.OpcDaClientModule",
"decription": "Communication en temps réel avec des équipements utilisant le protocole OPC DA",
"files": [
"module.json",
"tags.csv"
]
}
],
"files": [
"OpcDaClientLib.dll",
"OpcDaClientLib.dll.config",
"OpcDaClientLib.pdb",
"readme.md",
"manifest.json"
]
}
\ No newline at end of file
[]
\ No newline at end of file
* Opc DA Client
Communication en temps réel avec des équipements utilisant le protocole OPC DA
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment