-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathHazware.Unity.TypeTracking.nuspec
More file actions
24 lines (24 loc) · 1.34 KB
/
Hazware.Unity.TypeTracking.nuspec
File metadata and controls
24 lines (24 loc) · 1.34 KB
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 xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Hazware.Unity.TypeTracking</id>
<version>2.2</version>
<title>Hazware.Unity.TypeTracking</title>
<authors>David Buksbaum</authors>
<owners />
<licenseUrl>http://opensource.org/licenses/Apache-2.0</licenseUrl>
<projectUrl>http://buksbaum.us/things-i-did/hazware-unity-typetracking/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Addition of Type Tracking functionality, and some helper extension methods to Unity Inversion of Control Container.</description>
<summary>Addition of Type Tracking functionality, and some helper extension methods to Unity Inversion of Control Container. Source code is available at https://github.com/dbuksbaum/unity.extensions</summary>
<tags>Unity IoC</tags>
<dependencies>
<dependency id="Unity" version="2.1.505.0" />
</dependencies>
</metadata>
<files>
<file src="lib\net35\Hazware.Unity.TypeTracking.dll" target="lib\net35\Hazware.Unity.TypeTracking.dll" />
<file src="lib\net40\Hazware.Unity.TypeTracking.dll" target="lib\net40\Hazware.Unity.TypeTracking.dll" />
<file src="lib\sl4\Hazware.Unity.TypeTracking.dll" target="lib\sl4\Hazware.Unity.TypeTracking.dll" />
</files>
</package>