diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2021-11-29 15:50:24 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2021-11-29 15:50:24 +0300 |
commit | 3eb118d6db672eb8e27f2b2478b0688141782654 (patch) | |
tree | 02fc5455edfbc0d5bcdf17e366185985531c1441 /Rehau.Sku.Assist-AddIn.dna | |
parent | 0fe8e038af7f33eae824bba263e7c54dea829679 (diff) |
Async/await ready solution init commit
Diffstat (limited to 'Rehau.Sku.Assist-AddIn.dna')
-rw-r--r-- | Rehau.Sku.Assist-AddIn.dna | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Rehau.Sku.Assist-AddIn.dna b/Rehau.Sku.Assist-AddIn.dna index b7322e9..bdf8847 100644 --- a/Rehau.Sku.Assist-AddIn.dna +++ b/Rehau.Sku.Assist-AddIn.dna @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <DnaLibrary Name="Rehau.Sku.Assist Add-In" RuntimeVersion="v4.0" xmlns="http://schemas.excel-dna.net/addin/2020/07/dnalibrary"> - <ExternalLibrary Path="Rehau.Sku.Assist.dll" ExplicitExports="false" LoadFromBytes="true" Pack="true" IncludePdb="false" /> + <ExternalLibrary Path="Rehau.Sku.Assist.dll" ExplicitRegistration="true" LoadFromBytes="true" Pack="true" IncludePdb="false" /> <!-- The RuntimeVersion attribute above allows only the following setting: |