- [Security] Moderate severity vulnerability that affects Microsoft.Data.OData (CVE-2018-8269) - see #62
- [Security] Update 7za to 18.6 - see #53
- Reorder some information on the Simple Chocolatey Package Repository webpage - see #37
- Documentation note for viewing feed with Chrome - see #36
- Fix - Basic Auth doesn't allow installing Chocolatey.nupkg from local installation - #43
- Fix - install.ps1 - Function Download-Script is called before its definition - #41
- Fix - Remove duplicate XDT file - #39
- Allow installation of Chocolatey with install.ps1 script - #27
- Provide instructions on changing apikey versus what setapikey does - #25
- Enhance documentation (multiple requests) enhancement - #26
- Fix - Turning on basic auth with HttpAuth Module no longer allows pushing in v0.2x - #21
- Fix - Pushing to default url is missing in v0.2.x - #20
- Fix - New installation doesn't copy subfolders and files - #18
- Require .NET Framework 4.6.x - #14
To use the same caching techniques mentioned below in #10, we needed to upgrade to the same version of the .NET Framework that was being used by NuGet.Server. That means you need to take some extra steps of ensuring that your ASP.NET has .NET 4.6+ registered so that files are served properly.
- Use same caching techniques as NuGet.Server v3x+ (NuGet v3.4.x+) - #10
No longer time out when serving up large-sized packages. This is accomplished by pulling the items out of packages ahead of time that are necessary when serving information.
- Fix - Uploading large package results in System.OutOfMemoryException - #15
- Fix - Turning on basic auth in web.config doesn't allow pushing packages - #6
- Use Chocolatey icon for favicon
- Allow specifying Basic Authentication credentials directly from the web.config file - #5
- Increase timeout for pushing packages from the default of 110 seconds to 1200 seconds (20 minutes) - #3
- Package size allows for 2GB - #1
- Uses same NuGet enhancements that Chocolatey uses.
- Small fix to not do anything with respect to making changes.
- Cleaned up files
- Initial Release