Skip to content

Commit

Permalink
Merge pull request #1588 from AzureAD/release/v.6.0.1
Browse files Browse the repository at this point in the history
Release/v.6.0.1
  • Loading branch information
hieunguyenmsft authored Jan 11, 2022
2 parents f67a0a0 + 5848630 commit 5e2df5b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ADAL.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "ADAL"
s.module_name = "ADAL"
s.version = "6.0.0"
s.version = "6.0.1"
s.summary = "The ADAL SDK for iOS gives you the ability to add Azure Identity authentication to your application"

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion ADAL/resources/mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>6.0.0</string>
<string>6.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion ADAL/src/ADAL_Internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

#define ADAL_VER_HIGH 6
#define ADAL_VER_LOW 0
#define ADAL_VER_PATCH 0
#define ADAL_VER_PATCH 1

#define STR_HELPER(x) #x
#define STR(x) STR_HELPER(x)
Expand Down
9 changes: 9 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 6.0.1 (Jan.10.2022)
------
* Fix crash when decoding back cache object
------

Version 6.0.0 (10.20.2021)
------
* Rename namespace from AD to ADAL to avoid collision with Apple's package
------
Version 5.0.0 (08.23.2021)
------
* Rename ADLogger to ADALLogger to fix a crash about naming collision (ADLogger) between ADAL and Apple's Depth (in ARKit) in iOS 15
Expand Down

0 comments on commit 5e2df5b

Please sign in to comment.