-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathSchemaRegistry.nuspec
23 lines (23 loc) · 1.14 KB
/
SchemaRegistry.nuspec
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>
<metadata>
<id>SchemaRegistryDotNet</id>
<version>$version$</version>
<authors>Yakov Zhmurov</authors>
<licenseUrl>https://github.com/jakobz/schema-registry-dotnet/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/jakobz/schema-registry-dotnet</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>.Net wrapper for the Confluent Schema Registry REST API</description>
<tags>schemaregistry avro kafka confluent</tags>
<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="Newtonsoft.Json" version="11.0.2" />
</group>
</dependencies>
</metadata>
<files>
<file src="SchemaRegistry\bin\$configuration$\netstandard2.0\SchemaRegistry.dll" target="lib\netstandard2.0" />
<file src="SchemaRegistry\bin\$configuration$\netstandard2.0\SchemaRegistry.pdb" target="lib\netstandard2.0" />
<file src="SchemaRegistry\bin\$configuration$\netstandard2.0\SchemaRegistry.deps.json" target="lib\netstandard2.0" />
</files>
</package>