-
Notifications
You must be signed in to change notification settings - Fork 81
/
Copy pathUnity-Weld.nuspec
24 lines (24 loc) · 1.17 KB
/
Unity-Weld.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<package >
<metadata>
<id>RSG.UnityWeld</id>
<version>0.8.0</version>
<title>RSG.UnityWeld</title>
<authors>Real Serious Games</authors>
<owners>Real Serious Games</owners>
<licenseUrl>https://github.com/Real-Serious-Games/Unity-Weld</licenseUrl>
<projectUrl>https://github.com/Real-Serious-Games/Unity-Weld</projectUrl>
<iconUrl>https://avatars0.githubusercontent.com/u/7463833?v=2&s=200</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>MVVM-style two way data-binding system for Unity.</description>
<releaseNotes></releaseNotes>
<copyright>Copyright 2018</copyright>
<tags>C# Unity Unity3D UI MVVM data binding databinding</tags>
</metadata>
<files>
<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>