Skip to content

Commit

Permalink
Version 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rickedb committed Sep 23, 2021
1 parent 23f89f2 commit d57be03
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 18 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.3.6.0.nupkg -Source https://api.nuget.org/v3/index.json -SkipDuplicate
nuget push src/OpenProtocolInterpreter/bin/release/OpenProtocolInterpreter.3.6.1.nupkg -Source https://api.nuget.org/v3/index.json -SkipDuplicate
Binary file modified dist/lib/netstandard2.0/OpenProtocolInterpreter.dll
Binary file not shown.
22 changes: 5 additions & 17 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>3.6.0.0</AssemblyVersion>
<FileVersion>3.6.0.0</FileVersion>
<Version>3.6.0</Version>
<AssemblyVersion>3.6.1.0</AssemblyVersion>
<FileVersion>3.6.1.0</FileVersion>
<Version>3.6.1</Version>
<Description>Converts the ugly package that came from Open Protocol to an object</Description>
<Copyright>Copyright © 2021</Copyright>
<Authors>Henrique Dal Bello Batista</Authors>
Expand All @@ -14,21 +14,9 @@
<RepositoryUrl>https://github.com/Rickedb/OpenProtocolInterpreter</RepositoryUrl>
<PackageTags>CSharp Open Protocol Atlas Copco</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>New Mids:
<PackageReleaseNotes>Fixes:

- Mid0701
- Mid9997
- Mid9998

New revisions:

- Mid0002 - revisions 6 and 7
- Mid0061 - revision 8
- Mid0065 - revisions 7 and 8

Fixes:

- Fixed default last revision for Mid0035</PackageReleaseNotes>
- Fixed Mid0245 references and set default value for User Data</PackageReleaseNotes>
<PackageIcon>icon.png</PackageIcon>
</PropertyGroup>

Expand Down

0 comments on commit d57be03

Please sign in to comment.