Skip to content

Commit 5e2df5b

Browse files
Merge pull request #1588 from AzureAD/release/v.6.0.1
Release/v.6.0.1
2 parents f67a0a0 + 5848630 commit 5e2df5b

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

ADAL.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "ADAL"
33
s.module_name = "ADAL"
4-
s.version = "6.0.0"
4+
s.version = "6.0.1"
55
s.summary = "The ADAL SDK for iOS gives you the ability to add Azure Identity authentication to your application"
66

77
s.description = <<-DESC

ADAL/resources/mac/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>6.0.0</string>
18+
<string>6.0.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

ADAL/src/ADAL_Internal.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
#define ADAL_VER_HIGH 6
3030
#define ADAL_VER_LOW 0
31-
#define ADAL_VER_PATCH 0
31+
#define ADAL_VER_PATCH 1
3232

3333
#define STR_HELPER(x) #x
3434
#define STR(x) STR_HELPER(x)

changelog.txt

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Version 6.0.1 (Jan.10.2022)
2+
------
3+
* Fix crash when decoding back cache object
4+
------
5+
6+
Version 6.0.0 (10.20.2021)
7+
------
8+
* Rename namespace from AD to ADAL to avoid collision with Apple's package
9+
------
110
Version 5.0.0 (08.23.2021)
211
------
312
* Rename ADLogger to ADALLogger to fix a crash about naming collision (ADLogger) between ADAL and Apple's Depth (in ARKit) in iOS 15

0 commit comments

Comments
 (0)