Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
adjusting package names
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Torres committed Jul 7, 2015
1 parent bc7ce8d commit 18c503a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Current services, service versions, and SDK versions:
|API|Service Version|SDK Version|Artifact Id|
|---|---------------|-----------|-----------|
|Mail/Calendar/Contacts|1.0|1.0.0|outlook-services|
|Files|1.0|1.0.0|file-services|
|Files|1.0|1.0.0|files-services|
|Discovery|1.0|1.0.0|discovery-services|
|AAD Graph|1.5|0.15.0|directory-services|
|OneNote|1.0|0.15.0|onenote-services|
Expand Down Expand Up @@ -108,8 +108,8 @@ With your project prepared, the next step is to initialize the dependency manage
import com.microsoft.aad.adal.AuthenticationContext;
import com.microsoft.aad.adal.AuthenticationResult;
import com.microsoft.aad.adal.PromptBehavior;
import com.microsoft.outlookservices.Message;
import com.microsoft.outlookservices.fetchers.OutlookClient;
import com.microsoft.services.outlook.Message;
import com.microsoft.services.outlook.fetchers.OutlookClient;
import com.microsoft.services.orc.resolvers.ADALDependencyResolver;;
import static com.microsoft.aad.adal.AuthenticationResult.AuthenticationStatus;
```
Expand Down

0 comments on commit 18c503a

Please sign in to comment.