We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f12b24d commit a72f9b5Copy full SHA for a72f9b5
Build/UnitsNet.nuspec
@@ -21,6 +21,6 @@
21
</metadata>
22
<files>
23
<file src="Artifacts\Bin\Src\AnyCPU_Release\**\UnitsNet*.dll" target="lib" />
24
- <file src="Src\**\*.cs" exclude="Src\**\obj\**\*.cs" target="src" />
+ <file src="UnitsNet\**\*.cs" exclude="UnitsNet\**\obj\**\*.cs" target="src" />
25
</files>
26
</package>
0 commit comments