Skip to content

Commit a9bd527

Browse files
authored
Merge pull request #877 from Microsoft/release/1.1.0
Prepare 1.1.0 release
2 parents 073be59 + 7aa5d6c commit a9bd527

File tree

15 files changed

+32
-16
lines changed

15 files changed

+32
-16
lines changed

AppCenter.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 = 'AppCenter'
3-
s.version = '1.0.1'
3+
s.version = '1.1.0'
44

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

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,28 @@
11
# App Center SDK for iOS and macOS Change Log
22

3+
## Version 1.1.0
4+
5+
This version contains a bug fix and improvements.
6+
7+
### AppCenter
8+
9+
* **[Fix]** Fix a locale issue that doesn't properly report system locale if an application doesn't support current language.
10+
* **[Improvement]** Change log level to make HTTP failures more visible, and add more logs.
11+
12+
### MobileCenterDistribute
13+
14+
* **[Improvement]** Add Portuguese to supported languages, see [this folder](https://github.com/Microsoft/AppCenter-SDK-Apple/tree/develop/AppCenterDistribute/AppCenterDistribute/Resources) for a list of supported languages.
15+
* **[Improvement]** Users with app versions that still use Mobile Center can directly upgrade to versions that use this version of App Center, without the need to reinstall.
16+
17+
___
18+
319
## Version 1.0.1
420

5-
This version contains a bugfix that is specifically for the App Center SDK for React Native.
21+
This version contains a bug fix that is specifically for the App Center SDK for React Native.
622

723
### AppCenterCrashes
824

9-
* **[Fix]** Fixes an issue that impacted the App Center SDK for React Native.
25+
* **[Fix]** Fix an issue that impacted the App Center SDK for React Native.
1026

1127
## Version 1.0.0
1228

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 = 1.0.2
2+
VERSION_STRING = 1.1.0

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: 1.0.2
8+
module_version: 1.1.0
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: 1.0.2
8+
module_version: 1.1.0
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: 1.0.2
8+
module_version: 1.1.0
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: 1.0.2
8+
module_version: 1.1.0
99
author: Microsoft Corp
1010
author_url: http://www.microsoft.com
1111

Documentation/iOS/AppCenterPush/.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: AppCenterPush
8-
module_version: 1.0.2
8+
module_version: 1.1.0
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: 1.0.2
8+
module_version: 1.1.0
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: 1.0.2
8+
module_version: 1.1.0
99
author: Microsoft Corp
1010
author_url: http://www.microsoft.com
1111

0 commit comments

Comments
 (0)