Sicherung gnaz neu

This commit is contained in:
Maier Stephan SI
2023-02-15 00:55:50 +01:00
parent 56c25672f9
commit f3f89b94f5
1348 changed files with 113234 additions and 98368 deletions

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>RoboSharp</id>
<version>1.2.8</version>
<authors>Terry</authors>
<licenseUrl>https://github.com/tjscience/RoboSharp/blob/master/license</licenseUrl>
<projectUrl>https://github.com/tjscience/RoboSharp</projectUrl>
<iconUrl>https://raw.githubusercontent.com/tjscience/RoboSharp/master/robosharp.png</iconUrl>
<description>RoboSharp is a .NET wrapper for the awesome Robocopy windows application.</description>
<copyright>Copyright 2022</copyright>
<dependencies>
<group targetFramework="net6.0-windows7.0">
<dependency id="Microsoft.Management.Infrastructure" version="2.0.0" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
<files>
<file src="D:\WrkDir\FSI.BT.Tools\RoboSharp\bin\Release\net6.0-windows\RoboSharp.dll" target="lib\net6.0-windows7.0\RoboSharp.dll" />
<file src="D:\WrkDir\FSI.BT.Tools\RoboSharp\bin\Release\net6.0-windows\RoboSharp.xml" target="lib\net6.0-windows7.0\RoboSharp.xml" />
</files>
</package>