Skip to content

Latest commit

 

History

History
235 lines (210 loc) · 16.7 KB

RELEASE_NOTES.md

File metadata and controls

235 lines (210 loc) · 16.7 KB

0.18.7 - 11.12.2014

  • Extend Public API for plugin

0.18.4 - 11.12.2014

  • Allow to extract PackageId

0.18.3 - 10.12.2014

  • BUGFIX: Don't delete downloaded github zip file

0.18.2 - 09.12.2014

  • BUGFIX: Don't touch framework assemblies if not needed

0.18.1 - 09.12.2014

  • BUGFIX: Check versions file synchronously

0.18.0 - 09.12.2014

  • Show command help on --help - fsprojects#437
  • Allow to opt in to BindingRedirects - fsprojects#436
  • Don't run simplify in strict mode - fsprojects#443
  • Allow to remove NuGet packages in interactive mode - fsprojects#432
  • Added auto-unzip of downloaded archives - fsprojects#430
  • Allow to reference binary files via http reference - fsprojects#427
  • Faster BindingRedirects - fsprojects#414
  • Using a different FSharp.Core NuGet package - fsprojects#416
  • Find the paket.references file in upper directories - fsprojects#409
  • Allow paket.references files in upper directories - fsprojects#403
  • Clear failure message for paket simplify, when lock file is outdated - fsprojects#403
  • BUGFIX: Selective update updates only dependent packages - fsprojects#410
  • BUGFIX: If there are only prereleases we should just take these
  • BUGFIX: paket update nuget <name> fails if was not found in lockfile - fsprojects#404
  • BUGFIX: Unescape library filename - fsprojects#412
  • BUGFIX: Allow to reference multiple files from same repository directory - fsprojects#445
  • BUGFIX: Don't reference satellite assemblies - fsprojects#444
  • BUGFIX: Binding redirect version is picked from highest library version - fsprojects#422
  • BUGFIX: Handle numeric part of PreRelease identifiers correctly - fsprojects#426
  • BUGFIX: Fixed casing issue in selective update - fsprojects#434
  • BUGFIX: Parse http links from lockfile
  • BUGFIX: Calculate dependencies file name for http resources - fsprojects#428

0.17.0 - 29.11.2014

0.16.0 - 23.11.2014

  • Integrate BindingRedirects into Paket install process - fsprojects#383
  • BUGFIX: Download of GitHub files should clean it's own directory - fsprojects#385
  • BUGFIX: Don't remove custom framework references - fsprojects#376
  • BUGFIX: Path to dependencies file is now relative after convert-from-nuget - fsprojects#379
  • BUGFIX: Restore command in targets file didn't work with spaces in paths - fsprojects#375
  • BUGFIX: Detect FrameworkReferences without restrictions in nuspec file and install these
  • BUGFIX: Read sources even if we don't find packages - fsprojects#372

0.15.0 - 19.11.2014

  • Allow to use basic framework restrictions in NuGet packages - fsprojects#307
  • Support feeds that don't support NormalizedVersion - fsprojects#361
  • BUGFIX: Use Nuget v2 as fallback
  • BUGFIX: Accept and normalize versions like 6.0.1302.0-Preview - fsprojects#364
  • BUGFIX: Fixed handling of package dependencies containing string "nuget" - fsprojects#363

0.14.0 - 14.11.2014

  • Uses Nuget v3 API, which enables much faster resolver
  • BUGFIX: Keep project file order similar to VS order
  • Support unlisted dependencies if nothing else fits - fsprojects#327

0.13.0 - 11.11.2014

0.12.0 - 07.11.2014

  • New global paket.config file - http://fsprojects.github.io/Paket/paket-config-file.html
  • Trace warning when we replace NuGet.exe with NuGet.CommandLine - fsprojects#320
  • Allow to parse relative NuGet folders - fsprojects#317
  • When paket skips a framework install because of custom nodes it shows a warning - fsprojects#316
  • Remove the namespaces from the nuspec parser - fsprojects#315
  • New function which extracts the TargetFramework of a given projectfile.
  • New function which calculates dependencies for a given projectfile.
  • Project output type can be detected from a project file
  • Allow to retrieve inter project dependencies from a project file
  • BUGFIX: Exclude unlisted NuGet packages in Resolver - fsprojects#327
  • BUGFIX: Detect Lib vs. lib folder on Linux - fsprojects#332
  • BUGFIX: Paket stopwatch was incorrect - fsprojects#326
  • BUGFIX: Paket failed on generating lockfile for LessThan version requirement - fsprojects#314
  • BUGFIX: Don't match suffixes in local NuGet packages - fsprojects#317
  • BUGFIX: Don't fail with NullReferenceException when analyzing nuget.config - fsprojects#319

0.11.0 - 29.10.2014

0.10.0 - 24.10.2014

  • Initial version of paket remove command - http://fsprojects.github.io/Paket/paket-remove.html
  • Paket add doesn't fail on second attempt - fsprojects#295
  • Report full paths when access is denied - fsprojects#242
  • Visual Studio restore only restores for the current project
  • BUGFIX: Selective update keeps all other versions
  • BUGFIX: Install process accepts filenames with lib
  • BUGFIX: Fix !~> resolver
  • BUGFIX: Use normal 4.0 framework libs when we only specify net40
  • BUGFIX: Fix timing issue with paket install --hard - fsprojects#293
  • BUGFIX: Fix namespace handling in nuspec files
  • BUGFIX: Add default nuget source to dependencies file if original project has no source

0.9.0 - 22.10.2014

0.8.0 - 15.10.2014

0.7.0 - 14.10.2014

  • Initial support for referencing full github projects - http://fsprojects.github.io/Paket/http-dependencies.html#Referencing-a-GitHub-repository
  • Allow to use all branches in GitHub sources - fsprojects#249
  • Initial support for frameworkAssemblies from nuspec - fsprojects#241
  • Download github source files with correct encoding - fsprojects#248
  • Add FSharp.Core.Microsoft.Signed as dependency
  • Install model uses portable versions for net40 and net45 when package doesn't contain special versions
  • Install command displays existing versions if constraint does not match any version
  • Restore command doesn't calc install model.
  • Use https in DefaultNugetStream - fsprojects#251
  • BUGFIX: Paket only deletes files which will are downloaded by init-auto-restore process - fsprojects#254
  • BUGFIX: Paket convert-from-nuget failed when package source keys contain invalid XML element chars - fsprojects#253

0.6.0 - 11.10.2014

0.5.0 - 09.10.2014

0.4.0 - 28.09.2014

0.3.0 - 25.09.2014

0.2.0 - 17.09.2014

0.1.4 - 16.09.2014

  • Only vbproj, csproj and fsproj files are handled

0.1.3 - 15.09.2014

  • Detect FSharpx.Core in packages

0.1.2 - 15.09.2014

  • --hard parameter allows better transition from NuGet.exe

0.1.0 - 12.09.2014

  • We are live - yay!