3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard1.4</TargetFramework >
5
5
<GeneratePackageOnBuild >false</GeneratePackageOnBuild >
6
- <IncludeSource >True</IncludeSource >
7
- <IncludeSymbols >True</IncludeSymbols >
8
6
<Version >2.7.0</Version >
9
7
<Authors >golf1052, langboost, Trolldemorted</Authors >
10
8
<PackageRequireLicenseAcceptance >True</PackageRequireLicenseAcceptance >
11
- <PackageLicenseUrl >https://www.gnu.org/licenses/gpl -3.0.html</ PackageLicenseUrl >
9
+ <PackageLicenseExpression >GPL -3.0-only</ PackageLicenseExpression >
12
10
<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 >
14
12
<RepositoryUrl >https://github.com/signal-csharp/libsignal-protocol-dotnet</RepositoryUrl >
13
+ <RepositoryType >git</RepositoryType >
15
14
<PackageTags >signal libsignal libsignal-protocol libsignal-protocol-dotnet</PackageTags >
16
15
</PropertyGroup >
17
16
17
+ <PropertyGroup >
18
+ <IncludeSymbols >true</IncludeSymbols >
19
+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
20
+ </PropertyGroup >
21
+
18
22
<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" />
21
26
<PackageReference Include =" May-dotnet" Version =" 1.2.3" />
22
27
<PackageReference Include =" System.Security.Cryptography.Algorithms" Version =" 4.3.1" />
23
28
</ItemGroup >
24
29
25
- </Project >
30
+ </Project >
0 commit comments