How to Restrict the plugin to only one specific AutoCAD version in package contents.xml

How to Restrict the plugin to only one specific AutoCAD version in package contents.xml

SMPYA
Community Visitor Community Visitor
410 Views
3 Replies
Message 1 of 4

How to Restrict the plugin to only one specific AutoCAD version in package contents.xml

SMPYA
Community Visitor
Community Visitor

I have a bundle folder where I have a package contents xml, having the runtime requirements, with series min and series max value, I need to make my plugin load only for AutoCAD 2021 version and not for other lower/higher versions. What changes need to be made to fix this? Please find the below attached image for your reference.

SMPYA_0-1705579366368.png

 

0 Likes
411 Views
3 Replies
Replies (3)
Message 2 of 4

_gile
Consultant
Consultant

Hi,

AutoCAD 2021 is R24., so:

SeriesMin="R24.0" SeriesMax="R24.0"



Gilles Chanteau
Programmation AutoCAD LISP/.NET
GileCAD
GitHub

0 Likes
Message 3 of 4

SMPYA
Community Visitor
Community Visitor

Thank you for your response. This is working fine for 2021. Can I get the Series min and Series max value for 2022, 2023, and 2024.

@_gile 

0 Likes
Message 4 of 4

_gile
Consultant
Consultant

2022 => R24.1

2023 => R24.2

2024 => R24.3

See this page.



Gilles Chanteau
Programmation AutoCAD LISP/.NET
GileCAD
GitHub

0 Likes