From 4f9c92fcc44227d731c63d421c1d885c79b85685 Mon Sep 17 00:00:00 2001 From: "David G. Moore, Jr" Date: Thu, 23 Nov 2023 10:44:30 -0500 Subject: [PATCH] UPDATED: NoWarn.targets and LICENSE.md Warn.targets, the following warning the lastmod fields were modified to include milliseconds in the timestamp. --- src/Build/NoWarn.targets | 2 +- src/LICENSE.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Build/NoWarn.targets b/src/Build/NoWarn.targets index e6013ed..7fea0f5 100755 --- a/src/Build/NoWarn.targets +++ b/src/Build/NoWarn.targets @@ -2,7 +2,7 @@ true $(RestoreDependsOn);NoWarn - $(NoWarn);CA2252;CS8335;NU1603;CS8981;NU1605; + $(NoWarn);CA2252;CS8335;NU1603;CS8981;NU1605;S3604; diff --git a/src/LICENSE.md b/src/LICENSE.md index 2b5eaac..4f60874 100644 --- a/src/LICENSE.md +++ b/src/LICENSE.md @@ -1,5 +1,5 @@ --- -date: 2023-07-13T05:44:46.048Z +date: 2023-07-13T05:44:46:00.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: - IP @@ -13,10 +13,10 @@ permissions: - private-use conditions: - include-copyright -liimitations: +limitations: - liability - warranty -lastmod: 2023-08-29T17:13:51.216Z +lastmod: 2023-08-29T17:13:51:00.216Z license: MIT slug: mit-license title: MIT License