-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.nuspec
More file actions
23 lines (23 loc) · 1.65 KB
/
plugin.nuspec
File metadata and controls
23 lines (23 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>com.castsoftware.uc.graphql-apollo-client-java-spring</id>
<version>1.2.1</version>
<title>GraphQL for Apollo JS and Java Spring</title>
<authors>CAST</authors>
<owners>CAST</owners>
<licenseUrl>https://raw.githubusercontent.com/CAST-Extend/com.castsoftware.uc.graphql-apollo-client-java-spring/main/licenses/COPYING.LESSER.txt</licenseUrl>
<projectUrl>https://github.com/CAST-Extend/com.castsoftware.uc.graphql-apollo-client-java-spring/blob/main/README.md</projectUrl>
<iconUrl>https://raw.githubusercontent.com/CAST-Extend/com.castsoftware.uc.graphql-apollo-client-java-spring/refs/heads/main/com.castsoftware.uc.graphql-apollo-client-java-spring.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>This extension supports JS Apollo communicating with Java Spring through GraphQL. Creates 3 link types: direct CALL link from JS to Java, USE link from JS to GraphQL schema, and CALL link from GraphQL schema to Java for complete full-stack transaction analysis</description>
<releaseNotes>https://github.com/CAST-Extend/com.castsoftware.uc.graphql-apollo-client-java-spring/blob/main/README.md#release-notes</releaseNotes>
<tags>GraphQL API Schema Query Mutation Subscription React Apollo Client useQuery useMutation</tags>
<dependencies>
<dependency id="CAIP" version="8.3.3" />
</dependencies>
</metadata>
<files>
<file src="**\*" exclude="tests\**;ressources\**;**\__pycache__\**;.github\**;.idea\**;.vscode\**;.git\**;**\*.md" target="." />
</files>
</package>