All Versions
502
Latest Version
Avg Release Cycle
14 days
Latest Release
95 days ago
Changelog History
Page 31
Changelog History
Page 31
-
v4.1.3
March 30, 2017- ๐ Support for dotnet pack
- ๐ BUGFIX: Handle empty references files for .NET Core
- ๐ BUGFIX: Better framework node detection
- ๐ BUGFIX: Better redirects for project dependent references files
- ๐ BUGFIX: Out-of-Sync check should work with auto-detection of framework settings
- ๐ BUGFIX: Convert from nuget with wildcard version - https://github.com/fsprojects/Paket/issues/2185
- ๐ BUGFIX: Support load script generation in restore
- ๐ BUGFIX: framework: auto-detect didn't work with Paket 4 - https://github.com/fsprojects/Paket/issues/2188
- ๐ฆ USABILITY: Convert packages that do not have version specified
- ๐ COSMETICS: Use latest FSharp.Core
-
v4.0.0
March 15, 2017- ๐ Make Paket compatible with DotNet SDK / MSBuild 15 / Visual Sudio 2017
- ๐ฆ Tail Recursive Package Resolution - https://github.com/fsprojects/Paket/pull/2066
- Reorganized resolver - https://github.com/fsprojects/Paket/pull/2039
- โช USABILITY: Added option to have paket restore fail on check failure - https://github.com/fsprojects/Paket/pull/1963
- USABILITY: Collect multiple install errors before failing - https://github.com/fsprojects/Paket/pull/2177
- Generate load scripts on install abidding to new paket.dependencies option - https://fsprojects.github.io/Paket/dependencies-file.html#Generate-load-scripts
-
v3.37.0
March 15, 2017- ๐ BUGFIX: auto-detect no longer causes Out of sync warning - https://github.com/fsprojects/Paket/issues/2096
- ๐ BUGFIX: Allow to add package when sources are splitted - https://github.com/fsprojects/Paket.VisualStudio/issues/137
- ๐ USABILITY: Remove confusing yellow diagnostics in pack - https://github.com/fsprojects/Paket/issues/2164
- ๐ USABILITY: Support TLS > 1.0 - https://github.com/fsprojects/Paket/issues/2174
- USABILITY: old bootstrapper did not work
-
v3.36.0
February 25, 2017- ๐ BUGFIX: Lower case group folder name - https://github.com/fsprojects/Paket/pull/2150
- ๐ BUGFIX: Fix resolver for Strategy.Min - https://github.com/fsprojects/Paket/issues/2148
- ๐ BUGFIX: Fix TFS-on-premise - https://github.com/fsprojects/Paket/pull/2147
- ๐ BUGFIX: Add a workaround for https://github.com/fsprojects/Paket/issues/2145
- ๐ BUGFIX: Ignore unknown frameworks - https://github.com/fsprojects/Paket/pull/2132
- ๐ COSMETICS: Do not spam "unlisted" - https://github.com/fsprojects/Paket/issues/2149
- ๐ USABILITY: Link to documentation on how to resolve a conflict - https://github.com/fsprojects/Paket/pull/2155
-
v3.35.0
January 30, 2017- โ Added "netcoreapp1.1" support - https://github.com/fsprojects/Paket/pull/2129
- ๐ BUGFIX: Ensures that boostrapper --help always work - https://github.com/fsprojects/Paket/pull/2128
- USABILITY: Reports broken project dependencies properly - https://github.com/fsprojects/Paket/pull/2131
- USABILITY: Added details for "clear-cache" in --verbose mode - https://github.com/fsprojects/Paket/pull/2130
-
v3.34.0
January 29, 2017- ๐ BUGFIX: Support GitHub dependencies with spaces - https://github.com/fsprojects/Paket/pull/2127
- ๐ BUGFIX: Convert from nuget: Local package source gave false error - https://github.com/fsprojects/Paket/pull/2112
- ๐ BUGFIX: Make config writer use XmlWriter for disk write - https://github.com/fsprojects/Paket/pull/2110
- ๐ BUGFIX: Ensure case when getting packages from nuget feed - https://github.com/fsprojects/Paket/pull/2106
- ๐ BUGFIX: Ensure stable ordering of references
-
v3.33.0
January 06, 2017- USABILITY: Ensure stable ordering of references in the same ItemGroup - https://github.com/fsprojects/Paket/pull/2105
- ๐ BUGFIX: Template with multiparagraph description was not working with LF line endings - https://github.com/fsprojects/Paket/issues/2104
-
v3.32.0
January 02, 2017- paket outdated: group -parameter added - https://github.com/fsprojects/Paket/pull/2097
- ๐ BUGFIX: Fix "directory doesn't exist" in NuGet v2 - https://github.com/fsprojects/Paket/pull/2102
- ๐ BUGFIX: Correctly escape no_proxy domains for bootstraper - https://github.com/fsprojects/Paket/pull/2100
- ๐ BUGFIX: Don't print incorrect warning in bootstraper - https://github.com/fsprojects/Paket/pull/2098
- ๐ BUGFIX: Update Argu to 3.6.1
- ๐ BUGFIX: Revert argu update
- ๐ BUGFIX: If we have ref and lib files then we prefer lib
- ๐ BUGFIX: Don't remove group with only remote files - https://github.com/fsprojects/Paket/pull/2089
- ๐ BUGFIX: Fix displayed package name for packages found in another group - https://github.com/fsprojects/Paket/pull/2088
- ๐ BUGFIX: Avoid infinite recursive calls in followODataLink - https://github.com/fsprojects/Paket/pull/2081
- ๐ BUGFIX: One of the file writes was missing a Directory.Create() - https://github.com/fsprojects/Paket/pull/2080
- ๐ BUGFIX: NuGetV2-OData: retrieve versions in descending order for artifactory - https://github.com/fsprojects/Paket/pull/2073
- ๐ BUGFIX: Default address of NuGet v3 stream points to https - https://github.com/fsprojects/Paket/pull/2071
-
v3.31.0
December 04, 2016- โ Added monoandroid70 moniker (Android 7 Nougat) - https://github.com/fsprojects/Paket/pull/2065
- ๐ BUGFIX: Package names are compared using non-linguistic Ordinal comparison - https://github.com/fsprojects/Paket/pull/2067
- ๐ BUGFIX: Fixed Git dependency change detection - https://github.com/fsprojects/Paket/pull/2061
- ๐ BUGFIX: Relax prerelease condition for --keep-patch - https://github.com/fsprojects/Paket/issues/2048
- ๐ BUGFIX: Allow specify auto-detect in specific groups - https://github.com/fsprojects/Paket/issues/2011
-
v3.30.0
November 22, 2016- ๐ Allow override of NuGetCacheFolder location through environment variable - https://github.com/fsprojects/Paket/pull/2035
- ๐ BUGFIX: Add authorization headers to Paket Push - https://github.com/fsprojects/Paket/pull/2034
- ๐ BUGFIX: Fix package name displayed when package is found in different group - https://github.com/fsprojects/Paket/issues/2031
- ๐ BUGFIX: Report which nuspec file is invalid when the nuspec cannot be loaded - https://github.com/fsprojects/Paket/issues/2026