Skip to content

Commit 1cc2d32

Browse files
Merge pull request #236 from AdrianJSClark/25S2
README and Release Notes Update
2 parents cf07593 + 7956f66 commit 1cc2d32

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This library allows access via .NET to the iRacing "Data API". These APIs allow
1010

1111
## ⚠ Multi-Factor Authentication Requirement
1212

13-
iRacing has announced that they now require multi-factor authentication (MFA) for all users by default. This will affect the ability to use the iRacing Data API by logging in with a username or password.
13+
iRacing now require multi-factor authentication (MFA) for all users by default. This will affect the ability to use the iRacing Data API by logging in with a username or password.
1414

1515
In the immediate future, use of the Data API will be supported by enabling "Legacy Authentication" in your iRacing account settings. iRacing will advise next steps for the authentication of applications for the Data API later on.
1616

src/Aydsko.iRacingData/Package README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This library allows access via .NET to the iRacing "Data API". These APIs allow
66

77
## ⚠ Multi-Factor Authentication Requirement
88

9-
iRacing has announced that they now require multi-factor authentication (MFA) for all users by default. This will affect the ability to use the iRacing Data API by logging in with a username or password.
9+
iRacing now require multi-factor authentication (MFA) for all users by default. This will affect the ability to use the iRacing Data API by logging in with a username or password.
1010

1111
In the immediate future, use of the Data API will be supported by enabling "Legacy Authentication" in your iRacing account settings. iRacing will advise next steps for the authentication of applications for the Data API later on.
1212

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
NOTE:
22
iRacing has enabled two-factor authentication by default. To continue to use this library you must enable "Legacy Authentication" in your iRacing account settings before attempting to authenticate. Please do not enable this setting unless you require it, as it may reduce the security on your iRacing account.
33

4-
BREAKING CHANGES:
4+
FIXES:
5+
- Implement Driver Award Instance (Issue #234)
6+
- Resolve Awards Endpoint Parsing Issue - The result for the "Awards" endpoint seems to have changed. Update our code to handle that.
7+
8+
BREAKING CHANGES (as at version 2501.0.0):
59
- Removed .NET 6 support as it is now unsupported by Microsoft. (https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core)

0 commit comments

Comments
 (0)