Files
spworlds-csharp-library/src/obj/Debug/spworlds.1.0.1.nuspec
2023-10-25 21:09:01 +03:00

20 lines
1.0 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>spworlds</id>
<version>1.0.1</version>
<authors>Mih4n</authors>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<readme>README.md</readme>
<description>данная библиотека предназначена для работы с сайтом spworlds. Ознакомиться с документацией можно в гитхабе проекта</description>
<repository url="https://github.com/Mih4n/spworlds" />
<dependencies>
<group targetFramework="net6.0" />
</dependencies>
</metadata>
<files>
<file src="C:\Users\losev\OneDrive\Рабочий стол\spworlds\spworlds-csharp-library\src\bin\Debug\net6.0\spworlds.dll" target="lib\net6.0\spworlds.dll" />
<file src="C:\Users\losev\OneDrive\Рабочий стол\spworlds\spworlds-csharp-library\src\README.md" target="\README.md" />
</files>
</package>