Skip to content

Commit

Permalink
Update csproj nuget references
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandoun authored Aug 22, 2023
1 parent c6bddc6 commit a58e60d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions MewtocolNet/MewtocolNet.csproj
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>

<IsPublishable>false</IsPublishable>
<IsPublishable>false</IsPublishable>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>Mewtocol.NET</PackageId>
<Version>0.0.0</Version>
<Authors>Felix Weiss</Authors>
<Company>Womed</Company>
<Company>OpenLogics</Company>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>A Mewtocol protocol library to interface with Panasonic PLCs over TCP/Serial.</Description>
<Copyright>Copyright (c) 2022 - 2023 WOLF Medizintechnik GmbH</Copyright>
<PackageProjectUrl>https://github.com/WOmed/MewtocolNet</PackageProjectUrl>
<RepositoryUrl>https://github.com/WOmed/MewtocolNet</RepositoryUrl>
<Copyright>Copyright (c) 2022 - 2023 OpenLogics</Copyright>
<PackageProjectUrl>https://github.com/OpenLogics/MewtocolNet</PackageProjectUrl>
<RepositoryUrl>https://github.com/OpenLogics/MewtocolNet</RepositoryUrl>
<PackageTags>plc;panasonic;mewtocol;automation;</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<UserSecretsId>2ccdcc9b-94a3-4e76-8827-453ab889ea33</UserSecretsId>
Expand Down

0 comments on commit a58e60d

Please sign in to comment.