Fixed issues with bitwise decoding not working correctly

- refactored bitwise register assign methods
- counted up version number
This commit is contained in:
Felix Weiß
2022-06-22 15:58:24 +02:00
parent 8f9e66d5d3
commit 4c719843f2
10 changed files with 253 additions and 120 deletions

View File

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