You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2021/12/15 21:24:39 UTC

[plc4x] 05/09: - Updated the NuGet information of the .Net bundles

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch feature/plc4net2
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit 8ce88213784de0e620f2cc8b309b4e3e20b2dba2
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Thu Dec 3 15:47:47 2020 +0100

    - Updated the NuGet information of the .Net bundles
---
 sandbox/plc4net/api/plc4net-api.csproj                         | 3 +++
 sandbox/plc4net/drivers/knxnetip/plc4net-driver-knxproj.csproj | 3 +++
 sandbox/plc4net/spi/plc4net-spi.csproj                         | 3 +++
 3 files changed, 9 insertions(+)

diff --git a/sandbox/plc4net/api/plc4net-api.csproj b/sandbox/plc4net/api/plc4net-api.csproj
index 11ff5a4..7da4e99 100644
--- a/sandbox/plc4net/api/plc4net-api.csproj
+++ b/sandbox/plc4net/api/plc4net-api.csproj
@@ -26,6 +26,9 @@
         <Authors>Apache PLC4X</Authors>
         <Copyright>The Apache Software Foundation</Copyright>
         <PackageProjectUrl>https://plc4x.apache.org</PackageProjectUrl>
+        <Title>PLC4Net: API</Title>
+        <PackageLicenseUrl>https://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
+        <PackageVersion>0.8.0-SNAPSHOT</PackageVersion>
     </PropertyGroup>
 
 </Project>
diff --git a/sandbox/plc4net/drivers/knxnetip/plc4net-driver-knxproj.csproj b/sandbox/plc4net/drivers/knxnetip/plc4net-driver-knxproj.csproj
index e783193..5ed4474 100644
--- a/sandbox/plc4net/drivers/knxnetip/plc4net-driver-knxproj.csproj
+++ b/sandbox/plc4net/drivers/knxnetip/plc4net-driver-knxproj.csproj
@@ -26,6 +26,9 @@
     <Authors>Apache PLC4X</Authors>
     <Copyright>The Apache Software Foundation</Copyright>
     <PackageProjectUrl>https://plc4x.apache.org</PackageProjectUrl>
+    <Title>PLC4Net: Driver: KNXNet/IP</Title>
+    <PackageLicenseUrl>https://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
+    <PackageVersion>0.8.0-SNAPSHOT</PackageVersion>
   </PropertyGroup>
 
   <ItemGroup>
diff --git a/sandbox/plc4net/spi/plc4net-spi.csproj b/sandbox/plc4net/spi/plc4net-spi.csproj
index 26090c5..649ee68 100644
--- a/sandbox/plc4net/spi/plc4net-spi.csproj
+++ b/sandbox/plc4net/spi/plc4net-spi.csproj
@@ -26,6 +26,9 @@
         <Authors>Apache PLC4X</Authors>
         <Copyright>The Apache Software Foundation</Copyright>
         <PackageProjectUrl>https://plc4x.apache.org</PackageProjectUrl>
+        <PackageVersion>0.8.0-SNAPSHOT</PackageVersion>
+        <Title>PLC4Net: SPI</Title>
+        <PackageLicenseUrl>https://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
     </PropertyGroup>
 
     <ItemGroup>