Skip to content

Commit

Permalink
Version 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rickedb committed Jan 17, 2022
1 parent 310efa3 commit a5a1aa1
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
- name: Publish NuGet
run: |
dotnet build src/OpenProtocolInterpreter/OpenProtocolInterpreter.csproj --configuration release
nuget push src/OpenProtocolInterpreter/bin/release/OpenProtocolInterpreter.4.0.0.nupkg -Source https://api.nuget.org/v3/index.json -SkipDuplicate
nuget push src/OpenProtocolInterpreter/bin/release/OpenProtocolInterpreter.4.1.0.nupkg -Source https://api.nuget.org/v3/index.json -SkipDuplicate
Binary file modified dist/lib/netstandard2.0/OpenProtocolInterpreter.dll
Binary file not shown.
19 changes: 19 additions & 0 deletions dist/lib/netstandard2.0/OpenProtocolInterpreter.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 5 additions & 28 deletions src/OpenProtocolInterpreter/OpenProtocolInterpreter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>latest</LangVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<FileVersion>4.0.0.0</FileVersion>
<Version>4.0.0</Version>
<AssemblyVersion>4.1.0.0</AssemblyVersion>
<FileVersion>4.1.0.0</FileVersion>
<Version>4.1.0</Version>
<Description>Converts the ugly package that came from Open Protocol to an object</Description>
<Copyright>Copyright © 2022</Copyright>
<Authors>Henrique Dal Bello Batista</Authors>
Expand All @@ -14,32 +14,9 @@
<RepositoryUrl>https://github.com/Rickedb/OpenProtocolInterpreter</RepositoryUrl>
<PackageTags>CSharp Open Protocol Atlas Copco</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>Breaking changes:
<PackageReleaseNotes>New Features:

- RevisionsByFields is no longer a public property due to serialization issues
- CalibrationUnit.LBF_LN fixed to CalibrationUnit.LBF_IN
- CalibrationUnit.NCM changed from 5 to 8
- TorqueValuesUnit.LBF_LN fixed to TorqueValuesUnit.LBF_IN

New revisions:

- Mid0001, revisions 6 and 7
- Mid0012, revision 5
- Mid0013, revisions 3 to 5
- Mid0032, revision 4
- Mid0040, revision 6 and 7
- Mid0041, revision 6 and 7
- Mid0042, revision 2
- Mid0043, revision 2
- Mid0045, revision 2
- Mid0071, revision 3
- Mid0074, revision 2
- Mid0140, revisions 2 and 3 (pending unit tests)
- Mid1201, revision 2

Fixes:

- Fixed SpeedOrPressStatusConverter used in Mid0101</PackageReleaseNotes>
- Add NUL character to the end of package extension (string and bytes)</PackageReleaseNotes>
<PackageIcon>icon.png</PackageIcon>
</PropertyGroup>

Expand Down

0 comments on commit a5a1aa1

Please sign in to comment.