From c46dd91c170fc6aeb757e4732e7b0f504a77e660 Mon Sep 17 00:00:00 2001 From: glopesdev Date: Tue, 15 Jun 2021 09:54:28 +0100 Subject: [PATCH] Add support for nuget package generation Fixes #2 --- Directory.Build.props | 8 -------- examples/Directory.Build.props | 7 +++++-- liblsl.csproj | 11 ++++++++++- runtimes/README.md | 3 +++ 4 files changed, 18 insertions(+), 11 deletions(-) delete mode 100644 Directory.Build.props create mode 100644 runtimes/README.md diff --git a/Directory.Build.props b/Directory.Build.props deleted file mode 100644 index 84e162b..0000000 --- a/Directory.Build.props +++ /dev/null @@ -1,8 +0,0 @@ - - - Christian Kothe - netstandard2.0 - 1.12.2 - - - diff --git a/examples/Directory.Build.props b/examples/Directory.Build.props index 7a68623..b57ab75 100644 --- a/examples/Directory.Build.props +++ b/examples/Directory.Build.props @@ -1,6 +1,9 @@ - + Christian Kothe + netstandard2.0 + 1.12.2 8.0 - \ No newline at end of file + + diff --git a/liblsl.csproj b/liblsl.csproj index 9e7f251..0b9263b 100644 --- a/liblsl.csproj +++ b/liblsl.csproj @@ -7,6 +7,15 @@ 2.0 $(DefaultItemExcludes);examples/** lsl_csharp + Copyright © Christian Kothe 2021 + https://github.com/labstreaminglayer/liblsl-Csharp + MIT + LSL Lab Streaming Layer + true + win-x86;win-x64;osx-x64;linux-x64 - + + + + diff --git a/runtimes/README.md b/runtimes/README.md new file mode 100644 index 0000000..ccc3e7e --- /dev/null +++ b/runtimes/README.md @@ -0,0 +1,3 @@ +# Runtime Identifier Dependencies + +The NuGet package for the C# bindings includes binary distributions for major platform runtimes targeted by [liblsl](https://github.com/sccn/liblsl). To successfully build the package, these binaries need to be downloaded from [liblsl releases](https://github.com/sccn/liblsl/releases) and included in this folder following the RID naming conventions outlined in the [RID Catalog](https://docs.microsoft.com/en-us/dotnet/core/rid-catalog). \ No newline at end of file