RevitTask 3.0.0
Allows working with tasks in Autodesk © Revit ™.
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>RevitTask</id>
<version>3.0.0</version>
<title>Revit Task</title>
<authors>Igor Serdyukov</authors>
<owners>Igor Serdyukov</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="expression">BSD-3-Clause</license>
<licenseUrl>https://licenses.nuget.org/BSD-3-Clause</licenseUrl>
<icon>images\icon.png</icon>
<projectUrl>https://github.com/WhiteSharq/RevitTask</projectUrl>
<description>Allows working with tasks in Autodesk © Revit ™.</description>
<summary>Allows working with tasks in Autodesk © Revit ™</summary>
<releaseNotes>Generic RevitTask.Run() method. Actions added</releaseNotes>
<copyright>Copyright 2020, Igor Serdyukov</copyright>
<tags>Revit task</tags>
<dependencies>
<group targetFramework=".NETFramework4.5" />
</dependencies>
</metadata>
</package>