Skip to content

Commit bf4d003

Browse files
authored
Merge pull request #879 from microsoftgraph/andrueastman-patch-1
docs: fixes typo in contribution guide
2 parents 7d9867e + 60c74d6 commit bf4d003

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ For the purposes of the .Net client library, the generator runs through an openA
5656

5757
### When new features are added to the library
5858
Generation happens as part of a manual process that occurs once a significant change or set of changes has been added to the Graph. This may include:
59-
- A new workload comes to v1.0 of Graph (Microsoft Teams, Batching, etc.)
59+
- A new workload comes to beta of Graph (Microsoft Teams, Batching, etc.)
6060
- There is significant addition of functionality (Delta Queries, etc.)
6161

6262
However, this is evaluated on a case-by-case basis. If the library is missing beta Graph functionality that you wish to utilize, please [file an issue](https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/issues).
6363

64-
As the beta API of Microsoft Graph is not meant to be used in production environments, breaking changes with respect to models and request builders are expected. Therefore, the packages of the library are always released with `-preview` suffix in the version.
64+
As the beta API of Microsoft Graph is not meant to be used in production environments, breaking changes with respect to models and request builders are expected. Therefore, the packages of the library are always released with `-preview` suffix in the version.

0 commit comments

Comments
 (0)