- Remove special copy directory for directories starting with
Plugins
- Test
- Enables trace-logs and adds --verbose argument
- Removes debug logs
- Supports DLL packages (uses
net35
for Unity3D projects) - Allows for omit-content and framework restrictions in paket.references file
- Does not delete .meta files unless they are really removed
- Adds
PAKET.UNITY3D.VERSION
environment veriable to request a specific version via the paket.unity3d.bootstrapper.exe
- Add command installs automatically when single project is found and displays a warning when multiple projects are found but interactive command is not given
- Implements Add commands
- Removes debug information from bootstrapper
- Git merge hickup has been fixed and paket.unity3d.exe should be working again
- Attaches AssemblyInfo version numbers so the bootstrapper can function
- Adds Paket.Unity3D.Bootstrapper
- More documentation and guides
- Example project
- Updates for Paket.Core 0.22.9
- Does not modify paths of "Plugins" directories
- Removed DLL embedding (postponed until Unity5 where you can link DLLs per platform)
- Cleans
Paket.Unity3D
directories in Unity3D projects when updating dependencies
- Not a prerelease anymore
- Uses ILRepack to merge exe with dlls
- Bundles dll files along in tools directory
- Installs libraries and content files from nuget-packages, respects Plugin directories
- Initial beta-release