Skip to content
This repository was archived by the owner on Apr 18, 2023. It is now read-only.

Commit 2b20381

Browse files
author
Vikas Dadheech
committed
Change in project version, podspec version, readme and header string for telemetry
1 parent 5e02b0d commit 2b20381

File tree

4 files changed

+5
-11
lines changed

4 files changed

+5
-11
lines changed

MSGraphClientSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Pod::Spec.new do |s|
33

44
s.name = "MSGraphClientSDK"
5-
s.version = "0.1.3"
5+
s.version = "1.0.0"
66
s.summary = "Microsoft Graph ObjC SDK."
77

88
s.description = <<-DESC

MSGraphClientSDK/MSGraphClientSDK/Common/MSConstants.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
NSString *const MSGraphGermanyBaseURL = @"https://graph.microsoft.de/v1.0";
1111

1212
NSString *const MSHeaderSdkVersion = @"SdkVersion";
13-
NSString *const MSGraphiOSSdkVersionHeaderPrefix = @"graph-objc-ios-";
14-
NSString *const MSGraphMacSdkVersionHeaderPrefix = @"graph-objc-mac-";
13+
NSString *const MSGraphiOSSdkVersionHeaderPrefix = @"graph-objc-ios/";
14+
NSString *const MSGraphMacSdkVersionHeaderPrefix = @"graph-objc-mac/";
1515

1616

1717
NSString *const MSErrorDomain = @"com.microsoft.graph.errors";

MSGraphClientSDK/MSGraphClientSDK/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>0.1.3</string>
18+
<string>1.0.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
# Microsoft Graph SDK for ObjC
33

44

5-
This client library is a release candidate and is still in preview status - please continue to provide feedback as we iterate towards a production supported library.
6-
7-
8-
9-
This library supports both iOS and MacOS platforms.
10-
11-
5+
Get started with the Microsoft Graph SDK for ObjectiveC by integrating it into your iOS and MacOS applications!
126

137
## Installation
148

0 commit comments

Comments
 (0)