Skip to content

Commit

Permalink
fix: Update ProductVersion to 2.0.0-dev.4
Browse files Browse the repository at this point in the history
This change updates the ProductVersion property in the Directory.Build.props file to reflect the new development version 2.0.0-dev.4. This adjustment ensures the project references the latest development artifacts correctly.
  • Loading branch information
asvol committed Sep 27, 2024
1 parent 131ea45 commit 0cb5411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<ProductVersion>2.0.0-dev.3</ProductVersion>
<ProductVersion>2.0.0-dev.4</ProductVersion>
<ProductPrevVersion>1.0.3-dev</ProductPrevVersion>
<AsvCommonVersion>3.0.0-dev.4</AsvCommonVersion>
<ZLoggerVersion>2.5.5</ZLoggerVersion>
Expand Down

0 comments on commit 0cb5411

Please sign in to comment.