Skip to content

Commit a58e60d

Browse files
authored
Update csproj nuget references
1 parent c6bddc6 commit a58e60d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

MewtocolNet/MewtocolNet.csproj

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
5-
<IsPublishable>false</IsPublishable>
4+
<IsPublishable>false</IsPublishable>
65
<TargetFramework>netstandard2.0</TargetFramework>
76
<PackageId>Mewtocol.NET</PackageId>
87
<Version>0.0.0</Version>
98
<Authors>Felix Weiss</Authors>
10-
<Company>Womed</Company>
9+
<Company>OpenLogics</Company>
1110
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1211
<Description>A Mewtocol protocol library to interface with Panasonic PLCs over TCP/Serial.</Description>
13-
<Copyright>Copyright (c) 2022 - 2023 WOLF Medizintechnik GmbH</Copyright>
14-
<PackageProjectUrl>https://github.com/WOmed/MewtocolNet</PackageProjectUrl>
15-
<RepositoryUrl>https://github.com/WOmed/MewtocolNet</RepositoryUrl>
12+
<Copyright>Copyright (c) 2022 - 2023 OpenLogics</Copyright>
13+
<PackageProjectUrl>https://github.com/OpenLogics/MewtocolNet</PackageProjectUrl>
14+
<RepositoryUrl>https://github.com/OpenLogics/MewtocolNet</RepositoryUrl>
1615
<PackageTags>plc;panasonic;mewtocol;automation;</PackageTags>
1716
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1817
<UserSecretsId>2ccdcc9b-94a3-4e76-8827-453ab889ea33</UserSecretsId>

0 commit comments

Comments
 (0)