Skip to content

Commit

Permalink
nuget doesnt like semver build numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyGalbreath committed Apr 22, 2024
1 parent 922e0ea commit fef7951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LiveMap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net7.0</TargetFramework>
<PackageId>LiveMap</PackageId>
<Ver>0.0.4</Ver>
<Version Condition="'$(BUILD_NUMBER)' != ''">$(Ver)+$(BUILD_NUMBER)</Version>
<Version Condition="'$(BUILD_NUMBER)' != ''">$(Ver)-b$(BUILD_NUMBER)</Version>
<Version Condition="'$(BUILD_NUMBER)' == ''">$(Ver)-SNAPSHOT</Version>
<Authors>BillyGalbreath</Authors>
<Company>Pl3x</Company>
Expand Down

0 comments on commit fef7951

Please sign in to comment.