33 <PropertyGroup >
44 <TargetFramework >netstandard1.4</TargetFramework >
55 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
6- <IncludeSource >True</IncludeSource >
7- <IncludeSymbols >True</IncludeSymbols >
86 <Version >2.7.0</Version >
97 <Authors >golf1052, langboost, Trolldemorted</Authors >
108 <PackageRequireLicenseAcceptance >True</PackageRequireLicenseAcceptance >
11- <PackageLicenseUrl >https://www.gnu.org/licenses/gpl -3.0.html</ PackageLicenseUrl >
9+ <PackageLicenseExpression >GPL -3.0-only</ PackageLicenseExpression >
1210 <PackageProjectUrl >https://github.com/signal-csharp/libsignal-protocol-dotnet</PackageProjectUrl >
13- <Description >An unofficial .NETStandard signal protocol library</Description >
11+ <Description >An unofficial .NET Standard Signal Protocol library based on https://github.com/signalapp/libsignal-protocol-java </Description >
1412 <RepositoryUrl >https://github.com/signal-csharp/libsignal-protocol-dotnet</RepositoryUrl >
13+ <RepositoryType >git</RepositoryType >
1514 <PackageTags >signal libsignal libsignal-protocol libsignal-protocol-dotnet</PackageTags >
1615 </PropertyGroup >
1716
17+ <PropertyGroup >
18+ <IncludeSymbols >true</IncludeSymbols >
19+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
20+ </PropertyGroup >
21+
1822 <ItemGroup >
19- <PackageReference Include =" curve25519-dotnet" Version =" 1.3.2" />
20- <PackageReference Include =" Google.Protobuf" Version =" 3.5.1" />
23+ <PackageReference Include =" curve25519-dotnet" Version =" 0.5.0" />
24+ <!-- Do not upgrade! 3.12.4 is the last version to not include System.Memory (Span) which does not work on Windows 10 Mobile. -->
25+ <PackageReference Include =" Google.Protobuf" Version =" 3.12.4" />
2126 <PackageReference Include =" May-dotnet" Version =" 1.2.3" />
2227 <PackageReference Include =" System.Security.Cryptography.Algorithms" Version =" 4.3.1" />
2328 </ItemGroup >
2429
25- </Project >
30+ </Project >
0 commit comments