From c8d3ace6ba732369f495e7e737f5daaffcbfe521 Mon Sep 17 00:00:00 2001 From: Archi Date: Wed, 13 Apr 2022 21:42:04 +0200 Subject: [PATCH] Bump --- Directory.Build.props | 2 +- JustArchiNET.Madness/CallerArgumentExpressionAttribute.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index cf37927..406c34c 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - 3.5.0 + 3.5.1 diff --git a/JustArchiNET.Madness/CallerArgumentExpressionAttribute.cs b/JustArchiNET.Madness/CallerArgumentExpressionAttribute.cs index 0bb82d4..c084e17 100644 --- a/JustArchiNET.Madness/CallerArgumentExpressionAttribute.cs +++ b/JustArchiNET.Madness/CallerArgumentExpressionAttribute.cs @@ -19,10 +19,10 @@ // See the License for the specific language governing permissions and // limitations under the License. -using System; using JetBrains.Annotations; using JustArchiNET.Madness.Helpers; +// ReSharper disable once CheckNamespace - we intentionally declare this namespace namespace System.Runtime.CompilerServices; ///