Skip to content

Commit 5756ddb

Browse files
Merge pull request #2489 from microsoft/develop
Merge develop to master for 5.0.3
2 parents f2bcbd9 + 76b497f commit 5756ddb

File tree

15 files changed

+20
-14
lines changed

15 files changed

+20
-14
lines changed

AppCenter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.cocoapods_version = '>= 1.10'
33
s.name = 'AppCenter'
4-
s.version = '5.0.2'
4+
s.version = '5.0.3'
55

66
s.summary = 'Visual Studio App Center is your continuous integration, delivery and learning solution for iOS and macOS apps.'
77
s.description = <<-DESC

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# App Center SDK for iOS, macOS and tvOS Change Log
22

3+
## Version 5.0.3
4+
5+
* **[Fix]** Fix the build issue with Xcode 15 beta when integrating via Swift Package Manager.
6+
37
## Version 5.0.2
48

59
### App Center

Config/Version.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
BUILD_NUMBER = 1
2-
VERSION_STRING = 5.0.2
2+
VERSION_STRING = 5.0.3

Documentation/iOS/AppCenter/.jazzy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sdk: iphonesimulator
55
theme: ../../Themes/apple
66

77
module: AppCenter
8-
module_version: 5.0.2
8+
module_version: 5.0.3
99
author: Microsoft Corp
1010
author_url: http://www.microsoft.com
1111

Documentation/iOS/AppCenterAnalytics/.jazzy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sdk: iphonesimulator
55
theme: ../../Themes/apple
66

77
module: AppCenterAnalytics
8-
module_version: 5.0.2
8+
module_version: 5.0.3
99
author: Microsoft Corp
1010
author_url: http://www.microsoft.com
1111

Documentation/iOS/AppCenterCrashes/.jazzy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sdk: iphonesimulator
55
theme: ../../Themes/apple
66

77
module: AppCenterCrashes
8-
module_version: 5.0.2
8+
module_version: 5.0.3
99
author: Microsoft Corp
1010
author_url: http://www.microsoft.com
1111

Documentation/iOS/AppCenterDistribute/.jazzy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sdk: iphonesimulator
55
theme: ../../Themes/apple
66

77
module: AppCenterDistribute
8-
module_version: 5.0.2
8+
module_version: 5.0.3
99
author: Microsoft Corp
1010
author_url: http://www.microsoft.com
1111

Documentation/macOS/AppCenter/.jazzy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sdk: macosx
55
theme: ../../Themes/apple
66

77
module: AppCenter
8-
module_version: 5.0.2
8+
module_version: 5.0.3
99
author: Microsoft Corp
1010
author_url: http://www.microsoft.com
1111

Documentation/macOS/AppCenterAnalytics/.jazzy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sdk: macosx
55
theme: ../../Themes/apple
66

77
module: AppCenterAnalytics
8-
module_version: 5.0.2
8+
module_version: 5.0.3
99
author: Microsoft Corp
1010
author_url: http://www.microsoft.com
1111

Documentation/macOS/AppCenterCrashes/.jazzy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sdk: macosx
55
theme: ../../Themes/apple
66

77
module: AppCenterCrashes
8-
module_version: 5.0.2
8+
module_version: 5.0.3
99
author: Microsoft Corp
1010
author_url: http://www.microsoft.com
1111

0 commit comments

Comments
 (0)