From 2d78c187971da99af9c43f08fdec1a4f25b7ce48 Mon Sep 17 00:00:00 2001 From: Ratsare Date: Sat, 14 Dec 2024 23:11:10 -0500 Subject: [PATCH] Rename resolver.md to resolver.mdn --- Docs/docs/vpm/{resolver.md => resolver.mdn} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Docs/docs/vpm/{resolver.md => resolver.mdn} (99%) diff --git a/Docs/docs/vpm/resolver.md b/Docs/docs/vpm/resolver.mdn similarity index 99% rename from Docs/docs/vpm/resolver.md rename to Docs/docs/vpm/resolver.mdn index 1ea6039..27c6469 100644 --- a/Docs/docs/vpm/resolver.md +++ b/Docs/docs/vpm/resolver.mdn @@ -25,4 +25,4 @@ You can press "Resolve All" to restore all the packages to your project, which i If you want to select and resolve specific versions, you can change the target version for a single package from its dropdown, and press the "Resolve" button to the right of the package to restore that specific package and version. If that package requires additional packages, those other packages will also be restored. Note that if you press "Resolve All", the versions you selected will not be used (the Resolver will instead use the versions specified in your VPM Manifest). -You can press "Refresh" to have the Resolver compare your Packages directory against your manifest again, in case you updated something externally. \ No newline at end of file +You can press "Refresh" to have the Resolver compare your Packages directory against your manifest again, in case you updated something externally.