You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
520 B
15 lines
520 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
|
<metadata>
|
|
<id>RadarrSharp</id>
|
|
<version>1.0.0</version>
|
|
<authors>97WaterPolo</authors>
|
|
<description>Package Description</description>
|
|
<dependencies>
|
|
<group targetFramework="net5.0" />
|
|
</dependencies>
|
|
</metadata>
|
|
<files>
|
|
<file src="Z:\CSharp\RadarrSharp\RadarrSharp\bin\Release\net5.0\RadarrSharp.dll" target="lib\net5.0\RadarrSharp.dll" />
|
|
</files>
|
|
</package> |