Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(pacmak): runtime dependency should match pacmak release #4013

Merged
merged 1 commit into from
Mar 16, 2023

Commits on Mar 16, 2023

  1. fix(pacmak): runtime dependency should match pacmak release

    The code generated by `jsii-pacmak` has a dependency on jsii runtime
    versions that are expected to match that of `jsii-pacmak` itself.
    This fixes the .NET and Python generators using the assembly's
    `jsiiVersion` property, which is a metadata field supposed to only
    indicate what version of the compiler was used to build the assembly.
    RomainMuller committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    9c031c3 View commit details
    Browse the repository at this point in the history