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()
81
81
/// </summary>
82
82
private readonly nanoTablesContext _context ;
83
83
84
- private readonly bool _verbose ;
84
+ private readonly bool _verbose = false ;
85
85
86
86
/// <summary>
87
87
/// Last available signature id (offset in resulting table).
@@ -98,7 +98,7 @@ public nanoSignaturesTable(nanoTablesContext context)
98
98
{
99
99
_context = context ;
100
100
101
- _verbose = true ;
101
+ // _verbose = true;
102
102
}
103
103
104
104
/// <summary>
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json" ,
3
- "version" : " 2.7 " ,
3
+ "version" : " 2.8 " ,
4
4
"assemblyVersion" : {
5
5
"precision" : " revision"
6
6
},
You can’t perform that action at this time.
0 commit comments