Enum MajorVersion
A list of major versions with .net API support, so far.
Namespace: DesignData.SDS2
Assembly: DesignData.SDS2.Linker.dll
Syntax
public enum MajorVersion
Fields
Name | Description |
---|---|
Linked | This will always update to be the version of SDS2 that you are building against. It's recommended that you use this rather than naming version numbers in your code. You can switch what version you use by changing which version of SDS2 assemblies you link against. This will not update as new SDS2 versions are installed. Your application will always try and link against the SDS2 major version that it was built against. So if you built against 2022, even when 2023 comes out it will still grab 2022 and not 2023. When you're ready for 2023, change your assembly references to your 2023 install and rebuild. |
TwentyTwentyFive | SDS2 2024 |
TwentyTwentyFour | SDS2 2024 |
TwentyTwentyOne | SDS2 2021 |
TwentyTwentyThree | SDS2 2023 |
TwentyTwentyTwo | SDS2 2022 |