blob: 9a880beef579a4a4276883a0c1b1701f57819a8e [file] [log] [blame]
<?xml version="1.0"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!--
Creating NuGet package:
nuget pack Apache.Ignite.Schema.nuspec -Version 1.6.1
-->
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Apache.Ignite.Schema</id>
<title>Apache Ignite Configuration XML Schema</title>
<!-- -->
<version>$version$</version>
<authors>Apache Ignite</authors>
<owners>Apache Software Foundation</owners>
<license type="expression">Apache-2.0</license>
<projectUrl>https://ignite.apache.org/</projectUrl>
<icon>images\logo_ignite_128x128.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
XSD file describes the structure of IgniteConfigurationSection and enables Intellisense(TM) when editing IgniteConfigurationSection in app.config and web.config in Visual Studio.
More info on Apache Ignite.NET: https://apacheignite-net.readme.io/
</description>
<copyright>Copyright 2021</copyright>
<tags>Apache Ignite XSD Intellisense</tags>
<repository type="git" url="https://github.com/apache/ignite.git" />
</metadata>
<files>
<!-- Other files should go to Content folder to be automatically included in project. -->
<file src="IgniteConfigurationSection.xsd" target="content" />
<file src="IgniteClientConfigurationSection.xsd" target="content" />
<!-- Icon -->
<file src="..\logo_ignite_128x128.png" target="images\" />
</files>
</package>