Skip to content

Commit 5e2f205

Browse files
v9.3.0 release (#576)
* Preparing 9.3.0 release * backwards compatible fix for 568 (#577) * backwards compatible fix for 568 * updated readme * updated readme * Fstc bug 568 (#581) * backwards compatible fix for 568 * updated readme * updated readme * Use private fields to handle obsolete values * Update DaprDistributedApplicationLifecycleHook.cs Remove code that slipped through * Update DaprDistributedApplicationLifecycleHook.cs Adjust missed instances --------- Co-authored-by: Brett Smith <[email protected]>
1 parent 172295d commit 5e2f205

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737

3838
<!-- Versioning -->
3939
<PropertyGroup>
40-
<ToolkitMinorVersion>2</ToolkitMinorVersion>
41-
<ToolkitPatchVersion>2</ToolkitPatchVersion>
40+
<ToolkitMinorVersion>3</ToolkitMinorVersion>
41+
<ToolkitPatchVersion>0</ToolkitPatchVersion>
4242
<ToolkitPreviewVersion>preview.1</ToolkitPreviewVersion>
4343

4444
<VersionPrefix>$(AspireMajorVersion).$(ToolkitMinorVersion).$(ToolkitPatchVersion)</VersionPrefix>

0 commit comments

Comments
 (0)