SmartAssembly 8.1.2
Released: Oct 6, 2022
8.1.2 中的更新
特性
- Extended scope of key size limitation for .snk files. Previously valid key sizes were 1024, 2048, 4096, 8192 and 16384 bits. Now key's bit-size is only constrained to be of full byte (divisible by 8), and byte-size have to be divisible by 2. This allows to use previously unsupported keys like 3072bits.
修补程序
- SmartAssembly will no longer show "Multi-module assemblies are not supported" error when multi-module assembly is not required to be processed.