File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ### 2025-02-24 v5.0.0-Beta
4+
5+ * feat: Add ConfigureAwait(false) to await calls (PR #71 jtsai-osa)
6+ * feat: Pass through HttpClient from ForceClient to AuthenticationClient (PR #76 saithis)
7+ * feat: Add more composite endpoints. Add token introspection. Add call for custom APEX code (PR #72 phess101)
8+
39### 2024-05-24 v4.1.0
410
511* fix: Update PicklistValue.Validfor to byte[ ]
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33
44 <!-- Versioning-->
5- <VersionPrefix >4.1 .0</VersionPrefix >
6- <VersionSuffix ></VersionSuffix >
5+ <VersionPrefix >5.0 .0</VersionPrefix >
6+ <VersionSuffix >Beta </VersionSuffix >
77
88 <!-- Targets -->
99 <LangVersion >8.0</LangVersion >
1010
1111 <!-- NuGet-->
1212 <Authors >Anthony Reilly</Authors >
13- <Copyright >2024 Anthony Reilly</Copyright >
13+ <Copyright >2025 Anthony Reilly</Copyright >
1414 <PackageLicenseExpression >MIT</PackageLicenseExpression >
1515 <PackageProjectUrl >https://github.com/anthonyreilly/NetCoreForce</PackageProjectUrl >
1616 <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
You can’t perform that action at this time.
0 commit comments