From 5b4acf996b08f0cd20e412ad1f2e6080253de4a6 Mon Sep 17 00:00:00 2001 From: "David G. Moore, Jr" Date: Sun, 8 Oct 2023 16:13:46 -0400 Subject: [PATCH] So vielen Changes! --- src/Build/ADefaultBuildConfiguration.props | 8 +++++- src/Build/CodeGeneration.props | 3 --- .../CustomBeforeCentralpackageVersions.props | 4 +-- src/Build/DevelopmentDependencies.targets | 7 +++-- src/Build/EnsureLicense.props | 11 ++++++++ src/Build/EnsureLicense.targets | 6 +++++ src/Build/ItemDefinitionGroups.props | 14 +++++++++- src/Build/NoWarn.targets | 2 +- src/Build/PackageReadme.targets | 23 ++++++++-------- src/DgmjrSdk.nuproj | 2 +- src/Directory.Build.props | 1 + src/LICENSE.md | 27 +++++++++++++------ 12 files changed, 76 insertions(+), 32 deletions(-) create mode 100644 src/Build/EnsureLicense.props create mode 100644 src/Build/EnsureLicense.targets diff --git a/src/Build/ADefaultBuildConfiguration.props b/src/Build/ADefaultBuildConfiguration.props index ffb6db3..99bf692 100644 --- a/src/Build/ADefaultBuildConfiguration.props +++ b/src/Build/ADefaultBuildConfiguration.props @@ -10,10 +10,16 @@ * License: MIT (https://opensource.org/licenses/MIT) --> - Local;Debug;Staging;Release;Testing Local + + + + + + + diff --git a/src/Build/CodeGeneration.props b/src/Build/CodeGeneration.props index 8d1cfe7..7dee3d2 100755 --- a/src/Build/CodeGeneration.props +++ b/src/Build/CodeGeneration.props @@ -16,7 +16,4 @@ true $(MSBuildProjectDirectory)/$(BaseIntermediateOutputPath)/GeneratedFiles - - - diff --git a/src/Build/Custom/CustomBeforeCentralpackageVersions.props b/src/Build/Custom/CustomBeforeCentralpackageVersions.props index c57474e..f8e40df 100644 --- a/src/Build/Custom/CustomBeforeCentralpackageVersions.props +++ b/src/Build/Custom/CustomBeforeCentralpackageVersions.props @@ -52,8 +52,8 @@ - ContentFiles;Native;Compile - Build;BuildTransitive;BuildMultitargeting;Runtime + ContentFiles;Native;Analyzers + Build;BuildTransitive;BuildMultitargeting;Runtime;Compile None diff --git a/src/Build/DevelopmentDependencies.targets b/src/Build/DevelopmentDependencies.targets index f0f58f3..2d14443 100644 --- a/src/Build/DevelopmentDependencies.targets +++ b/src/Build/DevelopmentDependencies.targets @@ -1,11 +1,11 @@ @@ -37,7 +37,6 @@ OutputItemType="Analyzer" ReferenceOutputAssembly="false" /> - true true + true Compile; Runtime; Build; BuildMultitargeting; BuildTransitive; Native ContentFiles; Analyzers @@ -39,6 +39,7 @@ true true + true Always Always @@ -48,6 +49,17 @@ + + + true + true + + true + ContentFiles + ContentFiles + Build; BuildMultitargeting; BuildTransitive; Compile; Runtime; Analyzers; Native + + true diff --git a/src/Build/NoWarn.targets b/src/Build/NoWarn.targets index 6898d74..aa16de3 100755 --- a/src/Build/NoWarn.targets +++ b/src/Build/NoWarn.targets @@ -40,7 +40,7 @@ - $(NoWarn);@(NoWarn->'%(Identity)'); + $(NoWarn);@(NoWarn); diff --git a/src/Build/PackageReadme.targets b/src/Build/PackageReadme.targets index 8c42c4a..6413d52 100755 --- a/src/Build/PackageReadme.targets +++ b/src/Build/PackageReadme.targets @@ -14,31 +14,32 @@ obj/ $(MSBuildProjectDirectory)/README.md - $(MSBuildProjectName).README.md - $(MSBuildProjectDirectory)/$(IntermediateOutputPath)/$(PackageReadmeFile) + README.md + $(MSBuildProjectDirectory)/$(PackageReadmeFile) ---; title: $(Title); -lastmod: $(Date:yyyy-MM-dd-HH:mm:ss); -date: $(Date:yyyy-MM-dd-HH:mm:ss); +lastmod: $(Date:yyyy-MMTdd-HH:mm:ssZ); +date: $(Date:yyyy-MM-ddTHH:mm:ssZ); license: $(PackageLicenseExpression); slug: $(MSBuildProjectName)-readme; version: $(PackageVersion); -type: readme; authors:; - @(PackageAuthor->' - %(Initials);'); +type: readme; +authors:; +@(PackageAuthor->' - %(Initials);'); description: $(Description); keywords:; - - $(MSBuildProjectName); - @(PackageTag->' - %(Identity)'); +- $(MSBuildProjectName); +@(PackageTag->' - %(Identity)'); type: readme ---; ; -# $(MSBuildProjectName) README; -; -This file is generated from the contents of the project file.; +# $(MSBuildProjectName) Readme; + + ; ## Package Description; ; diff --git a/src/DgmjrSdk.nuproj b/src/DgmjrSdk.nuproj index 5b44f2e..5643b4b 100644 --- a/src/DgmjrSdk.nuproj +++ b/src/DgmjrSdk.nuproj @@ -38,7 +38,7 @@ - + diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 50214e0..35c5b6c 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -24,6 +24,7 @@ + diff --git a/src/LICENSE.md b/src/LICENSE.md index ad48430..2b5eaac 100644 --- a/src/LICENSE.md +++ b/src/LICENSE.md @@ -1,24 +1,35 @@ --- -title: MIT License -description: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files..yadda, yadda, yadda... +date: 2023-07-13T05:44:46.048Z +description: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files, yadda, yadda, yadda... keywords: - - license - - mit - IP - copyright -lastmod: 2023-08-29T17:14:54.338Z -date: 2023-07-13T05:44:46.048Z + - license + - mit +permissions: + - commercial-use + - modifications + - distribution + - private-use +conditions: + - include-copyright +liimitations: + - liability + - warranty +lastmod: 2023-08-29T17:13:51.216Z license: MIT -type: license slug: mit-license +title: MIT License +type: license --- # MIT License -Copyright (c) 2022-2023 [David G. Moore, Jr.](mailto:david@dgmjr.io "Send David an email") ([@dgmjr](https://github.com/dgmjr "Contact david on GitHub")), All Rights Reserved +## Copyright © 2022-2023 [David G. Moore, Jr.](mailto:david@dgmjr.io "Send David an email") ([@dgmjr](https://github.com/dgmjr "Contact david on GitHub")), All Rights Reserved Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +