File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed
src/main/java/com/microsoft/graph/info Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,9 @@ repositories {
2020
2121dependencies {
2222 // Include the sdk as a dependency
23+ // x-release-please-start-version
2324 implementation 'com.microsoft.graph:microsoft-graph:6.6.0'
25+ // x-release-please-end
2426 // This dependency is only needed if you are using a TokenCredential object for authentication
2527 implementation 'com.azure:azure-identity:1.11.0'
2628}
@@ -35,7 +37,9 @@ Add the dependency in `dependencies` in pom.xml
3537 <!-- Include the sdk as a dependency -->
3638 <groupId >com.microsoft.graph</groupId >
3739 <artifactId >microsoft-graph</artifactId >
40+ <!-- x-release-please-start-version-->
3841 <version >6.6.0</version >
42+ <!-- x-release-please-end-->
3943</dependency >
4044<dependency >
4145 <!-- This dependency is only needed if you are using a TokenCredential object for authentication -->
Original file line number Diff line number Diff line change 1818 "type" : " generic" ,
1919 "path" : " gradle.properties"
2020 },
21+ {
22+ "type" : " generic" ,
23+ "path" : " README.md"
24+ },
25+ {
26+ "type" : " generic" ,
27+ "path" : " src/main/java/com/microsoft/graph/info/Constants.java"
28+ },
2129 {
2230 "type" : " xml" ,
2331 "path" : " pom.xml" ,
Original file line number Diff line number Diff line change 33/** Multi-purpose constants holder used accross the SDK */
44public final class Constants {
55 /** The SDK version */
6+ // x-release-please-start-version
67 public static final String VERSION_NAME = "6.6.0" ;
8+ // x-release-please-end
79}
810
You can’t perform that action at this time.
0 commit comments