-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MaaXYZ/MaaFramework.Binding.CSharp(main)
- sha: fa3a81c0715ce1c23b4c21e5fd3f7fe203f590ef - run: https://github.com/MaaXYZ/MaaFramework.Binding.CSharp/actions/runs/11271198796
- Loading branch information
1 parent
dcae01f
commit a05c59c
Showing
26 changed files
with
116 additions
and
10 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file added
BIN
+156 KB
...flatcontainer/maa.framework.binding.native/2.0.3/maa.framework.binding.native.2.0.3.nupkg
Binary file not shown.
25 changes: 25 additions & 0 deletions
25
nuget/flatcontainer/maa.framework.binding.native/2.0.3/maa.framework.binding.native.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
<metadata> | ||
<id>Maa.Framework.Binding.Native</id> | ||
<version>2.0.3</version> | ||
<title>Maa Framework Binding (Native)</title> | ||
<authors>MAA Team</authors> | ||
<license type="expression">LGPL-3.0-only</license> | ||
<licenseUrl>https://licenses.nuget.org/LGPL-3.0-only</licenseUrl> | ||
<icon>maa-logo_128x128.png</icon> | ||
<description>MaaFramework.Binding.Native is a common interoperable API wrapper of MaaFramework FFI parts for .NET 7.</description> | ||
<releaseNotes>Release notes are at https://github.com/MaaXYZ/MaaFramework.Binding.CSharp/releases.</releaseNotes> | ||
<copyright>Copyright © 2021-2024 MAA Team and Contributers. All rights reserved.</copyright> | ||
<tags>MAA c-sharp cross-platform dotnet wrapper ffi</tags> | ||
<repository type="git" url="https://github.com/MaaXYZ/MaaFramework.Binding.CSharp" branch="main" commit="fa3a81c0715ce1c23b4c21e5fd3f7fe203f590ef" /> | ||
<dependencies> | ||
<group targetFramework="net7.0"> | ||
<dependency id="Maa.Framework.Binding" version="2.0.3" exclude="Build,Analyzers" /> | ||
</group> | ||
<group targetFramework="net8.0"> | ||
<dependency id="Maa.Framework.Binding" version="2.0.3" exclude="Build,Analyzers" /> | ||
</group> | ||
</dependencies> | ||
</metadata> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"versions":["2.0.1-preview.24508.2","2.0.1-preview.24508.4","2.0.1-preview.24510.1","2.0.1-rc.1.1.ga40399b","2.0.1-rc.1.1.gb9872e0","2.0.3-preview.24510.2"]} | ||
{"versions":["2.0.1-preview.24508.2","2.0.1-preview.24508.4","2.0.1-preview.24510.1","2.0.1-rc.1.1.ga40399b","2.0.1-rc.1.1.gb9872e0","2.0.3-preview.24510.2","2.0.3"]} |
Binary file not shown.
Binary file added
BIN
+120 KB
nuget/flatcontainer/maa.framework.binding/2.0.3/maa.framework.binding.2.0.3.nupkg
Binary file not shown.
21 changes: 21 additions & 0 deletions
21
nuget/flatcontainer/maa.framework.binding/2.0.3/maa.framework.binding.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> | ||
<metadata> | ||
<id>Maa.Framework.Binding</id> | ||
<version>2.0.3</version> | ||
<title>Maa Framework Binding (Abstractions)</title> | ||
<authors>MAA Team</authors> | ||
<license type="expression">LGPL-3.0-only</license> | ||
<licenseUrl>https://licenses.nuget.org/LGPL-3.0-only</licenseUrl> | ||
<icon>maa-logo_128x128.png</icon> | ||
<description>MaaFramework.Binding is a common interoperable API wrapper of MaaFramework for .NET 7.</description> | ||
<releaseNotes>Release notes are at https://github.com/MaaXYZ/MaaFramework.Binding.CSharp/releases.</releaseNotes> | ||
<copyright>Copyright © 2021-2024 MAA Team and Contributers. All rights reserved.</copyright> | ||
<tags>MAA c-sharp cross-platform dotnet wrapper abstractions</tags> | ||
<repository type="git" url="https://github.com/MaaXYZ/MaaFramework.Binding.CSharp" branch="main" commit="fa3a81c0715ce1c23b4c21e5fd3f7fe203f590ef" /> | ||
<dependencies> | ||
<group targetFramework="net7.0" /> | ||
<group targetFramework="net8.0" /> | ||
</dependencies> | ||
</metadata> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"versions":["2.0.1-preview.24508.2","2.0.1-preview.24508.4","2.0.1-preview.24510.1","2.0.1-rc.1.1.ga40399b","2.0.1-rc.1.1.gb9872e0","2.0.3-preview.24510.2"]} | ||
{"versions":["2.0.1-preview.24508.2","2.0.1-preview.24508.4","2.0.1-preview.24510.1","2.0.1-rc.1.1.ga40399b","2.0.1-rc.1.1.gb9872e0","2.0.3-preview.24510.2","2.0.3"]} |
Binary file not shown.
Binary file added
BIN
+66.1 KB
nuget/flatcontainer/maa.framework.native/2.0.3/maa.framework.native.2.0.3.nupkg
Binary file not shown.
28 changes: 28 additions & 0 deletions
28
nuget/flatcontainer/maa.framework.native/2.0.3/maa.framework.native.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
<metadata> | ||
<id>Maa.Framework.Native</id> | ||
<version>2.0.3</version> | ||
<title>Maa Framework Native Metapackage</title> | ||
<authors>MAA Team</authors> | ||
<license type="expression">LGPL-3.0-only</license> | ||
<licenseUrl>https://licenses.nuget.org/LGPL-3.0-only</licenseUrl> | ||
<icon>maa-logo_128x128.png</icon> | ||
<readme>README.md</readme> | ||
<description>Maa.Framework.Native is a metapackage with references to Maa.Framework.Binding.Native, Maa.AgentBinary.</description> | ||
<releaseNotes>Release notes are at https://github.com/MaaXYZ/MaaFramework.Binding.CSharp/releases.</releaseNotes> | ||
<copyright>Copyright © 2021-2024 MAA Team and Contributers. All rights reserved.</copyright> | ||
<tags>MAA c-sharp cross-platform dotnet wrapper</tags> | ||
<repository type="git" url="https://github.com/MaaXYZ/MaaFramework.Binding.CSharp" branch="main" commit="fa3a81c0715ce1c23b4c21e5fd3f7fe203f590ef" /> | ||
<dependencies> | ||
<group targetFramework="net7.0"> | ||
<dependency id="Maa.Framework.Binding.Native" version="2.0.3" exclude="Build,Analyzers" /> | ||
<dependency id="Maa.AgentBinary" version="1.0.0" include="All" /> | ||
</group> | ||
<group targetFramework="net8.0"> | ||
<dependency id="Maa.Framework.Binding.Native" version="2.0.3" exclude="Build,Analyzers" /> | ||
<dependency id="Maa.AgentBinary" version="1.0.0" include="All" /> | ||
</group> | ||
</dependencies> | ||
</metadata> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"versions":["2.0.1-preview.24508.2","2.0.1-preview.24508.4","2.0.1-preview.24510.1","2.0.1-rc.1.1.ga40399b","2.0.1-rc.1.1.gb9872e0","2.0.3-preview.24510.2"]} | ||
{"versions":["2.0.1-preview.24508.2","2.0.1-preview.24508.4","2.0.1-preview.24510.1","2.0.1-rc.1.1.ga40399b","2.0.1-rc.1.1.gb9872e0","2.0.3-preview.24510.2","2.0.3"]} |
Binary file not shown.
Binary file not shown.
28 changes: 28 additions & 0 deletions
28
nuget/flatcontainer/maa.framework/2.0.3/maa.framework.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
<metadata> | ||
<id>Maa.Framework</id> | ||
<version>2.0.3</version> | ||
<title>Maa Framework Metapackage</title> | ||
<authors>MAA Team</authors> | ||
<license type="expression">LGPL-3.0-only</license> | ||
<licenseUrl>https://licenses.nuget.org/LGPL-3.0-only</licenseUrl> | ||
<icon>maa-logo_128x128.png</icon> | ||
<readme>README.md</readme> | ||
<description>Maa.Framework is a metapackage with references to Maa.Framework.Binding.Native, Maa.AgentBinary and Maa.Framework.Runtimes.</description> | ||
<releaseNotes>Release notes are at https://github.com/MaaXYZ/MaaFramework.Binding.CSharp/releases.</releaseNotes> | ||
<copyright>Copyright © 2021-2024 MAA Team and Contributers. All rights reserved.</copyright> | ||
<tags>MAA c-sharp cross-platform dotnet wrapper</tags> | ||
<repository type="git" url="https://github.com/MaaXYZ/MaaFramework.Binding.CSharp" branch="main" commit="fa3a81c0715ce1c23b4c21e5fd3f7fe203f590ef" /> | ||
<dependencies> | ||
<group targetFramework="net7.0"> | ||
<dependency id="Maa.Framework.Native" version="2.0.3" exclude="Build,Analyzers" /> | ||
<dependency id="Maa.Framework.Runtimes" version="2.0.3" exclude="Build,Analyzers" /> | ||
</group> | ||
<group targetFramework="net8.0"> | ||
<dependency id="Maa.Framework.Native" version="2.0.3" exclude="Build,Analyzers" /> | ||
<dependency id="Maa.Framework.Runtimes" version="2.0.3" exclude="Build,Analyzers" /> | ||
</group> | ||
</dependencies> | ||
</metadata> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"versions":["2.0.1-preview.24508.2","2.0.1-preview.24508.4","2.0.1-preview.24510.1","2.0.1-rc.1.1.ga40399b","2.0.1-rc.1.1.gb9872e0","2.0.3-preview.24510.2"]} | ||
{"versions":["2.0.1-preview.24508.2","2.0.1-preview.24508.4","2.0.1-preview.24510.1","2.0.1-rc.1.1.ga40399b","2.0.1-rc.1.1.gb9872e0","2.0.3-preview.24510.2","2.0.3"]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"@id":"https://maaxyz.github.io/pkg/nuget/registration/maa.framework.binding.native/2.0.3.json","@type":["Package","http://schema.nuget.org/catalog#Permalink"],"catalogEntry":"https://maaxyz.github.io/pkg/nuget/virtualcatalog/data/5c337296-1232-447b-ae76-72a00e7d1179.json","listed":true,"packageContent":"https://maaxyz.github.io/pkg/nuget/flatcontainer/maa.framework.binding.native/2.0.3/maa.framework.binding.native.2.0.3.nupkg","published":"2024-10-10T09:26:06.7341340Z","registration":"https://maaxyz.github.io/pkg/nuget/registration/maa.framework.binding.native/index.json","sleet:catalogEntry":{"@id":"https://maaxyz.github.io/pkg/nuget/virtualcatalog/data/5c337296-1232-447b-ae76-72a00e7d1179.json","@type":["PackageDetails","catalog:Permalink"],"authors":"MAA Team","commitId":"65c7d415-a32d-4cca-ae6e-4c8b2174eeca","commitTimeStamp":"2024-10-10T09:26:06.7341401Z","copyright":"Copyright © 2021-2024 MAA Team and Contributers. All rights reserved.","created":"2024-10-10T09:26:06.7341340Z","description":"MaaFramework.Binding.Native is a common interoperable API wrapper of MaaFramework FFI parts for .NET 7.","iconUrl":"https://maaxyz.github.io/pkg/nuget/flatcontainer/maa.framework.binding.native/2.0.3/icon","id":"Maa.Framework.Binding.Native","isPrerelease":false,"language":"","lastEdited":"0001-01-01T00:00:00Z","licenseNames":"","licenseReportUrl":"","licenseUrl":"https://licenses.nuget.org/LGPL-3.0-only","listed":true,"owners":"","packageContent":"https://maaxyz.github.io/pkg/nuget/flatcontainer/maa.framework.binding.native/2.0.3/maa.framework.binding.native.2.0.3.nupkg","projectUrl":"","published":"2024-10-10T09:26:06.7341340Z","releaseNotes":"Release notes are at https://github.com/MaaXYZ/MaaFramework.Binding.CSharp/releases.","requireLicenseAcceptance":false,"sleet:operation":"add","sleet:toolVersion":"6.1.0","summary":"","title":"Maa Framework Binding (Native)","version":"2.0.3","dependencyGroups":[{"@id":"https://maaxyz.github.io/pkg/nuget/virtualcatalog/data/5c337296-1232-447b-ae76-72a00e7d1179.json#dependencygroup/net7.0","@type":"PackageDependencyGroup","targetFramework":"net7.0","dependencies":[{"@id":"https://maaxyz.github.io/pkg/nuget/virtualcatalog/data/5c337296-1232-447b-ae76-72a00e7d1179.json#dependencygroup/net7.0/maa.framework.binding","@type":"PackageDependency","id":"Maa.Framework.Binding","range":"[2.0.3, )"}]},{"@id":"https://maaxyz.github.io/pkg/nuget/virtualcatalog/data/5c337296-1232-447b-ae76-72a00e7d1179.json#dependencygroup/net8.0","@type":"PackageDependencyGroup","targetFramework":"net8.0","dependencies":[{"@id":"https://maaxyz.github.io/pkg/nuget/virtualcatalog/data/5c337296-1232-447b-ae76-72a00e7d1179.json#dependencygroup/net8.0/maa.framework.binding","@type":"PackageDependency","id":"Maa.Framework.Binding","range":"[2.0.3, )"}]}],"frameworkAssemblyGroup":[],"tags":["MAA","c-sharp","cross-platform","dotnet","wrapper","ffi"],"@context":{"@vocab":"http://schema.nuget.org/schema#","catalog":"http://schema.nuget.org/catalog#","xsd":"http://www.w3.org/2001/XMLSchema#","sleet":"http://schema.emgarten.com/sleet#","dependencies":{"@id":"dependency","@container":"@set"},"dependencyGroups":{"@id":"dependencyGroup","@container":"@set"},"packageEntries":{"@id":"packageEntry","@container":"@set"},"supportedFrameworks":{"@id":"supportedFramework","@container":"@set"},"tags":{"@id":"tag","@container":"@set"},"published":{"@type":"xsd:dateTime"},"created":{"@type":"xsd:dateTime"},"lastEdited":{"@type":"xsd:dateTime"},"catalog:commitTimeStamp":{"@type":"xsd:dateTime"}}},"@context":{"@vocab":"http://schema.nuget.org/schema#","catalog":"http://schema.nuget.org/catalog#","xsd":"http://www.w3.org/2001/XMLSchema#","sleet":"http://schema.emgarten.com/sleet#","catalogEntry":{"@type":"@id"},"registration":{"@type":"@id"},"packageContent":{"@type":"@id"},"published":{"@type":"xsd:dateTime"},"dependencies":{"@id":"dependency","@container":"@set"},"dependencyGroups":{"@id":"dependencyGroup","@container":"@set"},"packageEntries":{"@id":"packageEntry","@container":"@set"},"supportedFrameworks":{"@id":"supportedFramework","@container":"@set"},"tags":{"@id":"tag","@container":"@set"},"created":{"@type":"xsd:dateTime"},"lastEdited":{"@type":"xsd:dateTime"},"catalog:commitTimeStamp":{"@type":"xsd:dateTime"}}} |
Oops, something went wrong.