Skip to content

Commit

Permalink
Mapping update to 3.88.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cengelha committed May 2, 2022
1 parent 5074820 commit dbccced
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 deletions.
5 changes: 4 additions & 1 deletion .github/changelogs/0.6.2.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
More target frameworks! Now building also for `.NET Framework 4.7`, `.NET Standard 2.0`, `.NET 5.0`, and up.
More target frameworks! Now also building for `.NET Framework 4.7` and up, `.NET Standard 2.0` and up, and `.NET 5.0`.

### Added
* Multiple target frameworks

### Changed
* Updated mapping to 3.88.0.2
6 changes: 3 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ jobs:
with:
name: libNOM.map NuGet Package
- name: Version
run: echo "dll_version=$((((Get-Item -Path .\libNOM.map.*.nupkg).Name -split '\.',3)[2] -split '\.',-2)[0])" >> $env:GITHUB_ENV
run: echo "nupkg_version=$((((Get-Item -Path .\libNOM.map.*.nupkg).Name -split '\.',3)[2] -split '\.',-2)[0])" >> $env:GITHUB_ENV
shell: pwsh
# Exit if version mismatch.
- name: Mismatch
if: ${{ github.ref_name != env.dll_version }}
if: ${{ github.ref_name != env.nupkg_version }}
run: |
echo "There is a version mismatch between git tag (${{ github.ref_name }}) and dll version (${{ env.dll_version }})!"
echo "There is a version mismatch between git tag (${{ github.ref_name }}) and nupkg version (${{ env.nupkg_version }})!"
exit 1
- name: Create
uses: softprops/action-gh-release@v1
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@ All notable changes to this project will be documented in this file. It uses the
### Fixed
### Security

## 0.6.2 (2022-05-??)
## 0.6.2 (2022-05-02)

### Added
* Multiple target frameworks

### Changed
* Updated mapping to 3.88.0.2

## 0.6.1 (2022-04-27)

### Fixed
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# libNOM.map

![Maintained](https://img.shields.io/maintenance/yes/2022)
[![.NET 6](https://img.shields.io/badge/.NET-6-lightgrey)](https://dotnet.microsoft.com/en-us/)
[![C# 10](https://img.shields.io/badge/C%23-10-lightgrey)](https://docs.microsoft.com/en-us/dotnet/csharp/)
[![.NET 6](https://img.shields.io/badge/.NET-Framework%204.7%20%7C%20Standard%202.0%20%7C%205.0%20%7C%206.0-lightgrey)](https://dotnet.microsoft.com/en-us/)
[![C# 10](https://img.shields.io/badge/C%23-10.0-lightgrey)](https://docs.microsoft.com/en-us/dotnet/csharp/)
[![Release](https://img.shields.io/github/v/release/zencq/libNOM.map?display_name=tag)](https://github.com/zencq/libNOM.map/releases/latest)

[![libNOM.map](https://github.com/zencq/libNOM.map/actions/workflows/pipeline.yml/badge.svg)](https://github.com/zencq/libNOM.map/actions/workflows/pipeline.yml)
Expand All @@ -24,7 +24,7 @@ from the [lastest MBINCompiler release](https://github.com/monkeyman192/MBINComp
It will be downloaded to **download/mapping.json** (if no other path is set) and
automatically loaded if present.

The built-in mapping is based on `3.82.0.2`.
The built-in mapping is based on `3.88.0.2`.

### Usage

Expand Down
2 changes: 1 addition & 1 deletion libNOM.map/Resources/mapping_mbincompiler.json

Large diffs are not rendered by default.

0 comments on commit dbccced

Please sign in to comment.