Skip to content

Commit 2c5b532

Browse files
Merge pull request #990 from microsoft/develop
Merge develop to master for release 4.4.5
2 parents 0488df6 + 9e28117 commit 2c5b532

File tree

26 files changed

+300
-259
lines changed

26 files changed

+300
-259
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'AppCenterReactNativeShared'
3-
s.version = '4.4.4'
3+
s.version = '4.4.5'
44
s.summary = 'React Native plugin for Visual Studio App Center'
55
s.license = { :type => 'MIT', :file => 'AppCenterReactNativeShared/LICENSE' }
66
s.homepage = 'https://github.com/microsoft/appcenter-sdk-react-native'
@@ -10,5 +10,5 @@ Pod::Spec.new do |s|
1010
s.platform = :ios, '9.0'
1111
s.requires_arc = true
1212
s.vendored_frameworks = 'AppCenterReactNativeShared/AppCenterReactNativeShared.xcframework'
13-
s.dependency 'AppCenter/Core', '4.4.2'
13+
s.dependency 'AppCenter/Core', '4.4.3'
1414
end

AppCenterReactNativeShared/Products/local.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Pod::Spec.new do |s|
55
s.name = 'AppCenterReactNativeShared'
6-
s.version = '4.4.4'
6+
s.version = '4.4.5'
77
s.summary = 'React Native plugin for Visual Studio App Center'
88
s.license = { :type => 'MIT', :file => 'AppCenterReactNativeShared/LICENSE' }
99
s.homepage = 'https://github.com/microsoft/appcenter-sdk-react-native'
@@ -14,5 +14,5 @@ Pod::Spec.new do |s|
1414
s.platform = :ios, '9.0'
1515
s.requires_arc = true
1616
s.vendored_frameworks = 'AppCenterReactNativeShared/AppCenterReactNativeShared.xcframework'
17-
s.dependency 'AppCenter/Core', '4.4.2'
17+
s.dependency 'AppCenter/Core', '4.4.3'
1818
end

AppCenterReactNativeShared/android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ allprojects {
4848
defaultConfig {
4949
minSdkVersion 21
5050
targetSdkVersion 29
51-
versionCode 63
52-
versionName '4.4.4'
51+
versionCode 64
52+
versionName '4.4.5'
5353
group groupId
5454
version versionName
5555
buildConfigField 'String', "SDK_NAME", "\"appcenter.react-native\""
@@ -127,7 +127,7 @@ allprojects {
127127
}
128128

129129
dependencies {
130-
api 'com.microsoft.appcenter:appcenter:4.4.3'
130+
api 'com.microsoft.appcenter:appcenter:4.4.5'
131131
}
132132

133133
artifacts {

AppCenterReactNativeShared/ios/AppCenterReactNativeShared/AppCenterReactNativeShared.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ + (NSString *)getAppSecret {
3939

4040
+ (void)configureAppCenter {
4141
if (!wrapperSdk) {
42-
MSACWrapperSdk *wrapperSdk = [[MSACWrapperSdk alloc] initWithWrapperSdkVersion:@"4.4.4"
42+
MSACWrapperSdk *wrapperSdk = [[MSACWrapperSdk alloc] initWithWrapperSdkVersion:@"4.4.5"
4343
wrapperSdkName:@"appcenter.react-native"
4444
wrapperRuntimeVersion:nil
4545
liveUpdateReleaseLabel:nil

AppCenterReactNativeShared/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ target 'AppCenterReactNativeShared' do
33
use_frameworks!
44

55
# Pods for AppCenterReactNativeShared
6-
pod 'AppCenter', '4.4.2'
6+
pod 'AppCenter', '4.4.3'
77

88
end
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
PODS:
2-
- AppCenter (4.4.2):
3-
- AppCenter/Analytics (= 4.4.2)
4-
- AppCenter/Crashes (= 4.4.2)
5-
- AppCenter/Analytics (4.4.2):
2+
- AppCenter (4.4.3):
3+
- AppCenter/Analytics (= 4.4.3)
4+
- AppCenter/Crashes (= 4.4.3)
5+
- AppCenter/Analytics (4.4.3):
66
- AppCenter/Core
7-
- AppCenter/Core (4.4.2)
8-
- AppCenter/Crashes (4.4.2):
7+
- AppCenter/Core (4.4.3)
8+
- AppCenter/Crashes (4.4.3):
99
- AppCenter/Core
1010

1111
DEPENDENCIES:
12-
- AppCenter (= 4.4.2)
12+
- AppCenter (= 4.4.3)
1313

1414
SPEC REPOS:
1515
trunk:
1616
- AppCenter
1717

1818
SPEC CHECKSUMS:
19-
AppCenter: b0eca112a27b71e97488ffa1949ee38c7abd4b79
19+
AppCenter: 3fd04aa1b166e16fdb03ec81dabe488aece83fbd
2020

21-
PODFILE CHECKSUM: acac7b0cb6c8ad72db6899e9cd3aa96810ad2fac
21+
PODFILE CHECKSUM: 956bd90bd24fac7c9ff837aaacae97c697c83881
2222

2323
COCOAPODS: 1.11.0

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# App Center SDK for React Native Change Log
22

3+
## Version 4.4.6 (Under development)
4+
5+
___
6+
7+
## Version 4.4.5
8+
9+
### App Center
10+
11+
* **[Fix]** Fix Autolinking for React Native 0.69.
12+
13+
___
14+
315
## Version 4.4.4
416

517
### App Center

SECURITY.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!-- BEGIN MICROSOFT SECURITY.MD V0.0.7 BLOCK -->
2+
3+
## Security
4+
5+
Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/).
6+
7+
If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://aka.ms/opensource/security/definition), please report it to us as described below.
8+
9+
## Reporting Security Issues
10+
11+
**Please do not report security vulnerabilities through public GitHub issues.**
12+
13+
Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://aka.ms/opensource/security/create-report).
14+
15+
If you prefer to submit without logging in, send email to [secure@microsoft.com](mailto:secure@microsoft.com). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://aka.ms/opensource/security/pgpkey).
16+
17+
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://aka.ms/opensource/security/msrc).
18+
19+
Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
20+
21+
* Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
22+
* Full paths of source file(s) related to the manifestation of the issue
23+
* The location of the affected source code (tag/branch/commit or direct URL)
24+
* Any special configuration required to reproduce the issue
25+
* Step-by-step instructions to reproduce the issue
26+
* Proof-of-concept or exploit code (if possible)
27+
* Impact of the issue, including how an attacker might exploit the issue
28+
29+
This information will help us triage your report more quickly.
30+
31+
If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://aka.ms/opensource/security/bounty) page for more details about our active programs.
32+
33+
## Preferred Languages
34+
35+
We prefer all communications to be in English.
36+
37+
## Policy
38+
39+
Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://aka.ms/opensource/security/cvd).
40+
41+
<!-- END MICROSOFT SECURITY.MD BLOCK -->

0 commit comments

Comments
 (0)