Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Releases: TechNobre/PowerUtils.Net.Primitives

v2.0.0

30 Aug 12:12

Choose a tag to compare

2.0.0 (2025-08-30)

Bug Fixes

  • Marked all implementations as Obsolete (76c3d64)

BREAKING CHANGES

  • Deprecated package

v1.6.0

18 Nov 03:15

Choose a tag to compare

1.6.0 (2024-11-18)

Features

v1.5.0

30 Sep 02:37

Choose a tag to compare

1.5.0 (2024-09-30)

Features

  • Added support to .NET7 and .NET8 (4e5c81e)

v1.4.0

04 Jun 01:24

Choose a tag to compare

1.4.0 (2023-06-04)

Features

  • Added support for .NET7 (2b9cf15)

v1.3.0

21 Aug 23:43

Choose a tag to compare

1.3.0 (2022-08-21)

Features

  • Add support to debug in runtime Microsoft.SourceLink.GitHub (49a59ed)

1.2.0

02 Mar 04:01
b7a0722

Choose a tag to compare

[1.2.0] - 2022-03-02

Full Changelog

New Features

  • Added constant for Status Code I'm a teapot 418;
  • Added constant for Status Code Too Early 425;
  • Added constant for Status Code Precondition Required 428;
  • Added constant for Status Code Too Many Requests 429;
  • Added constant for Status Code Request Header Fields Too Large 431;
  • Added constant for Status Code Unavailable For Legal Reasons 451;
  • Added constant for Status Code Variant Also Negotiates 506;
  • Added constant for Status Code Insufficient Storage 507;
  • Added constant for Status Code Loop Detected 508;
  • Added constant for Status Code Not Extended 510;
  • Added constant for Status Code Network Authentication Required 511;
  • Added utils int.GetStatusCodeLinkOrDefault();

Fixed

  • Fixed methods documentation;

1.1.1

25 Feb 22:01
f2095d1

Choose a tag to compare

[1.1.1] - 2022-02-25

Full Changelog

New Features

  • Fixed link for status code UNPROCESSABLE_ENTITY 422;

1.1.0

25 Feb 11:05
ea21102

Choose a tag to compare

[1.1.0] - 2022-02-25

Full Changelog

New Features

  • Added constant for Status Code UNPROCESSABLE ENTITY 422;

1.0.0

21 Nov 16:35
c4b9d84

Choose a tag to compare

  • Kick start project