Skip to content

Commit

Permalink
fix: update ProductVersion in Directory.Build.props
Browse files Browse the repository at this point in the history
The ProductVersion property in the Directory.Build.props file has been updated from 0.1.6 to 1.0.1. This reflects the new stable version release of the product.
  • Loading branch information
asv-soft-u01 committed Jun 28, 2024
1 parent db11818 commit 0748208
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>0.1.6</ProductVersion>
<ProductVersion>1.0.1</ProductVersion>
<AvaloniaVersion>11.0.6</AvaloniaVersion>
<MaterialIconsAvaloniaVersion>2.0.1</MaterialIconsAvaloniaVersion>
<FluentAvaloniaUIVersion>2.0.0</FluentAvaloniaUIVersion>
Expand Down

0 comments on commit 0748208

Please sign in to comment.