提交 71e57df1 编写于 作者: S Sipke Schoorstra

Fixed incorrect namespace in Slides tutorial module.

上级 c498a5ab
......@@ -97,7 +97,7 @@
<Content Include="Web.config" />
<Content Include="Scripts\Web.config" />
<Content Include="Styles\Web.config" />
<Content Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Content Include="Module.txt" />
</ItemGroup>
<ItemGroup>
......@@ -119,7 +119,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="SlideshowPlayerEngines\Cycle.cs" />
<Compile Include="SlidesProvider\LinesSlidesProvider.cs" />
<Compile Include="SlidesProviders\LinesSlidesProvider.cs" />
<Compile Include="ViewModels\LinesSlidesProviderViewModel.cs" />
</ItemGroup>
<ItemGroup>
......
......@@ -6,10 +6,10 @@ using System.Security;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("IDeliverable.Tutorials.Slides")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyTitle("IDeliverable Slides Tutorial")]
[assembly: AssemblyDescription("Demonstrates the implementation of various extensibility points of IDeliverable.Slides.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyProduct("Orchard")]
[assembly: AssemblyProduct("IDeliverable.Tutorials.Slides")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
......
......@@ -7,9 +7,9 @@ using IDeliverable.Tutorials.Slides.ViewModels;
using Orchard.ContentManagement;
using Orchard.Localization;
namespace IDeliverable.Tutorials.Slides.SlidesProvider
namespace IDeliverable.Tutorials.Slides.SlidesProviders
{
public class LinesSlidesProvider : IDeliverable.Slides.Services.SlidesProvider
public class LinesSlidesProvider : SlidesProvider
{
private const string TextKey = "LinesSlidesProvider.Text";
public override LocalizedString DisplayName => T("Lines");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册