Skip to content

Commit 314b191

Browse files
kaisong1990antrix1989Kai SongKai SongVeena11
authored
Release/1.7.0 (#2517)
* merge Hotfix/1.6.3 in main (#2437) * Add support of "lookup" mode in broker (#2414) * Update core. * modified: MSAL/IdentityCore * modified: CHANGELOG.md * modified: MSAL/IdentityCore * modified: MSAL/IdentityCore * modified: MSAL/IdentityCore * Update changelog. * bump version. * Updating MSAL framework checksum & url for 1.6.3 [skip ci] * release 1.7.0 * Kasong/1.7.0 release patch (#2506) * merge Hotfix/1.6.3 in main (#2437) * Add support of "lookup" mode in broker (#2414) * Update core. * modified: MSAL/IdentityCore * modified: CHANGELOG.md * modified: MSAL/IdentityCore * modified: MSAL/IdentityCore * modified: MSAL/IdentityCore * Update changelog. * bump version. * Updating MSAL framework checksum & url for 1.6.3 [skip ci] * Update common core --------- Co-authored-by: Sergei Demchenko <[email protected]> Co-authored-by: Kai Song <[email protected]> * Kasong/update common core conflict (#2511) * merge Hotfix/1.6.3 in main (#2437) * Add support of "lookup" mode in broker (#2414) * Update core. * modified: MSAL/IdentityCore * modified: CHANGELOG.md * modified: MSAL/IdentityCore * modified: MSAL/IdentityCore * modified: MSAL/IdentityCore * Update changelog. * bump version. * Updating MSAL framework checksum & url for 1.6.3 [skip ci] * Update release common to latest --------- Co-authored-by: Sergei Demchenko <[email protected]> Co-authored-by: Kai Song <[email protected]> * Kasong/merge conflict 1.7.0 (#2512) * merge Hotfix/1.6.3 in main (#2437) * Add support of "lookup" mode in broker (#2414) * Update core. * modified: MSAL/IdentityCore * modified: CHANGELOG.md * modified: MSAL/IdentityCore * modified: MSAL/IdentityCore * modified: MSAL/IdentityCore * Update changelog. * bump version. * Updating MSAL framework checksum & url for 1.6.3 [skip ci] --------- Co-authored-by: Sergei Demchenko <[email protected]> Co-authored-by: Kai Song <[email protected]> --------- Co-authored-by: Sergei Demchenko <[email protected]> Co-authored-by: Kai Song <[email protected]> Co-authored-by: Kai Song <[email protected]> Co-authored-by: Veena Soman <[email protected]>
1 parent 007ff1d commit 314b191

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

MSAL.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "MSAL"
3-
s.version = "1.6.3"
3+
s.version = "1.7.0"
44
s.summary = "Microsoft Authentication Library (MSAL) for iOS"
55
s.description = <<-DESC
66
The MSAL library for iOS gives your app the ability to begin using the Microsoft Cloud by supporting Microsoft Azure Active Directory and Microsoft Accounts in a converged experience using industry standard OAuth2 and OpenID Connect. The library also supports Microsoft Azure B2C for those using our hosted identity management service.

MSAL/resources/ios/Info.plist

Lines changed: 1 addition & 1 deletion
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>1.6.3</string>
18+
<string>1.7.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

MSAL/resources/mac/Info.plist

Lines changed: 1 addition & 1 deletion
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>1.6.3</string>
18+
<string>1.7.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSHumanReadableCopyright</key>

MSAL/src/MSAL_Internal.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
//------------------------------------------------------------------------------
2727

2828
#define MSAL_VER_HIGH 1
29-
#define MSAL_VER_LOW 6
30-
#define MSAL_VER_PATCH 3
29+
#define MSAL_VER_LOW 7
30+
#define MSAL_VER_PATCH 0
3131

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

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ let package = Package(
1313
targets: ["MSAL"]),
1414
],
1515
targets: [
16-
.binaryTarget(name: "MSAL", url: "https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases/download/1.6.2/MSAL.zip", checksum: "dbc4346f983e6402a37a747b371cadb44b39523a837d901e0ccc1c52b5d142d1")
16+
.binaryTarget(name: "MSAL", url: "https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases/download/1.6.3/MSAL.zip", checksum: "ce2684b1d4ab1038d7ad892d4cae8a2ae38d0f13192064473a601fffe4ae755e")
1717
]
1818
)

0 commit comments

Comments
 (0)