-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGameComponents.nuspec
More file actions
24 lines (23 loc) · 981 Bytes
/
Copy pathGameComponents.nuspec
File metadata and controls
24 lines (23 loc) · 981 Bytes
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 xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>GameComponents</id>
<version>0.8.1</version>
<title>GameComponents Utility Collection</title>
<authors>Derrick Creamer</authors>
<owners>Derrick Creamer</owners>
<!-- licenseUrl>https://raw.githubusercontent.com/derrickcreamer/Hemlock/master/LICENSE</licenseUrl -->
<license type="expression">MIT</license>
<projectUrl>https://github.com/derrickcreamer/GameComponents</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A collection of components and collection classes for C# games</description>
<copyright>Copyright 2025</copyright>
<tags>gamedev c# csharp collection</tags>
<dependencies>
<group targetFramework="net8.0" />
</dependencies>
</metadata>
<files>
<file src="GameComponents/bin/Debug/net8.0/GameComponents.dll" target="lib/net8.0" />
</files>
</package>