Skip to content

Commit 2eb224e

Browse files
committed
Fixed typos in release notes, fixed version to 1.1.0.
1 parent 91f7b3e commit 2eb224e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/Microsoft.Graph/Microsoft.Graph.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
<copyright>Copyright (c) Microsoft Corporation</copyright>
1313
<projectUrl>https://graph.microsoft.io</projectUrl>
1414
<licenseUrl>http://aka.ms/devservicesagreement</licenseUrl>
15-
<releaseNotes>## September 2016 Release Summary (version 1.2.0)
15+
<releaseNotes>## September 2016 Release Summary (version 1.1.0)
1616

17-
We've got a new addition to the .Net Microsoft Graph client API family. Excel files stored in OneDrive can now be accessed from .Net applications. We've refactored the base classes to be included in the Microsoft.Graph.Core assembly so that custom clients can created to target specific workloads. Here are the changes made with this release.
17+
We've got a new addition to the .Net Microsoft Graph client API family. Excel files stored in OneDrive can now be accessed from .Net applications. We've refactored the base classes to be included in the Microsoft.Graph.Core assembly so that custom clients can target specific workloads. Here are the changes made with this release.
1818

1919
* Excel REST API support
2020
* Refactor base classes to Microsoft.Graph.Core
2121
* Nuspec updated to target Xamarin
2222
* Bug fixes
2323

2424
## Excel REST API
25-
The Excel REST API provides many new opportunities to enhance your workflow around Excel spreadsheets. There are hundreds of new APIs that support accessing Excel features. You can now now perform CRUD operations against OneDrive files stored in OneDrive for Business.
25+
The Excel REST API provides many new opportunities to enhance your workflow around Excel spreadsheets. There are hundreds of new APIs that support accessing Excel features.
2626

2727
## Refactor base classes to Microsoft.Graph.Core
2828
This will support workload specific client libraries.
@@ -32,7 +32,7 @@ This will support workload specific client libraries.
3232
## Bug fixes
3333

3434
* Add support for updating user references. For example, you can now update a user's manager.
35-
* Updated to use NewtonSoft 9.0.1 from 6.0.2. Tested. Set allowed package version range to greater than equal to 9 and less than 10.
35+
* Updated to use NewtonSoft 9.0.1 from 6.0.2. Tested. Set allowed package version range to greater than or equal to 9 and less than 10.
3636
* Updated the data contracts to only use NewtonSoft.</releaseNotes>
3737
<tags>Microsoft Office365 Graph GraphServiceClient Outlook OneDrive AzureAD GraphAPI Productivity SharePoint SDK</tags>
3838
</metadata>

src/Microsoft.Graph/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
//
2525
// You can specify all the values or you can default the Build and Revision Numbers
2626
// by using the '*' as shown below:
27-
[assembly: AssemblyVersion("1.2.0")]
28-
[assembly: AssemblyFileVersion("1.2.0.0")]
27+
[assembly: AssemblyVersion("1.1.0")]
28+
[assembly: AssemblyFileVersion("1.1.0.0")]
2929

3030
#if DEBUG
3131
[assembly: InternalsVisibleTo("Microsoft.Graph.Test")]

0 commit comments

Comments
 (0)