Skip to content

Commit

Permalink
Merge pull request #21 from DNNCommunity/development
Browse files Browse the repository at this point in the history
Merging Dev to Master for v5.0.0 release
  • Loading branch information
Will Strohl authored Jul 13, 2018
2 parents 3434d0d + 4ed1fea commit af85a52
Show file tree
Hide file tree
Showing 20 changed files with 355 additions and 401 deletions.
2 changes: 1 addition & 1 deletion Build/ModulePackageSource.targets
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
<Output TaskParameter="Include" ItemName="PackageTxtFiles" />
</CreateItem>

<CreateItem Include="**\$(Version).txt">
<CreateItem Include="**\*.txt">
<Output TaskParameter="Include" ItemName="PackageTxtFiles" />
</CreateItem>

Expand Down
6 changes: 1 addition & 5 deletions Modules/Media/Components/DataProvider.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// DNN Corp - http://www.dnnsoftware.com
// Copyright (c) 2002-2014
// Copyright (c) 2002-2018
// by DNN Corp
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
Expand All @@ -18,7 +18,6 @@
// DEALINGS IN THE SOFTWARE.
//

//INSTANT C# NOTE: Formerly VB project-level imports:
using DotNetNuke;
using DotNetNuke.Common;
using DotNetNuke.Common.Utilities;
Expand All @@ -45,7 +44,6 @@ namespace DotNetNuke.Modules.Media
/// -----------------------------------------------------------------------------
public abstract class DataProvider
{

#region Constants

private const string ASSEMBLY = "DotNetNuke.Modules.Media.SqlDataprovider, DotNetNuke.Modules.Media";
Expand Down Expand Up @@ -93,7 +91,5 @@ private static void CreateProvider()
public abstract void DeleteMedia(int ModuleId);

#endregion

}

}
Loading

0 comments on commit af85a52

Please sign in to comment.