Skip to content

Commit

Permalink
feat: update ProductVersion to 2.0.3
Browse files Browse the repository at this point in the history
The ProductVersion in the Directory.Build.props file has been updated from 2.0.2 to 2.0.3. This ensures that our project is using the expected version of the product.
  • Loading branch information
asv-soft-u01 committed Jun 3, 2024
1 parent aff3699 commit 69c0892
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,7 +1,7 @@
<Project>
<PropertyGroup>
<Nullable>enable</Nullable>
<ProductVersion>2.0.2</ProductVersion>
<ProductVersion>2.0.3</ProductVersion>
<AvaloniaVersion>11.0.6</AvaloniaVersion>
<AsvCommonVersion>1.13.1</AsvCommonVersion>
<FluentAvaloniaUIVersion>2.0.0</FluentAvaloniaUIVersion>
Expand Down

0 comments on commit 69c0892

Please sign in to comment.