This repository was archived by the owner on Oct 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 <Product >Konata Core</Product >
1414 <Authors >Konata Project</Authors >
1515 <Copyright >Konata Project (C) $([System.DateTime]::Now.Year)</Copyright >
16- <Description >Core implementation for Konata .</Description >
16+ <Description >Android QQ protocol core implementation written in C# .</Description >
1717
18- <PackageVersion >1.3.3 </PackageVersion >
18+ <PackageVersion >1.4.0 </PackageVersion >
1919 <PackageIcon >icon.png</PackageIcon >
2020 <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
2121 <PackageLicenseFile >LICENSE</PackageLicenseFile >
4747 <!-- References -->
4848 <ItemGroup >
4949 <PackageReference Include =" Konata.Codec" Version =" 1.3.1" />
50- <PackageReference Include =" Google.Protobuf" Version =" 3.20.0-rc2 " />
50+ <PackageReference Include =" Google.Protobuf" Version =" 3.22.3 " />
5151
5252 <!-- Including this reference will cause the build to fail on armv7 devices.-->
53- <PackageReference Include =" Grpc.Tools" Version =" 2.45 .0" Condition =" '$(TargetArchitecture)' != 'Arm'" >
53+ <PackageReference Include =" Grpc.Tools" Version =" 2.54 .0" Condition =" '$(TargetArchitecture)' != 'Arm'" >
5454 <PrivateAssets >all</PrivateAssets >
5555 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
5656 </PackageReference >
You can’t perform that action at this time.
0 commit comments