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

Commit

Permalink
Misc, Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi committed Apr 13, 2022
1 parent 9e98f9c commit a7a1a72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>3.4.0</Version>
<Version>3.5.0</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
4 changes: 1 addition & 3 deletions JustArchiNET.Madness/CallerArgumentExpressionAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ public sealed class CallerArgumentExpressionAttribute : Attribute {
/// Gets the target parameter name of the CallerArgumentExpression.
/// </summary>
/// <returns>The name of the targeted parameter of the CallerArgumentExpression</returns>
public string ParameterName {
get;
}
public string ParameterName { get; }

/// <inheritdoc />
/// <summary>
Expand Down

0 comments on commit a7a1a72

Please sign in to comment.