-
Notifications
You must be signed in to change notification settings - Fork 2
/
TcUnit.TestAdapter.nuspec
33 lines (33 loc) · 1.42 KB
/
TcUnit.TestAdapter.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>TcUnit.TestAdapter</id>
<version>0.0.7-beta</version>
<title>TcUnit.TestAdapter</title>
<authors>Philipp Leidig</authors>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="file">LICENSE.md</license>
<projectUrl>https://github.com/philippleidig/TcUnit-VsTestAdapter</projectUrl>
<icon>assets\images\TcUnit.png</icon>
<description>
TcUnit.TestAdapter makes it possible to execute TcUnit with the Microsoft Visual Studio Test Plattform
</description>
<releaseNotes></releaseNotes>
<copyright>Copyright (c) Philipp Leidig 2023</copyright>
<readme>README.md</readme>
<tags>TwinCAT Beckhoff TcUnit TestFramework TestAdapter VisualStudio Unittest Microsoft</tags>
<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="Beckhoff.TwinCAT.Ads" version="6.0.0" />
<dependency id="Beckhoff.TwinCAT.Ads.Abstractions" version="6.0.0" />
<dependency id="Microsoft.TestPlatform.ObjectModel" version="17.7.2" />
</group>
</dependencies>
</metadata>
<files>
<file src="src\TcUnit.TestAdapter\bin\Release\netstandard2.0\*.dll" target="lib\netstandard2.0"/>
<file src="assets\images\TcUnit.png" target="assets\images\TcUnit.png"/>
<file src="README.md" target="README.md"/>
<file src="LICENSE.md" target="LICENSE.md"/>
</files>
</package>