All Versions
28
Latest Version
Avg Release Cycle
100 days
Latest Release
1243 days ago

Changelog History
Page 2

  • v5.0.0 Changes

    November 12, 2019
    • โฌ†๏ธ Upgrade to .NET Core 3 SDK and target netcoreapp3.0.
    • ๐Ÿ“ฆ Switch from NuGet PackageIconUrl to PackageIcon, so the icon is now embedded in the package.
    • โฌ†๏ธ Upgrade Micorosoft.Extensions.* NuGet packages to 3.0.0.
    • Switch from Newtonsoft.Json to System.Text.Json.
    • ๐ŸŽ DistributedCacheExtensions now uses System.Text.Json and serializes directly to UTF8 for performance reasons.
    • ๐Ÿ‘‰ Use Ordinal string comparisons.
    • Switch from IHostingEnvironment to IWebHostEnvironment.
    • RedirectToCanonicalUrlRule implements Microsoft.AspNetCore.Rewrite.IRule and can be used to redirect to a single canonical URL. This used to be an MVC filter.
    • HttpExceptionMiddleware now implements IMiddleware.
    • โœ‚ Remove site map code. Look at the source code for the The ASP.NET Core standup site for how to do this in a better way.
    • โœ‚ Remove UrlHelperExtensions. Use LinkGenerator instead.
    • โœ‚ Remove ConfigurationExtensions.GetSection<T>. Use IConfiguration.Get instead.
    • โœ‚ Remove InternalServerErrorOnExceptionMiddleware since it was unused.
    • โœ‚ Remove NoCacheAttribute.
  • v4.0.0 Changes

    September 03, 2019
    • โž• Added DateTimeOffset support to Cursor.
  • v3.7.1 Changes

    November 26, 2020
    • Stop passing --urls to dotnet run (#235).
  • v3.7.0 Changes

    November 23, 2020
    • โž• Added net5.0 target framework (#234).
  • v3.6.0 Changes

    September 08, 2020
    • โž• Add Default Timeout to DotnetNew (#202).
  • v3.5.0 Changes

    June 29, 2020
    • ๐Ÿ‘‰ Make template name optional (#177).
  • v3.4.0 Changes

    March 17, 2020
    • โž• Add DotnetNew.ReinitialiseAsync.
  • v3.3.0 Changes

    July 14, 2019
    • โž• Added FxCop fixes e.g. extra null reference checking and culture insensitive string comparison.
  • v3.2.3 Changes

    December 20, 2019
    • โž• Added TempDirectory.NewShortTempDirectory() to work around MSBuild 256 character file path limit.
  • v3.2.0 Changes

    February 13, 2019
    • โž• Add HttpContext.GetUrlhelper() extension method.
    • โž• Add Cursor helper methods.