How do I determine the SDK version used to build a particular DAR?
Is it possible to determine the LF version as well?
I see the SDK version is include in the MANIFEST.mf of the dar if i explode it out – is this the best way of retrieving?
❯ jar -xvf mydar-1.1.1.dar
inflated: META-INF/MANIFEST.MF
❯ cat META-INF/MANIFEST.MF
Manifest-Version: 1.0
Created-By: damlc
Name: my-dar-1.1.1
Sdk-Version: 2.6.7