Skip to content

Commit

Permalink
Fixed nuspec with correct paths for the assemblies in the various fra…
Browse files Browse the repository at this point in the history
…meworks (#2)
  • Loading branch information
KlausVcb authored Nov 15, 2024
1 parent 9ac7bd1 commit 953d69f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions nanoFramework.Protobuf.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
<repository type="git" url="https://github.com/nanoframework/nanoFramework.Protobuf" commit="$commit$" />
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
<description>This library allows to serialize and deserialize object graphs in nanoFramework and netstandard 2.0.
It hence allows to serialize data on nanoFramework and deserialize it in any other .Net platform or the other way around
while providing high performance and the smallest possible payload.
It hence allows to serialize data on .NET nanoFramework and deserialize it in any other .NET platform (or the other way around) while providing high performance and the smallest possible payload.
</description>
<tags>proto protobuf net netmf nf nanoframework</tags>
<dependencies>
Expand All @@ -33,8 +32,8 @@
</dependencies>
</metadata>
<files>
<file src="nanoFramework.Protobuf\bin\Release\nanoFramework.Protobuf.*" target="lib/netmf" />
<file src="nanoFramework.Protobuf.Net\bin\Release\nanoFramework.Protobuf.*" target="lib/netstandard[2.0]" />
<file src="nanoFramework.Protobuf\bin\Release\nanoFramework.Protobuf.*" target="lib/netnano" />
<file src="nanoFramework.Protobuf.Net\bin\Release\netstandard2.0\nanoFramework.Protobuf.*" target="lib/netstandard2.0" />
<file src="assets\readme.txt" target="" />
<file src="README.md" target="docs\" />
<file src="assets\nf-logo.png" target="images" />
Expand Down

0 comments on commit 953d69f

Please sign in to comment.