Frank Denis
9511c982fb
1.0.20
2024-05-25 14:13:52 +02:00
Frank Denis
9f5a497d51
.NET package 1.0.19.2
2024-04-28 23:06:15 +02:00
Frank Denis
4b28941d4d
.NET: ship .so files for linux-musl
2024-04-28 23:06:11 +02:00
Frank Denis
0234f4e913
.NET package 1.0.19.1
2024-04-28 15:50:35 +02:00
Frank Denis
7d2eec3603
.NET: add ios/tvos/catalyst
2024-04-28 14:28:56 +02:00
Frank Denis
ef9ad0c041
Simplify build of .NET pakages, including Windows/arm64
2024-04-28 00:16:15 +02:00
Frank Denis
ad0e68cff7
Bump
2023-09-13 09:00:05 +02:00
bfren
19537d42ed
Include linux-musl-arm in NuGet packages ( #1234 )
...
* Bumping version to 1.0.18.4 and including linux-musl-arm package
* Updating to 1.0.18.4
2022-12-11 20:06:31 +01:00
Frank Denis
b706a78d38
Bump NuGet pathversion
2022-12-09 13:32:52 +01:00
Frank Denis
6bce2fe9c9
Bump dotnet-core / nuget versions to 1.0.18.3
2022-11-25 16:15:36 +01:00
bfren
a0503b5c24
[dotnet core] build for linux-musl-arm64 ( #1174 )
...
* Adding aarch64 build
* Removing workflow_dispatch
* Re-adding x64
* Disable libgcrypt hash - #1173
* Adding sudo to gcrypt disable - #1173
* Remove sudo, put gcrypt disable before building source list - #1173
* Adding linux-musl-arm64 build to NuGet package - #1174
* Explain the gcrypt configuration hack
2022-11-23 19:17:32 +01:00
Sean Mollet
f0ad119206
Put the packaging line for nuget back in ( #1164 )
2022-03-07 17:34:28 +01:00
Frank Denis
32cba2b5e9
Build dotnet core x64 binaries in Ubuntu 16.04
...
...to provide support for CentOS 7 and Debian 9
Contributed by @enclave-alistair
Fixes #1099
2022-02-27 11:44:12 +01:00
Alistair Evans
3ca709c9e3
Adding linux-arm support for the .net build ( #1069 )
...
Generate an armhf cross-compile.
2021-05-26 20:00:56 +02:00
Frank Denis
24856f9e43
Bump nupkg version
2021-05-26 17:29:32 +02:00
Alistair Evans
782bb218ce
Adds linux-arm64 binary to the generated nuget package ( #1067 )
...
Uses cross-compilation to run make; make check uses qemu to execute the tests on virtualised ARM.
2021-05-26 16:11:56 +02:00
ektrah
dd6eef6825
Pack the NuGet package with .NET 5.0 ( #1009 )
...
* Update libsodium.pkgproj
* Update dotnet-core.yml
2020-11-04 19:29:16 +01:00
ektrah
eeadf81e1d
Update packaging for .NET Core
2019-12-30 14:51:54 +01:00
ektrah
4472242f42
Update packaging for .NET Core
2019-12-30 14:51:47 +01:00
ektrah
ba0d7ecb32
Update packaging for .NET Core
2019-12-30 10:36:28 +01:00
Frank Denis
940ef42797
1.0.18
2019-05-30 21:57:51 +02:00
Frank Denis
baa5b2ad32
Update the dotnet-core release script
2019-04-22 14:37:59 +02:00
Frank Denis
0cf74a3104
2019
2019-01-06 14:42:47 +01:00
Frank Denis
ab0932bf80
Bump .NET version examples
2019-01-06 03:50:18 +01:00
Frank Denis
18e2038fbb
Version bump [not released yet]
2017-12-05 22:23:37 +00:00
Frank Denis
c5e43f4c1c
Update dotnet example version
2017-10-01 17:11:51 +02:00
ektrah
a55e132461
Update packaging for .NET Core ( #583 )
2017-08-18 00:44:52 +02:00
ektrah
45f2759d86
Update packaging scripts to .NET Core 2.0 ( #582 )
2017-08-15 16:27:54 +02:00
ektrah
c39ecb245c
Update packaging for .NET Core ( #581 )
2017-08-13 19:06:10 +02:00
Frank Denis
56efb47ab7
.13 -> .14
2017-07-24 14:13:18 +02:00
Frank Denis
0238cbcf68
Bump NuGet package
2017-07-17 22:38:04 +02:00
Frank Denis
6a3dfb2658
python3 doesn't have to be in /usr/bin
2017-07-13 17:03:27 +02:00
ektrah
6bc76bc31d
Update packaging for .NET Core ( #566 )
2017-07-12 01:30:23 +02:00
Frank Denis
0eed55ce6a
Remove redundant definitions from the project files
2017-05-27 12:01:34 +02:00
Henrik Gaßmann
70bffa111a
[.NET NUGET] DON'T SET SUFFIX FOR RELEASES ( #548 )
...
Previously "-None" was set as version suffix for release packages.
2017-05-19 22:00:13 +02:00
Henrik Gaßmann
e8795ff105
[.NET Core] SUPPORT .NET FRAMEWORK >= 4.6 ( #547 )
...
Add MSBuild targets for net46 target framework which copy both x86 and
x64 libsodium binaries into corresponding folders. This allows AnyCPU
applications to load the appropriate binary at runtime via
`LoadLibraryEx`.
2017-05-19 16:44:44 +02:00
Henrik Gaßmann
b3d1a638cf
[.NET Core] ALLOW WIN7 TARGETTING ( #546 )
2017-05-19 15:04:17 +02:00
Frank Denis
aa7ded10e7
Bump package (not library) version
2017-03-28 12:57:19 +02:00
Frank Denis
7bc8eb16a7
dotnet-core documentation: use 1.0.12 as the version example
2017-03-24 11:55:27 +01:00
Eric Voskuil
97c6599659
Update for and publish NuGet package for 1.0.12. ( #520 )
2017-03-24 11:09:37 +01:00
ektrah
ed3bcbbf1d
Add missing file for packaging for .NET Core ( #507 )
2017-03-06 14:20:54 +01:00
ektrah
9ef6310188
Update packaging scripts for .NET Core ( #503 )
2017-03-05 20:57:41 +01:00
ektrah
7901b1ce75
Add scripts and files to package libsodium for .NET Core ( #477 )
2017-02-20 10:34:42 +01:00
Frank Denis
727703a8a1
https
2016-04-12 01:27:22 +02:00
Frank Denis
e0d1d042b7
Remove package.nuspec, package.targets, and package.xml
...
Via @woobs:
"package.nuspec, package.targets, and package.xml are generated from
[the package.config] file [...] thus it may be reasonable to remove them from
the repository"
2015-04-27 22:02:14 +02:00
woobs
baa488a6af
Update NuGet configuration for version 1.0.3
2015-04-27 13:22:42 -05:00
evoskuil
ecf86654bf
Update NuGet packaging for 1.0.0.0 release (last published).
2014-11-02 22:38:58 -08:00
khungus
89eacfa06c
Update NuGet packaging to 0.7
2014-08-30 16:46:59 -05:00
evoskuil
e6135a4712
Update windows dll version resource to 0.6.0
2014-07-04 05:46:18 -06:00
evoskuil
df1f1f6ace
Update NuGet package versioning.
2014-07-03 14:54:30 -06:00