mirror of
https://github.com/EpicMorg/SteamPathsLib.git
synced 2024-12-27 06:55:28 +03:00
nuget sources
This commit is contained in:
parent
85373aafd7
commit
5d56f7df6b
27
nuget/EpicMorg.SteamPathsLib.nuspec
Normal file
27
nuget/EpicMorg.SteamPathsLib.nuspec
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
||||||
|
<metadata minClientVersion="3.3">
|
||||||
|
<id>EpicMorg.SteamPathsLib</id>
|
||||||
|
<title>Steam Paths Library</title>
|
||||||
|
<version>1.0.0.0</version>
|
||||||
|
<authors>EpicMorgDev, AurZum, stam</authors>
|
||||||
|
<owners>EpicMorgDev, AurZum, stam</owners>
|
||||||
|
<language>en-US</language>
|
||||||
|
<projectUrl>https://github.com/EpicMorg/SteamPathsLib</projectUrl>
|
||||||
|
<repository type="git" url="https://github.com/EpicMorg/SteamPathsLib.git" branch="master"/>
|
||||||
|
<license type="expression">MIT</license>
|
||||||
|
<icon>images\icon.png</icon>
|
||||||
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||||
|
<releaseNotes>Initial release</releaseNotes>
|
||||||
|
<description>Small helper for getting som registry keys of Steam.</description>
|
||||||
|
<copyright>Copyright ©2020 EpicMorg</copyright>
|
||||||
|
<tags>steam epicmorg path helper</tags>
|
||||||
|
<dependencies>
|
||||||
|
<group targetFramework=".NETFramework4.8.0" />
|
||||||
|
</dependencies>
|
||||||
|
</metadata>
|
||||||
|
<files>
|
||||||
|
<file src="lib\net48\*.dll" target="lib\net48" />
|
||||||
|
<file src="images\*" target="images" />
|
||||||
|
</files>
|
||||||
|
</package>
|
BIN
nuget/images/icon.png
Normal file
BIN
nuget/images/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Loading…
Reference in New Issue
Block a user