Skip to content

Commit 6d62159

Browse files
Merge pull request #1821 from microsoftgraph/v1.0/pipelinebuild/135356
Generated models and request builders
2 parents 59581c1 + 90b8958 commit 6d62159

File tree

11,644 files changed

+152146
-132320
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

11,644 files changed

+152146
-132320
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14+
## [6.2.0] - 2024-02-14
15+
16+
- Weekly Generated v1.0 models and request builders using Kiota.
17+
- Bumps dependency to microsoft-graph-core 3.1.2
18+
1419
## [6.1.0] - 2024-02-07
1520

1621
- Major Version 6.1.0 now Generally Available.

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020
2121
dependencies {
2222
// Include the sdk as a dependency
23-
implementation 'com.microsoft.graph:microsoft-graph:6.1.0'
23+
implementation 'com.microsoft.graph:microsoft-graph:6.2.0'
2424
// Uncomment the line below if you are building an android application
2525
//implementation 'com.google.guava:guava:30.1.1-android'
2626
// This dependency is only needed if you are using a TokenCredential object for authentication
@@ -37,7 +37,7 @@ Add the dependency in `dependencies` in pom.xml
3737
<!-- Include the sdk as a dependency -->
3838
<groupId>com.microsoft.graph</groupId>
3939
<artifactId>microsoft-graph</artifactId>
40-
<version>6.1.0</version>
40+
<version>6.2.0</version>
4141
</dependency>
4242
<dependency>
4343
<!-- This dependency is only needed if you are using a TokenCredential object for authentication -->
@@ -118,3 +118,4 @@ Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the [MI
118118
## 9. Third-party notices
119119

120120
[Third-party notices](THIRD%20PARTY%20NOTICES)
121+

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ org.gradle.caching=true
2626
mavenGroupId = com.microsoft.graph
2727
mavenArtifactId = microsoft-graph
2828
mavenMajorVersion = 6
29-
mavenMinorVersion = 1
29+
mavenMinorVersion = 2
3030
mavenPatchVersion = 0
3131
mavenArtifactSuffix =
3232

@@ -121,5 +121,6 @@ mavenCentralPublishingEnabled=true
121121

122122

123123

124+
124125

125126

0 commit comments

Comments
 (0)