Skip to content

Commit 41259d8

Browse files
p3dr0rvfadidurah
andauthored
Merge feb release back to dev (#1780)
* update changelog. common, build.gradle and version.properties * fix rc1 * update common * update to rc2 * update common * update changelog * rc3 * update to rc5 * remove rc * update adal test app * update * revert 1.0.+ --------- Co-authored-by: fadidurah <fadidurah@microsoft.com>
1 parent a4b1502 commit 41259d8

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

adal/versioning/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#Wed Aug 01 15:24:11 PDT 2018
2-
versionName=4.8.5
2+
versionName=4.8.6
33
versionCode=1

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Version Next
22
-------------
33

4+
Version 4.8.6
5+
-------------
6+
- [PATCH] Update common @17.1.0
7+
48
Version 4.8.5
59
-------------
610
- [PATCH] Update common @17.0.1

userappwithbroker/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ allprojects {
1616
}
1717
}
1818

19-
def adalVersion = "4.8.4"
20-
def commonVersion = "17.0.0"
19+
def adalVersion = "4.8.6"
20+
def commonVersion = "17.1.0"
2121

2222
if (project.hasProperty("distAdalVersion")) {
2323
println "Overriding adal version to dist property " + distAdalVersion

0 commit comments

Comments
 (0)