Skip to content

Commit

Permalink
Bump package version prefix (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveSandersonMS authored Aug 15, 2024
1 parent c30c3ea commit 4dbb671
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 @@ -6,7 +6,7 @@
<PackageTags>ai;aspnetcore;blazor;mvc;razor;autocomplete;paste;typeahead;smartcomponents;embedding;</PackageTags>
<PackageProjectUrl>https://github.com/dotnet/smartcomponents</PackageProjectUrl>

<VersionPrefix>0.1.0</VersionPrefix>
<VersionPrefix>0.2.0</VersionPrefix>
<VersionSuffix Condition="'$(BuildNumber)' == ''">dev</VersionSuffix>
<VersionSuffix Condition="'$(BuildNumber)' != ''">preview$([System.String]::Format('{0:00000}', $([MSBuild]::Add($(BuildNumber), 10000))))</VersionSuffix>
<PackageVersion>$(VersionPrefix)-$(VersionSuffix)</PackageVersion>
Expand Down

0 comments on commit 4dbb671

Please sign in to comment.