Skip to content

Commit

Permalink
chore: update libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
nogiszd committed Jul 15, 2024
1 parent fbc9c26 commit 5dabc24
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions xiaomiNoteExporter/xiaomiNoteExporter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
<PublishTrimmed>true</PublishTrimmed>
<TrimMode>link</TrimMode>
<ApplicationIcon>icon.ico</ApplicationIcon>
<AssemblyVersion>1.2.1</AssemblyVersion>
<FileVersion>1.2.1</FileVersion>
<AssemblyVersion>1.2.2</AssemblyVersion>
<FileVersion>1.2.2</FileVersion>
</PropertyGroup>

<ItemGroup>
<Content Include="icon.ico" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Pastel" Version="4.2.0" />
<PackageReference Include="Selenium.Support" Version="4.19.0" />
<PackageReference Include="Selenium.WebDriver" Version="4.19.0" />
<PackageReference Include="Pastel" Version="5.1.0" />
<PackageReference Include="Selenium.Support" Version="4.22.0" />
<PackageReference Include="Selenium.WebDriver" Version="4.22.0" />
</ItemGroup>

</Project>

0 comments on commit 5dabc24

Please sign in to comment.