Skip to content

Commit

Permalink
Merge pull request #119 from Codeuctivity/removePreleaseSuffix
Browse files Browse the repository at this point in the history
Update ImageSharpCompare.csproj
  • Loading branch information
stesee authored Nov 20, 2024
2 parents ab264c5 + b110d3d commit 291a0b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ImageSharpCompare/ImageSharpCompare.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Version Condition="'$(CURRENT_VERSION)' == ''">0.0.1</Version>
<AssemblyVersion>$(Version)</AssemblyVersion>
<FileVersion>$(Version)</FileVersion>
<PackageVersion>$(Version)-DroppedSourceLink</PackageVersion>
<PackageVersion>$(Version)</PackageVersion>
<PackageReleaseNotes>$(LAST_COMMIT_MESSAGE)</PackageReleaseNotes>
<PackageIcon>NugetIcon.png</PackageIcon>
<PackageProjectUrl>https://github.com/Codeuctivity/ImageSharp.Compare</PackageProjectUrl>
Expand Down Expand Up @@ -55,4 +55,4 @@
<None Include="NugetIcon.png" Pack="true" PackagePath="\" />
</ItemGroup>

</Project>
</Project>

0 comments on commit 291a0b5

Please sign in to comment.