Skip to content

Commit ec001db

Browse files
authored
Merge pull request #1329 from microsoft/heya/release-preview7
Increment preview version number
2 parents 092dfc1 + 477d9dc commit ec001db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

etw/java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dependencies {
6565
jni32 project(path: ':etw:native', configuration: "${project.properties['ai.etw.native.build']}X86RuntimeElements")
6666
jni64 project(path: ':etw:native', configuration: "${project.properties['ai.etw.native.build']}X86-64RuntimeElements")
6767
} else {
68-
logger.quiet "Skipping build of :etw:native because skipWinNative=true. EtwAppender/EtwProvider will not work becuase library is missing"
68+
logger.quiet "Skipping build of :etw:native because skipWinNative=true. EtwAppender/EtwProvider will not work because library is missing"
6969
}
7070

7171
testImplementation 'org.hamcrest:hamcrest-core:1.3'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Project properties
2-
version=3.0.0-PREVIEW.6
2+
version=3.0.0-PREVIEW.7
33
group=com.microsoft.azure

0 commit comments

Comments
 (0)