File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
ThisAssembly.AssemblyInfo Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ partial class ThisAssembly
2424 public static partial class Info
2525 {
2626 {{~ for prop in Properties ~}}
27- /// <summary>{{ prop.Key }} => {{ prop.Value }}</summary>
27+ /// <summary>{{ prop.Key }} = {{ prop.Value }}</summary>
2828 public const string {{ prop.Key }} = @"{{ prop.Value }}";
2929
3030 {{~ end ~}}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ partial class ThisAssembly
2424 public static partial class Metadata
2525 {
2626 {{~ for md in Metadata ~}}
27- /// <summary>{{ md.Key }} => {{ md.Value }}</summary>
27+ /// <summary>{{ md.Key }} = {{ md.Value }}</summary>
2828 public const string {{ md.Key }} = @"{{ md.Value }}";
2929
3030 {{~ end ~}}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ partial class ThisAssembly
2424 public static partial class Project
2525 {
2626 {{~ for prop in Properties ~}}
27- /// <summary>{{ prop.Key }} => {{ prop.Value }}</summary>
27+ /// <summary>{{ prop.Key }} = {{ prop.Value }}</summary>
2828 public const string {{ prop.Key }} = @"{{ prop.Value }}";
2929
3030 {{~ end ~}}
Original file line number Diff line number Diff line change 1313 {{~ if $0.Comment ~}}
1414 /// {{ $0.Comment }}
1515 {{~ end ~}}
16- /// => "{{ $0.Value }}"
16+ /// = "{{ $0.Value }}"
1717 /// </summary>
1818{{ end }}
1919{{ func render }}
You can’t perform that action at this time.
0 commit comments