-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.nuspec
17 lines (17 loc) · 1017 Bytes
/
package.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8" ?>
<package >
<metadata>
<id>Xunit.Microsoft.DependencyInjection</id>
<title>Microsoft Dependency Injection utility for Xunit</title>
<version>8.0</version>
<authors>Arash Sabet</authors>
<owners>Umplify Technologies Inc.</owners>
<licenseUrl>https://github.com/Umplify/xunit-dependency-injection/blob/main/LICENSE</licenseUrl>
<projectUrl>https://umplify.github.io/xunit-dependency-injection/</projectUrl>
<iconUrl>http://umplify.com/wp-content/uploads/2017/11/umplify_logo.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>This package contains the necessary classes and features to leverage Xunit's fixture class for Microsoft dependency inection framework.</description>
<copyright>2024 - All rights reserved, Umplify Technologies Inc.</copyright>
<tags>xunit dependency-injection microsoft-dependency-injection xunit-dependency-injection</tags>
</metadata>
</package>