microsoft / Dynamics365Commerce.Solutions

Repository for hosting the Dynamics 365 Commerce end to end sample solutions
Other
54 stars 26 forks source link

Validate SDKVersion when to generate CloudScaleUnitExtensionPackage #105

Closed mauroschnider closed 1 year ago

mauroschnider commented 1 year ago

Hello, I have an extension in version 9.41. After compiling the solution, in the folder src\ScaleUnitSample\ScaleUnit\bin\Debug\netstandard2.0\CloudScaleUnitExtensionPackage, I see that the manifest.json file has the property "sdkVersion": "9.28.0.0"

I need check if sdkVersion is correct

Thank you

dadossan commented 1 year ago

Hi @mauroschnider, this bug was fixed as part of release/9.43. You can clone that branch and validate issue was fixed.

mauroschnider commented 1 year ago

Hi @dadossan, Thank you