Skip to content

remove VersionDirectory from libraries (beta-3.0) #437

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

Merged
merged 1 commit into from
Jan 7, 2023

Conversation

mortend
Copy link
Member

@mortend mortend commented Jan 7, 2023

Before when building libraries, output files were placed inside a directory named after the current version of the library, e.g.

lib/build/UnoCore/1.2.3/

This is a relic from a time where it was possible to install multiple versions of the same library side by side using Uno Package Manager.

Uno Package Manager was removed in favor of NPM in 2019, so we no longer have this requirement and can remove the last directory part, e.g.

lib/build/UnoCore/

We should still be able to load libraries built by older versions of Uno using the version directory.

Before when building libraries, output files were placed inside a
directory named after the current version of the library, e.g.

    lib/build/UnoCore/1.2.3/

This is a relic from a time where it was possible to install multiple
versions of the same library side by side using Uno Package Manager.

Uno Package Manager was removed in favor of NPM in 2019, so we no longer
have this requirement and can remove the last directory part, e.g.

    lib/build/UnoCore/

We should still be able to load libraries built by older versions of
Uno using the version directory.
@mortend mortend merged commit fa61353 into fuse-open:beta-3.0 Jan 7, 2023
@mortend mortend deleted the net6-version-dir branch January 7, 2023 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant