-
Notifications
You must be signed in to change notification settings - Fork 64
Comparing changes
Open a pull request
base repository: nx-dotnet/nx-dotnet
base: v0.5.2
head repository: nx-dotnet/nx-dotnet
compare: v0.6.0
- 9 commits
- 15 files changed
- 3 contributors
Commits on May 18, 2021
-
feat(core): create tool manifest during init
Create the manifest file so future generators can install local tools Fixes #44
Ben Callaghan committedMay 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 996aaee - Browse repository at this point
Copy the full SHA 996aaeeView commit details -
feat(dotnet): add a method to install local tools
Add a method that future builders can use to install additional tools Fixes #44
Ben Callaghan committedMay 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 6ab5d4a - Browse repository at this point
Copy the full SHA 6ab5d4aView commit details -
feat(core): add a generator for dotnet restore
Add a generator to restore packages and tools for builders to use
Ben Callaghan committedMay 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 96082a1 - Browse repository at this point
Copy the full SHA 96082a1View commit details -
fix(core): pass client through to init schematic
Use the same client in the generator and schematic for test consistency
Ben Callaghan committedMay 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 5908947 - Browse repository at this point
Copy the full SHA 5908947View commit details -
feat(core): add restore to prepare script during init
Add restore to prepare script so new installs fully set up the workspace Fixes #44
Ben Callaghan committedMay 18, 2021 Configuration menu - View commit details
-
Copy full SHA for c2b1c23 - Browse repository at this point
Copy the full SHA c2b1c23View commit details -
test(core): add additional test for prepare script
Add missing test that verifies existing scripts are not overwritten.
Ben Callaghan committedMay 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 83caa85 - Browse repository at this point
Copy the full SHA 83caa85View commit details
Commits on May 19, 2021
-
fix(core): add unused options parameter
Add an unused parameter to keep Nx from overwriting the dotnet client.
Ben Callaghan committedMay 19, 2021 Configuration menu - View commit details
-
Copy full SHA for c434d32 - Browse repository at this point
Copy the full SHA c434d32View commit details -
Merge pull request #46 from Etogy/tool-management
Add groundwork for tool management
Configuration menu - View commit details
-
Copy full SHA for 7326f59 - Browse repository at this point
Copy the full SHA 7326f59View commit details -
# [0.6.0](v0.5.2...v0.6.0) (2021-05-19) ### Bug Fixes * **core:** add unused options parameter ([c434d32](c434d32)) * **core:** pass client through to init schematic ([5908947](5908947)) ### Features * **core:** add a generator for dotnet restore ([96082a1](96082a1)) * **core:** add restore to prepare script during init ([c2b1c23](c2b1c23)), closes [#44](#44) * **core:** create tool manifest during init ([996aaee](996aaee)), closes [#44](#44) * **dotnet:** add a method to install local tools ([6ab5d4a](6ab5d4a)), closes [#44](#44)
Configuration menu - View commit details
-
Copy full SHA for b176945 - Browse repository at this point
Copy the full SHA b176945View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.5.2...v0.6.0