Skip to content

Commit 3d7cd33

Browse files
committed
build: Changelog update and bump version to 5
1 parent 7f3cd6a commit 3d7cd33

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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[]

build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
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>

0 commit comments

Comments
 (0)