File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed
Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1+ ## [ 1.0.4] - 2019-11-26
2+ ### Fixed
3+ - Fixed external account matching when identifier is not present (#787 )
4+
15## [ 1.0.3] - 2019-11-15
26### Added
37- Added default implementation for ADAL legacy persistence
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "MSAL"
3- s . version = "1.0.3 "
3+ s . version = "1.0.4 "
44 s . summary = "Microsoft Authentication Library (MSAL) Preview for iOS"
55
66 s . description = <<-DESC
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.0.3 </string >
18+ <string >1.0.4 </string >
1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121 <key >NSPrincipalClass </key >
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.0.3 </string >
18+ <string >1.0.4 </string >
1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121 <key >NSHumanReadableCopyright </key >
Original file line number Diff line number Diff line change 2727
2828#define MSAL_VER_HIGH 1
2929#define MSAL_VER_LOW 0
30- #define MSAL_VER_PATCH 3
30+ #define MSAL_VER_PATCH 4
3131
3232#define STR_HELPER (x ) #x
3333#define STR (x ) STR_HELPER(x)
You can’t perform that action at this time.
0 commit comments