Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortherzok <marius.ungureanu@xamarin.com>2019-01-13 17:10:58 +0300
committertherzok <marius.ungureanu@xamarin.com>2019-01-13 17:10:58 +0300
commit81428e7201cdff4e4ca260042e37c3cadc7f020f (patch)
tree11cae26d12b3ef8329bcf11cff6fa4c1bdabfeb1 /main/msbuild
parent3cb0a831a0866579bcfcbd317d7c75682773e687 (diff)
Fix DownloadFiles task name
Diffstat (limited to 'main/msbuild')
-rw-r--r--main/msbuild/MDBuildTasks/DownloadFiles.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/msbuild/MDBuildTasks/DownloadFiles.cs b/main/msbuild/MDBuildTasks/DownloadFiles.cs
index c71c17218a..1494e58c80 100644
--- a/main/msbuild/MDBuildTasks/DownloadFiles.cs
+++ b/main/msbuild/MDBuildTasks/DownloadFiles.cs
@@ -31,7 +31,7 @@ using Microsoft.Build.Utilities;
namespace MDBuildTasks
{
- public class MDDownloadFiles : Task
+ public class DownloadFiles : Task
{
[Required]
public ITaskItem [] Downloads { get; set; }