Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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