From 85b1ee7d84c4b157fc76cd4ad8632ae963db6ca3 Mon Sep 17 00:00:00 2001 From: agracio Date: Mon, 14 Oct 2024 16:22:33 +0100 Subject: [PATCH] new release --- .npmignore | 4 +++- README.md | 11 +++++++---- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.npmignore b/.npmignore index 38928cd6..d3c518ca 100644 --- a/.npmignore +++ b/.npmignore @@ -103,4 +103,6 @@ tools/download*.js test/mochawesome-report mochawesome-report mochawesome.json -.circleci \ No newline at end of file +.circleci +*.sln +xunit*.* \ No newline at end of file diff --git a/README.md b/README.md index f5e6f145..fb90c9c4 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,14 @@ [![Build status][appveyor-image]][appveyor-url] [![CircleCI](https://dl.circleci.com/status-badge/img/gh/agracio/edge-js.svg?style=shield )](https://dl.circleci.com/status-badge/redirect/gh/agracio/edge-js/tree/master) -[![Actions Status](https://github.com/agracio/edge-js/workflows/Test/badge.svg)](https://github.com/agracio/edge-js/actions) -[![NPM Downloads][downloads-image]][downloads-url] - +[![Actions Status][github-img]][github-url] [![Git Issues][issues-img]][issues-url] [![Closed Issues][closed-issues-img]][closed-issues-url] + + ----- ### This library is based on https://github.com/tjanczuk/edge all credit for original work goes to Tomasz Janczuk. @@ -2014,7 +2014,7 @@ Issues? Feedback? You [know what to do](https://github.com/agracio/edge-js/issue [dependencies-url]: https://www.npmjs.com/package/edge-js?activeTab=dependencies [dependencies-img]: https://img.shields.io/librariesio/release/npm/edge-js.svg?style=flat-square -[downloads-image]: https://img.shields.io/npm/dw/edge-js.svg?style=flat-square +[downloads-img]: https://img.shields.io/npm/dw/edge-js.svg?style=flat-square [downloads-url]: https://img.shields.io/npm/dw/edge-js.svg [appveyor-image]:https://ci.appveyor.com/api/projects/status/3hs8xq7jieufw507/branch/master?svg=true @@ -2031,4 +2031,7 @@ Issues? Feedback? You [know what to do](https://github.com/agracio/edge-js/issue [codacy-img]: https://app.codacy.com/project/badge/Grade/3833e15b273d4add8d2030764e8977d9 [codacy-url]: https://app.codacy.com/gh/agracio/edge-js/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade +[github-img]: https://github.com/agracio/edge-js/workflows/Test/badge.svg +[github-url]: https://github.com/agracio/edge-js/actions/workflows/main.yml + diff --git a/package-lock.json b/package-lock.json index 15f8f860..44dfeb75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "edge-js", - "version": "22.7.0", + "version": "22.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "edge-js", - "version": "22.7.0", + "version": "22.9.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a97a95ee..b3f7dc67 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "url": "http://tomasz.janczuk.org", "twitter": "tjanczuk" }, - "version": "22.7.0", + "version": "22.9.0", "description": "Edge.js: run .NET and Node.js in-process on Windows, Mac OS, and Linux", "tags": [ "owin",