Skip to content

Commit

Permalink
Update changelog and add github actions CI badge
Browse files Browse the repository at this point in the history
  • Loading branch information
MeikTranel committed Jul 2, 2020
1 parent e304a9a commit 160a64f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
<!-- markdownlint-disable MD041 -->
- [BREAKINGCHANGE] #7 Renamed `ExportAttribute` to `DllExportAttribute`
* **[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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down

0 comments on commit 160a64f

Please sign in to comment.