diff --git a/docs/compatibility-status.md b/docs/compatibility-status.md
index 5160292..bc7f6f2 100644
--- a/docs/compatibility-status.md
+++ b/docs/compatibility-status.md
@@ -781,6 +781,94 @@
- `const MB_ONIGURUMA_VERSION`
??? tiny "[=100% "**exif** 6 / 6"]"
happy face
+??? tiny "[=2% "**com_dotnet** 2 / 107"]"
+ - `function variant_set`
+ - `function variant_add`
+ - `function variant_cat`
+ - `function variant_sub`
+ - `function variant_mul`
+ - `function variant_and`
+ - `function variant_div`
+ - `function variant_eqv`
+ - `function variant_idiv`
+ - `function variant_imp`
+ - `function variant_mod`
+ - `function variant_or`
+ - `function variant_pow`
+ - `function variant_xor`
+ - `function variant_abs`
+ - `function variant_fix`
+ - `function variant_int`
+ - `function variant_neg`
+ - `function variant_not`
+ - `function variant_round`
+ - `function variant_cmp`
+ - `function variant_date_to_timestamp`
+ - `function variant_date_from_timestamp`
+ - `function variant_get_type`
+ - `function variant_set_type`
+ - `function variant_cast`
+ - `function com_event_sink`
+ - `function com_print_typeinfo`
+ - `function com_message_pump`
+ - `function com_load_typelib`
+ - `function com_get_active_object`
+ - `class COMPersistHelper`
+ - `class com_exception`
+ - `class com_safearray_proxy`
+ - `class variant`
+ - `class dotnet`
+ - `const CLSCTX_INPROC_SERVER`
+ - `const CLSCTX_INPROC_HANDLER`
+ - `const CLSCTX_LOCAL_SERVER`
+ - `const CLSCTX_REMOTE_SERVER`
+ - `const CLSCTX_SERVER`
+ - `const CLSCTX_ALL`
+ - `const VT_NULL`
+ - `const VT_EMPTY`
+ - `const VT_UI1`
+ - `const VT_I1`
+ - `const VT_UI2`
+ - `const VT_I2`
+ - `const VT_UI4`
+ - `const VT_I4`
+ - `const VT_R4`
+ - `const VT_R8`
+ - `const VT_BOOL`
+ - `const VT_ERROR`
+ - `const VT_CY`
+ - `const VT_DATE`
+ - `const VT_BSTR`
+ - `const VT_DECIMAL`
+ - `const VT_UNKNOWN`
+ - `const VT_DISPATCH`
+ - `const VT_VARIANT`
+ - `const VT_INT`
+ - `const VT_UINT`
+ - `const VT_ARRAY`
+ - `const VT_BYREF`
+ - `const CP_ACP`
+ - `const CP_MACCP`
+ - `const CP_OEMCP`
+ - `const CP_UTF7`
+ - `const CP_UTF8`
+ - `const CP_SYMBOL`
+ - `const CP_THREAD_ACP`
+ - `const VARCMP_LT`
+ - `const VARCMP_EQ`
+ - `const VARCMP_GT`
+ - `const VARCMP_NULL`
+ - `const NORM_IGNORECASE`
+ - `const NORM_IGNORENONSPACE`
+ - `const NORM_IGNORESYMBOLS`
+ - `const NORM_IGNOREWIDTH`
+ - `const NORM_IGNOREKANATYPE`
+ - `const DISP_E_DIVBYZERO`
+ - `const DISP_E_OVERFLOW`
+ - `const DISP_E_BADINDEX`
+ - `const MK_E_UNAVAILABLE`
+ - `const VT_UI8`
+ - `const VT_I8`
??? tiny "[=66% "**gd** 129 / 195"]"
- `function imagepalettecopy`
- `function imagecolorclosest`
diff --git a/tools/generate-compatibility/generate.msbuildproj b/tools/generate-compatibility/generate.msbuildproj
index fce3ac1..a899967 100644
--- a/tools/generate-compatibility/generate.msbuildproj
+++ b/tools/generate-compatibility/generate.msbuildproj
@@ -8,5 +8,6 @@
+
\ No newline at end of file