Skip to content

Commit 953d69f

Browse files
authored
Fixed nuspec with correct paths for the assemblies in the various frameworks (#2)
1 parent 9ac7bd1 commit 953d69f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

nanoFramework.Protobuf.nuspec

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
<repository type="git" url="https://github.com/nanoframework/nanoFramework.Protobuf" commit="$commit$" />
1717
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
1818
<description>This library allows to serialize and deserialize object graphs in nanoFramework and netstandard 2.0.
19-
It hence allows to serialize data on nanoFramework and deserialize it in any other .Net platform or the other way around
20-
while providing high performance and the smallest possible payload.
19+
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.
2120
</description>
2221
<tags>proto protobuf net netmf nf nanoframework</tags>
2322
<dependencies>
@@ -33,8 +32,8 @@
3332
</dependencies>
3433
</metadata>
3534
<files>
36-
<file src="nanoFramework.Protobuf\bin\Release\nanoFramework.Protobuf.*" target="lib/netmf" />
37-
<file src="nanoFramework.Protobuf.Net\bin\Release\nanoFramework.Protobuf.*" target="lib/netstandard[2.0]" />
35+
<file src="nanoFramework.Protobuf\bin\Release\nanoFramework.Protobuf.*" target="lib/netnano" />
36+
<file src="nanoFramework.Protobuf.Net\bin\Release\netstandard2.0\nanoFramework.Protobuf.*" target="lib/netstandard2.0" />
3837
<file src="assets\readme.txt" target="" />
3938
<file src="README.md" target="docs\" />
4039
<file src="assets\nf-logo.png" target="images" />

0 commit comments

Comments
 (0)