Fixed bug a bug where the writeregister method always returned false

- fixed a bug where the adress ToString of a register with a special adress was always ending with 0
- counted up version
This commit is contained in:
Felix Weiß
2022-06-23 12:15:42 +02:00
parent 4c719843f2
commit 83f17a4eae
6 changed files with 31 additions and 16 deletions

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>MewtocolNet</PackageId>
<Version>0.3.5</Version>
<Version>0.3.6</Version>
<Authors>Felix Weiss</Authors>
<Company>Womed</Company>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>