File tree Expand file tree Collapse file tree 2 files changed +34
-1
lines changed
Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.4.7
4+
5+ ### Bug fixes
6+
7+ * Fix issue: Getting exception instead of PasswordExpired status
8+
9+
10+ ## 2.4.6
11+
12+ ### Bug fixes
13+
14+ * Fix issue: "RecoverPasswordAsync fails when used with a RecoveryToken"
15+ * Fix Reversing Labs scan in CI pipeline
16+
17+ ## 2.4.5
18+
19+ ### Updates
20+
21+ * Move away from orb-defined jobs when running static analysis tooling
22+ * Update System.Text.Json
23+ * Update dependencies to resolve vulnerabilities in sample apps
24+ * Add reversing labs scan to CI pipeline
25+
26+ ### Bug fixes
27+
28+ * Ensure external IdP list is returned correctly
29+
30+ ## 2.4.4
31+
32+ ### Updates
33+
34+ * Make some properties virtual to enable unit tests
35+
336## 2.4.3
437
538### Bug fixes
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <TargetFrameworks >netstandard2.0;netstandard2.1</TargetFrameworks >
55 <LangVersion >7.3</LangVersion >
6- <VersionPrefix >2.4.5 </VersionPrefix >
6+ <VersionPrefix >2.4.7 </VersionPrefix >
77 </PropertyGroup >
88
99 <PropertyGroup >
You can’t perform that action at this time.
0 commit comments