File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
MetadataProcessor.Core/Tables Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ static nanoSignaturesTable()
8181 /// </summary>
8282 private readonly nanoTablesContext _context ;
8383
84- private readonly bool _verbose ;
84+ private readonly bool _verbose = false ;
8585
8686 /// <summary>
8787 /// Last available signature id (offset in resulting table).
@@ -98,7 +98,7 @@ public nanoSignaturesTable(nanoTablesContext context)
9898 {
9999 _context = context ;
100100
101- _verbose = true ;
101+ // _verbose = true;
102102 }
103103
104104 /// <summary>
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json" ,
3- "version" : " 2.7 " ,
3+ "version" : " 2.8 " ,
44 "assemblyVersion" : {
55 "precision" : " revision"
66 },
You can’t perform that action at this time.
0 commit comments