Skip to content

Commit

Permalink
update third party library
Browse files Browse the repository at this point in the history
  • Loading branch information
studyzy committed Feb 15, 2023
1 parent d444f40 commit 144c5c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,5 @@ UpgradeLog*.XML
App_Data/*.mdf
App_Data/*.ldf
.vs/
.idea/
.idea/
/src/IME WL Converter Win/Properties/PublishProfiles
2 changes: 1 addition & 1 deletion src/ImeWlConverterCore/ImeWlConverterCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.5.1" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="SharpZipLib" Version="1.3.3" />
<PackageReference Include="SharpZipLib" Version="1.4.2" />
<PackageReference Include="UTF.Unknown" Version="2.5.1" />
</ItemGroup>
</Project>

0 comments on commit 144c5c7

Please sign in to comment.