We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27b9a6e commit 8781ec3Copy full SHA for 8781ec3
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## v1.17.2
+## v1.18.0
4
- Add taskentity support to durabletasksourcegenerator by Copilot ([#517](https://github.com/microsoft/durabletask-dotnet/pull/517))
5
- Bump azure.identity by dependabot[bot] ([#525](https://github.com/microsoft/durabletask-dotnet/pull/525))
6
- Bump google.protobuf by dependabot[bot] ([#529](https://github.com/microsoft/durabletask-dotnet/pull/529))
eng/targets/Release.props
@@ -17,7 +17,7 @@
17
</PropertyGroup>
18
19
<PropertyGroup>
20
- <VersionPrefix>1.17.2</VersionPrefix>
+ <VersionPrefix>1.18.0</VersionPrefix>
21
<VersionSuffix></VersionSuffix>
22
23
0 commit comments