Skip to content

Commit

Permalink
fixed typo with obsolete Item.evaluatedInclude
Browse files Browse the repository at this point in the history
  • Loading branch information
3F committed Jun 5, 2024
1 parent 4965255 commit 63ad0f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MvsSln/Projects/Item.cs
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,10 @@ private static AsmData MakeAssemblyInfo(string name)
#pragma warning disable IDE1006

[Obsolete("Renamed as " + nameof(unevaluated))]
public readonly string unevaluatedValue => unevaluated;
public readonly string unevaluatedInclude => unevaluated;

[Obsolete("Renamed as " + nameof(evaluated))]
public readonly string evaluatedValue => evaluated;
public readonly string evaluatedInclude => evaluated;

#pragma warning restore IDE1006
#endregion
Expand Down

0 comments on commit 63ad0f2

Please sign in to comment.