Skip to content

Releases: SimplifyNet/Simplify.Web.Multipart

1.9

26 Jun 10:28
40a5ce3

Choose a tag to compare

Added

  • MultipartModel base class which exposes the uploaded Files and allows binding the multipart form parameters to a strongly typed model (reusing the Simplify.Web model parser, so [BindProperty], [Exclude], [Format], IList<T> properties and validation attributes are supported)
  • .NET 10.0 explicit support

Removed

  • .NET 6.0 explicit support
  • .NET 4.8 explicit support

Changed

  • MultipartViewModel now inherits from MultipartModel (fully backward compatible, still exposes the raw Parameters list)

Dependencies

  • Simplify.Web bump to 5.3
  • HttpMultipartParser bump to 10.0.0

1.8

05 Jun 15:46
a74b735

Choose a tag to compare

1.8

Dependencies

  • Simplify.Web bump to 5.0
  • HttpMultipartParser bump to 8.4.0

1.8-pre01

01 Jun 16:41
a369004

Choose a tag to compare

1.8-pre01 Pre-release
Pre-release
  • Simplify.Web bump to 5.0
  • HttpMultipartParser to 8.4.0

1.7.2

26 Aug 14:18

Choose a tag to compare

Dependencies

  • HttpMultipartParser to 8.2.0 (PR#47)
  • Simplify.Web bump to 4.7 (PR#48)

1.7.1

11 Feb 15:42

Choose a tag to compare

Dependencies

  • HttpMultipartParser to 8.1.0 (PR#42)

Removed

  • Explicit .NET 5 support

1.7

10 Jan 17:23

Choose a tag to compare

1.7

Dependencies

  • HttpMultipartParser to 8.0.0 (PR#41)

1.6

10 Jan 17:23

Choose a tag to compare

1.6

Dependencies

  • HttpMultipartParser to 7.0.0 (PR#39)

1.5

04 Jun 06:27

Choose a tag to compare

1.5

Removed

  • .NET Standard 2.0 support

Added

  • Explicit .NET Standard 2.1, .NET Framework 4.8 targeting

Dependencies

  • HttpMultipartParser to 6.0.1 (PR#37)

1.4.5

18 May 07:08

Choose a tag to compare

Added

  • Explicit .NET 6 targeting

Dependencies

  • Simplify.Web bump to 4.6 (PR#36)

1.4.4

13 Mar 14:32

Choose a tag to compare

Dependencies

  • HttpMultipartParser to 5.1.0 (PR#34)