Skip to content

Commit

Permalink
Use release assemblies in Nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryDungan committed Dec 19, 2018
1 parent ef2c4fd commit f17217c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Unity-Weld.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<tags>C# Unity Unity3D UI MVVM data binding databinding</tags>
</metadata>
<files>
<file src="UnityWeld/bin/Debug/net35/UnityWeld.dll" target="lib\net35"/>
<file src="UnityWeld_Editor/bin/Debug/net35/UnityWeld_Editor.dll" target="lib\net35"/>
<file src="UnityWeld/bin/Debug/netstandard2.0/UnityWeld.dll" target="lib\netstandard2.0"/>
<file src="UnityWeld_Editor/bin/Debug/netstandard2.0/UnityWeld_Editor.dll" target="lib\netstandard2.0"/>
<file src="UnityWeld/bin/Release/net35/UnityWeld.dll" target="lib\net35"/>
<file src="UnityWeld_Editor/bin/Release/net35/UnityWeld_Editor.dll" target="lib\net35"/>
<file src="UnityWeld/bin/Release/netstandard2.0/UnityWeld.dll" target="lib\netstandard2.0"/>
<file src="UnityWeld_Editor/bin/Release/netstandard2.0/UnityWeld_Editor.dll" target="lib\netstandard2.0"/>
</files>
</package>

0 comments on commit f17217c

Please sign in to comment.