Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/v1.2.1_SP2013-FixInjections2'
Browse files Browse the repository at this point in the history
  • Loading branch information
luji committed Oct 29, 2014
2 parents 1f521f8 + ddedede commit 2a9c5a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:Microsoft.SharePoint.PowerShell SPCmdletSchema.xsd">

<ps:Assembly Name="GSoft.Dynamite.PowerShell, Version=1.2.0.259, Culture=neutral, PublicKeyToken=5f6f0b0f2b7999e5">
<ps:Assembly Name="GSoft.Dynamite.PowerShell, Version=1.2.0.260, Culture=neutral, PublicKeyToken=5f6f0b0f2b7999e5">
<ps:Cmdlet>
<ps:VerbName>Add-DSPPropertyBagValue</ps:VerbName>
<ps:ClassName>GSoft.Dynamite.PowerShell.Cmdlets.Configuration.DSPCmdletAddPropertyBagValue</ps:ClassName>
Expand Down
4 changes: 2 additions & 2 deletions Source/GSoft.Dynamite/Repositories/ItemLocator.cs
Expand Up @@ -17,13 +17,13 @@ namespace GSoft.Dynamite.Repositories
/// </summary>
public class ItemLocator : IItemLocator
{
private readonly ListLocator listLocator;
private readonly IListLocator listLocator;

/// <summary>
/// Utility to find items by name or url
/// </summary>
/// <param name="listLocator">List locator utility</param>
public ItemLocator(ListLocator listLocator)
public ItemLocator(IListLocator listLocator)
{
this.listLocator = listLocator;
}
Expand Down

0 comments on commit 2a9c5a1

Please sign in to comment.