Skip to content

Commit 2fcd0e3

Browse files
Release v1.25.0-preview.1
1 parent 3e37085 commit 2fcd0e3

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased
44

5+
6+
7+
## v1.25.0-preview.1
8+
- Implement per-orchestration and per-activity versioning ([#695](https://github.com/microsoft/durabletask-dotnet/pull/695))
9+
- Add es-metadata.yml to schema 1.0.0 ([#722](https://github.com/microsoft/durabletask-dotnet/pull/722))
10+
- Release v1.24.2 ([#724](https://github.com/microsoft/durabletask-dotnet/pull/724))
511
- Add per-task versioning via `[DurableTask(Version = "...")]`, `TaskOptions.Version`, and `StartOrchestrationOptions.Version` ([#695](https://github.com/microsoft/durabletask-dotnet/pull/695))
612

713

eng/targets/Release.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
</PropertyGroup>
1818

1919
<PropertyGroup>
20-
<VersionPrefix>1.24.2</VersionPrefix>
21-
<VersionSuffix></VersionSuffix>
20+
<VersionPrefix>1.25.0</VersionPrefix>
21+
<VersionSuffix>preview.1</VersionSuffix>
2222
</PropertyGroup>
2323

2424
</Project>

0 commit comments

Comments
 (0)