Skip to content

Commit 47cdece

Browse files
committed
remove back to v1.5.1
1 parent 83a9554 commit 47cdece

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Changelog
22

3-
## v1.5.1 (Unreleased)
3+
## v1.5.1
44

55
### Updates
66

7+
* Use Singelton metrics provider instead of IScaleMonitor and ITargetScaler ([#285]https://github.com/microsoft/durabletask-mssql/pull/285)
78
* Updated repo to use central package management
8-
* Resolved multiple CVEs in dependencies
9+
* Resolved multiple CVEs in dependencies(
910

1011
## v1.5.0
1112

src/common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PropertyGroup>
1818
<MajorVersion>1</MajorVersion>
1919
<MinorVersion>5</MinorVersion>
20-
<PatchVersion>2</PatchVersion>
20+
<PatchVersion>1</PatchVersion>
2121
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
2222
<VersionSuffix></VersionSuffix>
2323
<AssemblyVersion>$(MajorVersion).$(MinorVersion).0.0</AssemblyVersion>

test/DurableTask.SqlServer.Tests/Integration/DatabaseManagement.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ async Task ValidateDatabaseSchemaAsync(TestDatabase database, string schemaName
505505
schemaName);
506506
Assert.Equal(1, currentSchemaVersion.Major);
507507
Assert.Equal(5, currentSchemaVersion.Minor);
508-
Assert.Equal(2, currentSchemaVersion.Patch);
508+
Assert.Equal(1, currentSchemaVersion.Patch);
509509
}
510510

511511
sealed class TestDatabase : IDisposable

0 commit comments

Comments
 (0)