From 2b7635a30e8f08195672a9569704f9d3bb8e7238 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sat, 16 Oct 2021 17:58:36 +0200 Subject: [PATCH] updated to new nuget standards --- GameBundle/GameBundle.csproj | 23 +++++++++++++---------- README.md | 2 +- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/GameBundle/GameBundle.csproj b/GameBundle/GameBundle.csproj index 3a17e55..dd5f228 100644 --- a/GameBundle/GameBundle.csproj +++ b/GameBundle/GameBundle.csproj @@ -1,29 +1,32 @@ - + Exe net5.0 - + Ellpeck A tool to package MonoGame and other .NET Core applications into several distributable formats monogame mono xna netcore dotnet publish bundle tool library https://github.com/Ellpeck/GameBundle https://github.com/Ellpeck/GameBundle - https://github.com/Ellpeck/GameBundle/blob/master/LICENSE - https://raw.githubusercontent.com/Ellpeck/GameBundle/master/Logo.png + MIT + README.md + Logo.png true gamebundle 1.3.1 - + - + - + - - PreserveNewest - + + PreserveNewest + + + diff --git a/README.md b/README.md index da53f4b..22f7d5a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - +![The GameBundle logo](Logo.png) **GameBundle** is a tool to package MonoGame and other .NET Core applications into several distributable formats.