Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit c8d3ace

Browse files
committed
Bump
1 parent bf8432e commit c8d3ace

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>3.5.0</Version>
3+
<Version>3.5.1</Version>
44
</PropertyGroup>
55

66
<PropertyGroup>

JustArchiNET.Madness/CallerArgumentExpressionAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
// See the License for the specific language governing permissions and
2020
// limitations under the License.
2121

22-
using System;
2322
using JetBrains.Annotations;
2423
using JustArchiNET.Madness.Helpers;
2524

25+
// ReSharper disable once CheckNamespace - we intentionally declare this namespace
2626
namespace System.Runtime.CompilerServices;
2727

2828
/// <inheritdoc />

0 commit comments

Comments
 (0)