From 2499ea3a60b4335dda8f3be6e8dc7e002fc49e54 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Wei=C3=9F?=
<72068105+Sandoun@users.noreply.github.com>
Date: Mon, 20 Jun 2022 17:17:40 +0200
Subject: [PATCH] Refactoring
---
MewtocolNet/Mewtocol/MewtocolInterfaceRequests.cs | 4 ++--
MewtocolNet/MewtocolNet.csproj | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/MewtocolNet/Mewtocol/MewtocolInterfaceRequests.cs b/MewtocolNet/Mewtocol/MewtocolInterfaceRequests.cs
index 37433fc..12ced99 100644
--- a/MewtocolNet/Mewtocol/MewtocolInterfaceRequests.cs
+++ b/MewtocolNet/Mewtocol/MewtocolInterfaceRequests.cs
@@ -38,8 +38,8 @@ namespace MewtocolNet {
string error = m.Groups[8].Value;
PLCInfo retInfo = new PLCInfo {
- CpuInformation = PLCInfo.CpuInfo.BuildFromHexString(cpu, version, capacity),
- OperationMode = PLCInfo.PLCMode.BuildFromHex(operation),
+ CpuInformation = CpuInfo.BuildFromHexString(cpu, version, capacity),
+ OperationMode = PLCMode.BuildFromHex(operation),
ErrorCode = error,
StationNumber = int.Parse(station ?? "0"),
};
diff --git a/MewtocolNet/MewtocolNet.csproj b/MewtocolNet/MewtocolNet.csproj
index bc8adf4..9e3221a 100644
--- a/MewtocolNet/MewtocolNet.csproj
+++ b/MewtocolNet/MewtocolNet.csproj
@@ -2,13 +2,13 @@
netstandard2.0
AppLogger
- 0.1.5
+ 0.2.5
Felix Weiss
Womed
true
- P:\QUELLEN\PRODUKTAKTE\DESIGN_V_V\Software SPS\Projekt FP-XH\MewtocolNet\Builds\MewtocolNet.xml
- P:\QUELLEN\PRODUKTAKTE\DESIGN_V_V\Software SPS\Projekt FP-XH\MewtocolNet\Builds\
+ C:\Users\Felix Weiß\source\repos\WOmed\MewtocolNet\Builds\MewtocolNet.xml
+ C:\Users\Felix Weiß\source\repos\WOmed\MewtocolNet\Builds