Skip to content

Commit

Permalink
Add versioning
Browse files Browse the repository at this point in the history
Add versioning by using Git versioning to properly set the version on the executable.
  • Loading branch information
aristotelos committed Apr 2, 2024
1 parent ce0ed03 commit 7ac0909
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/FlaUI.WebDriver/FlaUI.WebDriver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@

<ItemGroup>
<PackageReference Include="FlaUI.UIA3.Signed" Version="4.0.0" />
<PackageReference Include="GitVersion.MsBuild" Version="5.12.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
</ItemGroup>

Expand Down

0 comments on commit 7ac0909

Please sign in to comment.