diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..409a644 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,15 @@ +* text=auto + +# ClickOnce publish output must be byte-identical to the hashes recorded +# in dll.manifest at publish time. Treat everything under Publish/ as +# binary so git's CRLF/LF normalization can't change the bytes between +# what VS published and what end-users download via setup.exe. +Publish/** -text + +# Defense in depth — apply the same rule to ClickOnce extensions +# regardless of where they live. +*.deploy binary +*.manifest binary +*.vsto binary +*.application binary +*.pfx binary diff --git a/Publish/Application Files/MarcusLaw.OutlookAddin_1_0_0_5/MarcusLaw.OutlookAddin.dll.config.deploy b/Publish/Application Files/MarcusLaw.OutlookAddin_1_0_0_5/MarcusLaw.OutlookAddin.dll.config.deploy index 242b1d2..e184124 100644 --- a/Publish/Application Files/MarcusLaw.OutlookAddin_1_0_0_5/MarcusLaw.OutlookAddin.dll.config.deploy +++ b/Publish/Application Files/MarcusLaw.OutlookAddin_1_0_0_5/MarcusLaw.OutlookAddin.dll.config.deploy @@ -1,35 +1,35 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file