1.9.11

(feat): Add two dependencies who previously were transitive dependencies to ensure the generated SDKs use the patched versions without vulnerabilities.

  • System.Net.Http >= 4.3.4
  • System.Text.RegularExpressions >= 4.3.1 Update other dependencies to the latest version:
  • Portable.System.DateTimeOnly = 8.0.2 (on net462 & netstandard2.0)
  • PolySharp = 1.15.0
  • OneOf = 3.0.271
  • OneOf.Extended = 3.0.271

1.9.10

(feat): Add partial JsonOptions.ConfigureJsonSerializerOptions method to allow SDK maintainers to configure the JsonSerializerOptions used by the SDK.


1.9.9

(feat): Add support for Auto Pagination. When enabled, the endpoint methods will return a Pager<T> object that you can use to iterate over all items of an endpoint. Additionally, you can use the Pager<T>.AsPagesAsync method to iterate over all pages of an endpoint. The SDK will automatically make the necessary HTTP requests for you as you iterate over the items or the pages.





1.9.4

(feat): Generate a ProjectName.Test.Custom.props file for you to configure any MSBuild properties for your test project.

(feat): Only import ProjectName.Custom.props and ProjectName.Test.Custom.props if the file exists, so you can delete the file if you wish to.

(fix): Do not re-import the .NET SDK inside of ProjectName.Custom.props.


1.9.3

(feat): Generate a ProjectName.Custom.props file for you to configure any MSBuild properties for your project.

(fix): Generate the license NuGet properties inside the .csproj file correctly.