File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -425,7 +425,7 @@ static const CHAR c_WARNING_FILE_OVERWRITE_Header[] =
425
425
// the include name bellow has to be in LOWER case
426
426
static const CHAR c_Include_Header_Begin[] =
427
427
" \n "
428
- " #include \" %S_native.h \"\n "
428
+ " #include \" %S \"\n "
429
429
" \n " ;
430
430
431
431
static const CHAR c_Include_Interop_h[] =
@@ -457,7 +457,7 @@ static const CHAR c_Type_End[] =
457
457
// --//
458
458
459
459
static const CHAR c_Definition_Begin[] =
460
- " #include \" %S_native.h \"\n "
460
+ " #include \" %S \"\n "
461
461
" \n "
462
462
" \n "
463
463
" static const CLR_RT_MethodHandler method_lookup[] =\n "
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" : " 1.14 " ,
3
+ "version" : " 1.15 " ,
4
4
"assemblyVersion" : {
5
5
"precision" : " build"
6
6
},
You can’t perform that action at this time.
0 commit comments