admin
2020-06-22 924bdf1c9fb74babf2438d5545db3594756625d1
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
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>DllExport</id>
    <version>1.7.3</version>
    <title>.NET DllExport</title>
    <authors>github.com/3F/DllExport</authors>
    <license type="file">License.txt</license>
    <owners>reg</owners>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <projectUrl>https://github.com/3F/DllExport</projectUrl>
    <repository type="git" url="https://github.com/3F/DllExport" />
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>
        Open source project .NET DllExport with .NET Core support (aka 3F/DllExport)
        https://github.com/3F/DllExport
        
        🚀 Quick start: https://github.com/3F/DllExport/wiki/Quick-start
        🔖 Examples. Unmanaged C++ / C# / Java: https://youtu.be/QXMj9-8XJnY
        🧪 Demo: https://github.com/3F/Examples/tree/master/DllExport/BasicExport
 
        =======================================
        gnt /p:ngpackages="DllExport/1.7.3"
        ================== https://github.com/3F/GetNuTool
 
  
    S_NUM_REV:          1.7.3.58831    
    S_REL:                  
    bSha1:              9a4bc51    
    MetaCor:            netstandard1.1    
    MetaLib:            v2.0    
    Wizard:             v4.0    
    Configuration:      PublicRelease    
    :: generated by a vsSolutionBuildEvent 1.14.0.36854</description>
    <summary>.NET DllExport with .NET Core support (aka 3F/DllExport)</summary>
    <tags>DllExport unmanaged-exports ildasm ilasm coreclr exported-functions dotnetcore Conari pinvoke net-c-func native tools dotnet-DllExport unmanaged-export hMSBuild GetNuTool MvsSln</tags>
    <releaseNotes> changelog: https://github.com/3F/DllExport/blob/master/changelog.txt </releaseNotes>
    <copyright>Copyright (c) 2009-2015  Robert Giesecke / Copyright (c) 2016-2020  Denis Kuzmin &lt; x-3F@outlook.com &gt; GitHub/3F </copyright>
  </metadata>
</package>