Skip to content

Commit

Permalink
Merge pull request #1329 from microsoft/heya/release-preview7
Browse files Browse the repository at this point in the history
Increment preview version number
  • Loading branch information
heyams authored Sep 24, 2020
2 parents 092dfc1 + 477d9dc commit ec001db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etw/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ dependencies {
jni32 project(path: ':etw:native', configuration: "${project.properties['ai.etw.native.build']}X86RuntimeElements")
jni64 project(path: ':etw:native', configuration: "${project.properties['ai.etw.native.build']}X86-64RuntimeElements")
} else {
logger.quiet "Skipping build of :etw:native because skipWinNative=true. EtwAppender/EtwProvider will not work becuase library is missing"
logger.quiet "Skipping build of :etw:native because skipWinNative=true. EtwAppender/EtwProvider will not work because library is missing"
}

testImplementation 'org.hamcrest:hamcrest-core:1.3'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Project properties
version=3.0.0-PREVIEW.6
version=3.0.0-PREVIEW.7
group=com.microsoft.azure

0 comments on commit ec001db

Please sign in to comment.