From ba77deb43d5e3b8f3ceb38959e1112ce97416eee Mon Sep 17 00:00:00 2001 From: Dan Balasescu Date: Sun, 7 Apr 2024 15:16:32 +0900 Subject: [PATCH] Move NuGet config to final csproj --- Directory.Build.props | 11 ----------- SDL3-CS/SDL3-CS.csproj | 12 ++++++++++++ 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index ffc4407..2de660c 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -14,15 +14,4 @@ SDL3-CS.licenseheader - - ppy Pty Ltd - ppy Pty Ltd - Copyright (c) 2024 ppy Pty Ltd - ppy.SDL3-CS - ppy.SDL3-CS - Automated release. - MIT - https://github.com/ppy/SDL3-CS - https://github.com/ppy/SDL3-CS - diff --git a/SDL3-CS/SDL3-CS.csproj b/SDL3-CS/SDL3-CS.csproj index cff8be8..7ab8fb9 100644 --- a/SDL3-CS/SDL3-CS.csproj +++ b/SDL3-CS/SDL3-CS.csproj @@ -8,6 +8,18 @@ $(NoWarn);SYSLIB1054;CA1401 + + ppy Pty Ltd + ppy Pty Ltd + Copyright (c) 2024 ppy Pty Ltd + ppy.SDL3-CS + ppy.SDL3-CS + Automated release. + MIT + https://github.com/ppy/SDL3-CS + https://github.com/ppy/SDL3-CS + +