Skip to content

Commit

Permalink
chore: update libraries to their latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
nogiszd committed Aug 29, 2023
1 parent 53f2a11 commit ba2eb5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions xiaomiNoteExporter/xiaomiNoteExporter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<PublishTrimmed>true</PublishTrimmed>
<TrimMode>link</TrimMode>
<ApplicationIcon>icon.ico</ApplicationIcon>
<AssemblyVersion>1.1.1</AssemblyVersion>
<FileVersion>1.1.1</FileVersion>
<AssemblyVersion>1.1.2</AssemblyVersion>
<FileVersion>1.1.2</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand All @@ -18,8 +18,8 @@

<ItemGroup>
<PackageReference Include="Pastel" Version="4.1.0" />
<PackageReference Include="Selenium.Support" Version="4.8.2" />
<PackageReference Include="Selenium.WebDriver" Version="4.8.2" />
<PackageReference Include="Selenium.Support" Version="4.11.0" />
<PackageReference Include="Selenium.WebDriver" Version="4.11.0" />
</ItemGroup>

</Project>

0 comments on commit ba2eb5a

Please sign in to comment.