From ebef0bae8079bf9362f38e7f14c5aa857d988a8b Mon Sep 17 00:00:00 2001 From: probonopd Date: Mon, 16 Sep 2024 18:42:29 +0200 Subject: [PATCH] DotnetPackaging --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 681b1b3..e8dc500 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,7 @@ Although the AppImage format was carefully designed not to need any special supp - [Publish-AppImage for .NET](https://github.com/kuiperzone/Publish-AppImage) - Publish AppImages for .NET applications. - [.NET Core AppImage example](https://github.com/ppy/osu-deploy/blob/697a49e9602502a2b7a899c0dff5383f6512d5d2/Program.cs#L207-L243) - Example of how to deploy .NET Core (Mono) applications as an AppImage using `dotnet publish -f netcoreapp3.1 -r linux-x64` from within a `.cs` program. - [PupNet Deploy](https://github.com/kuiperzone/PupNet-Deploy) - Cross-platform deployment utility which publishes your .NET project and packages it as a ready-to-ship installation file in a single step. +- [DotnetPackaging](https://github.com/SuperJMN/DotnetPackaging) - Tool to distribute .NET applications in the AppImage format. ### Deployment tools for Flash applications