Skip to content

Commit 6e68eb8

Browse files
robgrameCopilot
andcommitted
chore(release): bump version to 1.6.0
The Phase 1 + Phase 2 KEK/DEK envelope-encryption rewrite landed across commits 7d96aee..36b8829 but never bumped Directory.Build.props. Stamping the right version on the binaries so WorkerHeartbeat.Version, Graph User-Agent, and audit entries report 1.6.0 instead of the stale 1.5.4. Build 0/0, tests 50/50. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 36b8829 commit 6e68eb8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Directory.Build.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
row's Version column, and the published assembly stamps in one place.
77
-->
88
<PropertyGroup>
9-
<Version>1.5.4</Version>
10-
<AssemblyVersion>1.5.4.0</AssemblyVersion>
11-
<FileVersion>1.5.4.0</FileVersion>
12-
<InformationalVersion>1.5.4</InformationalVersion>
9+
<Version>1.6.0</Version>
10+
<AssemblyVersion>1.6.0.0</AssemblyVersion>
11+
<FileVersion>1.6.0.0</FileVersion>
12+
<InformationalVersion>1.6.0</InformationalVersion>
1313

1414
<Company>robgrame</Company>
1515
<Product>BitLocker Key Monitor</Product>

0 commit comments

Comments
 (0)