From 160a64fe33a4bbd30664b2c48996d3a98a4961e2 Mon Sep 17 00:00:00 2001 From: Meik Tranel Date: Thu, 2 Jul 2020 20:14:27 +0200 Subject: [PATCH] Update changelog and add github actions CI badge --- CHANGELOG.md | 4 +++- README.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae011ad..a0b12f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,4 @@ -- [BREAKINGCHANGE] #7 Renamed `ExportAttribute` to `DllExportAttribute` \ No newline at end of file +* **[BREAKINGCHANGE]** #7 Renamed `ExportAttribute` to `DllExportAttribute` +* **[BUGFIX]** #16 Fixed symbols not matching after reweaving +* **[BUGFIX]** #17 Fixed incremental building issues resulting in `No method annotations found...` warnings \ No newline at end of file diff --git a/README.md b/README.md index ff819b2..1ed95d7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # NXPorts -[![Build Status](https://dev.azure.com/tranelmeik/NXPorts/_apis/build/status/NXPorts%20CI?branchName=master)](https://dev.azure.com/tranelmeik/NXPorts/_build/latest?definitionId=4&branchName=master) +[![CI](https://github.com/MeikTranel/NXPorts/workflows/CI/badge.svg)](https://github.com/MeikTranel/NXPorts/actions) [![NuGet Gallery Release](https://img.shields.io/nuget/v/NXPorts.svg)](https://www.nuget.org/packages/NXPorts/) A MSBuild-integrated library/tool to expose entrypoints in .NET assemblies to the platform invocation system or short `PInvoke`.