Skip to content

Commit

Permalink
fix: artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
ksavosteev committed Jan 24, 2024
1 parent 9f64a17 commit f1c2db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project>
<!-- These properties will be shared for all projects -->
<PropertyGroup>
<VersionPrefix>3.803.6</VersionPrefix>
<VersionPrefix>3.803.0</VersionPrefix>
<VersionSuffix>
</VersionSuffix>
<VersionSuffix Condition=" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' ">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
Expand Down

0 comments on commit f1c2db7

Please sign in to comment.