mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
- Created an example of extension policy - Added C# binding support of .NET framework 4.0 and created a Nuget spec for it. - Added a pytest in python bindings to test the extension policy and the python binding - Restructured the example and Csharp binding directories due to above changes. - Added copyrights. - Added a Windows workflow for .NET 4.0 build and test.
22 lines
834 B
XML
22 lines
834 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<package>
|
|
<metadata>
|
|
<id>RegorusCsharp-Lib-x64</id>
|
|
<version>0.2.1</version>
|
|
<title>RegorusCsharp-Lib-x64</title>
|
|
<authors>yangjie@microsoft.com</authors>
|
|
<owners>yangjie@microsoft.com</owners>
|
|
<projectUrl>https://www.microsoft.com</projectUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<description>Regorus C# library for x64</description>
|
|
<releaseNotes>remove Regorus.cs from Nuget</releaseNotes>
|
|
<copyright>Copyright (C) Microsoft Corp</copyright>
|
|
<summary></summary>
|
|
</metadata>
|
|
<files>
|
|
<file src="RegorusFFI.g.cs" target="RegorusFFI.g.cs"/>
|
|
<file src="regorus_ffi.dll" target="lib\regorusc.dll" />
|
|
<file src="README" target="README" />
|
|
<file src="..\..\..\LICENSE" target="LICENSE" />
|
|
</files>
|
|
</package> |