-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTypeLib.nuspec
More file actions
31 lines (31 loc) · 1.67 KB
/
Copy pathTypeLib.nuspec
File metadata and controls
31 lines (31 loc) · 1.67 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
25
26
27
28
29
30
31
<?xml version="1.0"?>
<package>
<metadata>
<id>TypeLibInformation</id>
<version>1.2.0</version>
<authors>Contributors</authors>
<owners>Jozef Izso</owners>
<licenseUrl>https://github.com/NetOfficeFw/TypeLibInformation/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/NetOfficeFw/TypeLibInformation</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>TypeLib Information library v1.1.81.69. TypeLib library allows you to query COM servers using reflection like syntax to dynamically get information about exported classes, methods, properties and other data.</description>
<releaseNotes>
* TypeLib Information library v1.1.81.69
* Registers the native TlbInf32.dll library to HKEY_CURRENT_USER
* Supports .NET 2.0, 3.5, 4.0 and 4.5
</releaseNotes>
<copyright>Copyright (c) 2014 Jozef Izso</copyright>
<tags>TypeLib Type Library import registry COM metadata reflection</tags>
</metadata>
<files>
<file src="lib\net35\TlbInf32.Interop.dll" target="lib\net20\TlbInf32.Interop.dll" />
<file src="lib\net35\TlbInf32.Interop.dll" target="lib\net35\TlbInf32.Interop.dll" />
<file src="lib\net45\TlbInf32.Interop.dll" target="lib\net40\TlbInf32.Interop.dll" />
<file src="lib\net45\TlbInf32.Interop.dll" target="lib\net45\TlbInf32.Interop.dll" />
<file src="tools\RegInDll.dll" target="tools\RegInDll.dll" />
<file src="tools\TlbInf32.dll" target="tools\TlbInf32.dll" />
<file src="tools\RegSvrEx.exe" target="tools\RegSvrEx.exe" />
<file src="tools\install.ps1" target="tools\install.ps1" />
<file src="tools\uninstall.ps1" target="tools\uninstall.ps1" />
</files>
</package>