12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- <?xml version="1.0" encoding="utf-8"?>
- <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
- <metadata>
- <id>DllExport</id>
- <version>1.6.1</version>
- <title>.NET DllExport</title>
- <authors>github.com/3F/DllExport</authors>
- <owners>reg</owners>
- <licenseUrl>https://github.com/3F/DllExport/blob/master/LICENSE</licenseUrl>
- <projectUrl>https://github.com/3F/DllExport</projectUrl>
- <requireLicenseAcceptance>false</requireLicenseAcceptance>
- <description>
-
- Open source project .NET DllExport
- https://github.com/3F/DllExport
-
- All versions including Nightly builds:
- https://github.com/3F/DllExport/releases
-
-
- To configure projects via current package:
- ==================================================
- DllExport -action Configure -dxp-version 1.6.1
- ==================================================
-
- To upgrade configured version on v1.6.1:
- ==================================================
- DllExport -action Upgrade -dxp-version 1.6.1
- ==================================================
- https://3F.github.io/DllExport/releases/latest/manager/
-
-
- Documentation for manager:
- * https://github.com/3F/DllExport/wiki/DllExport-Manager
- * Its Q/A: https://github.com/3F/DllExport/wiki/DllExport-Manager-Q-A
-
-
- Quick start:
- * https://youtu.be/sBWt-KdQtoc
-
- Basic examples for C++ and C#:
- * https://youtu.be/9Hyg3_WE9Ks
-
- Complex types and Strings:
- * https://youtu.be/QXMj9-8XJnY
-
-
- Issue tracker: https://github.com/3F/DllExport/issues
-
- ~~~~~~~~
- Get it via GetNuTool:
- =======================================
- gnt /p:ngpackages="DllExport/1.6.1"
- =======================================
- * https://github.com/3F/GetNuTool
-
- Build info:
-
- S_NUM: 1.6.1
- S_REV: 51910
- S_NUM_REV: 1.6.1.51910
- S_REL:
- bSha1: e6c3d30
- bName: master
- bRevc: 115
- Wizard .NET: v4.0
- Configurator .NET: v4.0
- Configuration: PublicRelease
- Platform: AnyCPU
- cfgname: Release
- revDeltaBase: 2016/10/12
- revDeltaMin: 1000
- revDeltaMax: 65534
-
- :: generated by a vsSolutionBuildEvent v0.12.10.10901
-
- </description>
- <summary>.NET DllExport</summary>
- <tags>DllExport unmanaged-exports ildasm ilasm coreclr exported-functions reverse-pinvoke export-directive Conari pinvoke net-c-func tools pe32 pe32-plus dotnet-DllExport unmanaged-export GetNuTool MvsSln</tags>
- <releaseNotes></releaseNotes>
- <copyright>Copyright (c) 2009-2015 Robert Giesecke / Copyright (c) 2016-2018 Denis Kuzmin [entry.reg@gmail.com] </copyright>
- </metadata>
- </package>
|