Skip to content
This repository was archived by the owner on Dec 13, 2021. It is now read-only.

Commit 96933d3

Browse files
authored
Merge pull request #5 from umco/develop
Preparing v1.0.0 release
2 parents 6f37013 + 4f9487e commit 96933d3

23 files changed

+139
-122
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The issue tracker is the preferred channel for [bug reports](#bugs),
1616
requests](#pull-requests), but please respect the following restrictions:
1717

1818
* Please **do not** use the issue tracker for personal support requests (use
19-
Our Umbraco or Twitter).
19+
[Our Umbraco](https://our.umbraco.org/projects/backoffice-extensions/simple-content/simple-content-feedback) or Twitter).
2020

2121
* Please **do not** derail or troll issues. Keep the discussion on topic and
2222
respect the opinions of others.

README.md

Lines changed: 33 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,50 @@
1-
# Simple Content
1+
# Content List
22

3+
[![Build status](https://img.shields.io/appveyor/ci/UMCO/umbraco-content-list.svg)](https://ci.appveyor.com/project/UMCO/umbraco-content-list)
4+
[![NuGet release](https://img.shields.io/nuget/v/Our.Umbraco.ContentList.svg)](https://www.nuget.org/packages/Our.Umbraco.ContentList)
5+
[![Our Umbraco project page](https://img.shields.io/badge/our-umbraco-orange.svg)](https://our.umbraco.org/projects/backoffice-extensions/content-list)
36

4-
An Umbraco property editor for creating simple content blocks.
7+
An Umbraco property editor for creating a list of content blocks.
58

69
## Getting Started
710

811
### Installation
912

10-
> *Note:* Simple Content has been developed against **Umbraco v7.7.0** and will support that version and above.
13+
> *Note:* Content List has been developed against **Umbraco v7.7.0** and will support that version and above.
1114
12-
Simple Content can be built manually from the source-code:
15+
Content List can be installed from either NuGet package repositories, or build manually from the source-code:
16+
17+
#### NuGet package repository
18+
19+
To [install from NuGet](https://www.nuget.org/packages/Our.Umbraco.ContentList), you can run the following command from within Visual Studio:
20+
21+
PM> Install-Package Our.Umbraco.ContentList
22+
23+
We also have a [MyGet package repository](https://www.myget.org/gallery/umbraco-packages) - for bleeding-edge / development releases.
24+
25+
#### Our Umbraco package repository
26+
27+
To install from Our Umbraco, please download the package from:
28+
29+
> <https://our.umbraco.org/projects/backoffice-extensions/content-list>
1330
1431
#### Manual build
1532

16-
If you prefer, you can compile Simple Content yourself, you'll need:
33+
If you prefer, you can compile Content List yourself, you'll need:
1734

1835
* Visual Studio 2017 (or above)
1936

2037
To clone it locally click the "Clone in Windows" button above or run the following git commands.
2138

22-
git clone https://github.com/leekelleher/umbraco-simple-content.git umbraco-simple-content
23-
cd umbraco-simple-content
39+
git clone https://github.com/umco/umbraco-content-list.git umbraco-content-list
40+
cd umbraco-content-list
2441
.\build.cmd
2542

2643
---
2744

2845
## Known Issues
2946

30-
Please be aware that not all property-editors will work within Simple Content. The following Umbraco core property-editors are known to have compatibility issues:
47+
Please be aware that not all property-editors will work within Content List. The following Umbraco core property-editors are known to have compatibility issues:
3148

3249
* Image Cropper
3350
* Tags
@@ -49,14 +66,20 @@ Anyone and everyone is welcome to contribute. Please take a moment to review the
4966

5067
Have a question?
5168

52-
* [Raise an issue](https://github.com/leekelleher/umbraco-simple-content/issues) on GitHub
69+
* [Simple Content Forum](https://our.umbraco.org/projects/backoffice-extensions/content-list/content-list-feedback) on Our Umbraco
70+
* [Raise an issue](https://github.com/umco/umbraco-content-list/issues) on GitHub
5371

5472
## Dev Team
5573

5674
* [Lee Kelleher](https://github.com/leekelleher)
75+
* [Matt Brailsford](https://github.com/mattbrailsford)
76+
77+
If you enjoy using Content List on your commercial Umbraco projects, please do consider supporting our work on other open-source Umbraco packages.
78+
79+
<a href="https://www.patreon.com/bePatron?u=4312563"><img src="http://weareumco.com/img/umco_patreon.png?v=1" alt="Become a UMCO Patron!" height="60" /></a>
5780

5881
## License
5982

60-
Copyright &copy; 2018 UMCO, Our Umbraco and [other contributors](https://github.com/leekelleher/umbraco-simple-content/graphs/contributors)
83+
Copyright &copy; 2018 UMCO, Our Umbraco and [other contributors](https://github.com/umco/umbraco-content-list/graphs/contributors)
6184

6285
Licensed under the [MIT License](LICENSE.md)

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: 1.0.0.{build}
66
# UMBRACO_PACKAGE_PRERELEASE_SUFFIX if a rtm release build this should be blank, otherwise if empty will default to alpha
77
# example UMBRACO_PACKAGE_PRERELEASE_SUFFIX=beta
88
init:
9-
- set UMBRACO_PACKAGE_PRERELEASE_SUFFIX=alpha
9+
- set UMBRACO_PACKAGE_PRERELEASE_SUFFIX=
1010

1111
cache:
1212
- src\packages -> **\packages.config # preserve "packages" directory in the root of build folder but will reset it if packages.config is modified
@@ -15,7 +15,7 @@ before_build:
1515
- nuget restore src
1616

1717
build_script:
18-
- build-appveyor.cmd
18+
- build\build-appveyor.cmd
1919

2020
artifacts:
2121
- path: artifacts\*.nupkg

build/build-appveyor.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ ECHO APPVEYOR_REPO_TAG: %APPVEYOR_REPO_TAG%
33
ECHO APPVEYOR_BUILD_NUMBER : %APPVEYOR_BUILD_NUMBER%
44
ECHO APPVEYOR_BUILD_VERSION : %APPVEYOR_BUILD_VERSION%
55

6-
CALL build\tools\NuGet\NuGet.exe restore src\Our.Umbraco.SimpleContent.sln
6+
CALL build\tools\NuGet\NuGet.exe restore src\Our.Umbraco.ContentList.sln
77
CALL "%programfiles(x86)%\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\amd64\MsBuild.exe" build\package.proj
88
REM CALL "%programfiles(x86)%\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\amd64\MsBuild.exe" build\package.proj

build/install.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
param($installPath, $toolsPath, $package, $project)
22

33
$appPluginsFolder = $project.ProjectItems | Where-Object { $_.Name -eq "App_Plugins" }
4-
$contentFolder = $appPluginsFolder.ProjectItems | Where-Object { $_.Name -eq "SimpleContent" }
4+
$contentFolder = $appPluginsFolder.ProjectItems | Where-Object { $_.Name -eq "ContentList" }
55

66
if (!$contentFolder)
77
{
8-
$newPackageFiles = "$installPath\Content\App_Plugins\SimpleContent"
8+
$newPackageFiles = "$installPath\Content\App_Plugins\ContentList"
99

1010
$projFile = Get-Item ($project.FullName)
1111
$projDirectory = $projFile.DirectoryName

build/package.proj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,24 @@
1616

1717
<!-- SHARED PROPERTIES -->
1818
<PropertyGroup>
19-
<ProjectName>Our.Umbraco.SimpleContent</ProjectName>
20-
<PackageName>Simple Content</PackageName>
19+
<ProjectName>Our.Umbraco.ContentList</ProjectName>
20+
<PackageName>Content List</PackageName>
2121
<MinUmbracoVersion>7.7.0</MinUmbracoVersion>
22-
<Readme>Simple Content is an Umbraco property-editor for creating simple content blocks.</Readme>
22+
<Readme>Content List is an Umbraco property-editor for creating a list of content blocks.</Readme>
2323
<AuthorName>Lee Kelleher, Matt Brailsford</AuthorName>
24-
<AuthorUrl>https://github.com/leekelleher/umbraco-simple-content/graphs/contributors</AuthorUrl>
24+
<AuthorUrl>https://github.com/umco/umbraco-content-list/graphs/contributors</AuthorUrl>
2525
<PackageLicenseName>MIT license</PackageLicenseName>
2626
<PackageLicenseUrl>http://opensource.org/licenses/MIT</PackageLicenseUrl>
27-
<ProjectUrl>https://github.com/leekelleher/umbraco-simple-content</ProjectUrl>
27+
<ProjectUrl>https://github.com/umco/umbraco-content-list</ProjectUrl>
2828
</PropertyGroup>
2929

3030
<!-- NUGET ONLY PROPERTIES -->
3131
<PropertyGroup>
32-
<PackageId>Our.Umbraco.SimpleContent</PackageId>
33-
<NuGetPackageName>Simple Content for Umbraco</NuGetPackageName>
32+
<PackageId>Our.Umbraco.ContentList</PackageId>
33+
<NuGetPackageName>Content List for Umbraco</NuGetPackageName>
3434
<Copyright>Copyright &#169; 2018 UMCO, Our Umbraco and other contributors</Copyright>
3535
<Owners>Lee Kelleher, Matt Brailsford</Owners>
36-
<IconUrl>https://raw.githubusercontent.com/leekelleher/umbraco-simple-content/master/docs/img/logo.png</IconUrl>
36+
<IconUrl>https://raw.githubusercontent.com/umco/umbraco-content-list/master/docs/img/logo.png</IconUrl>
3737
<Tags>umbraco umco</Tags>
3838
<Language>en-GB</Language>
3939
<RequireLicenseAcceptance>false</RequireLicenseAcceptance>

docs/img/logo.png

-3.94 KB
Loading

docs/img/logo.psd

-27.8 KB
Binary file not shown.
Loading
Loading
Loading

src/NuGet.config

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<packageSources>
4+
<add key="AppVeyor CI - Inner Content builds" value="https://ci.appveyor.com/nuget/umbraco-inner-content-w59jhwr5br60" />
5+
<add key="MyGet: Umbraco Community Packages" value="https://www.myget.org/F/umbraco-packages/api/v3/index.json" />
6+
</packageSources>
7+
</configuration>

src/Our.Umbraco.SimpleContent.sln renamed to src/Our.Umbraco.ContentList.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
44
VisualStudioVersion = 15.0.27004.2008
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Our.Umbraco.SimpleContent", "Our.Umbraco.SimpleContent\Our.Umbraco.SimpleContent.csproj", "{E0F6B57D-F549-4EF0-B5A7-5C1A9B49FD80}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Our.Umbraco.ContentList", "Our.Umbraco.ContentList\Our.Umbraco.ContentList.csproj", "{E0F6B57D-F549-4EF0-B5A7-5C1A9B49FD80}"
77
EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{52A49C4D-441F-4D54-A23F-444AF47DB250}"
99
ProjectSection(SolutionItems) = preProject

src/Our.Umbraco.SimpleContent/Our.Umbraco.SimpleContent.csproj renamed to src/Our.Umbraco.ContentList/Our.Umbraco.ContentList.csproj

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<ProjectGuid>{E0F6B57D-F549-4EF0-B5A7-5C1A9B49FD80}</ProjectGuid>
88
<OutputType>Library</OutputType>
99
<AppDesignerFolder>Properties</AppDesignerFolder>
10-
<RootNamespace>Our.Umbraco.SimpleContent</RootNamespace>
11-
<AssemblyName>Our.Umbraco.SimpleContent</AssemblyName>
10+
<RootNamespace>Our.Umbraco.ContentList</RootNamespace>
11+
<AssemblyName>Our.Umbraco.ContentList</AssemblyName>
1212
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
</PropertyGroup>
@@ -42,8 +42,8 @@
4242
<HintPath>..\packages\Newtonsoft.Json.10.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
4343
<Private>False</Private>
4444
</Reference>
45-
<Reference Include="Our.Umbraco.InnerContent, Version=1.1.6675.6337, Culture=neutral, processorArchitecture=MSIL">
46-
<HintPath>..\packages\Our.Umbraco.InnerContent.Core.1.1.1\lib\net45\Our.Umbraco.InnerContent.dll</HintPath>
45+
<Reference Include="Our.Umbraco.InnerContent, Version=2.0.6775.8222, Culture=neutral, processorArchitecture=MSIL">
46+
<HintPath>..\packages\Our.Umbraco.InnerContent.Core.2.0.0\lib\net45\Our.Umbraco.InnerContent.dll</HintPath>
4747
<Private>False</Private>
4848
</Reference>
4949
<Reference Include="System" />
@@ -57,10 +57,10 @@
5757
</Reference>
5858
</ItemGroup>
5959
<ItemGroup>
60-
<Compile Include="ValueConverters\SimpleContentValueConverter.cs" />
60+
<Compile Include="ValueConverters\ContentListValueConverter.cs" />
6161
<Compile Include="Properties\AssemblyInfo.cs" />
6262
<Compile Include="Properties\VersionInfo.cs" />
63-
<Compile Include="PropertyEditors\SimpleContentPropertyEditor.cs" />
63+
<Compile Include="PropertyEditors\ContentListPropertyEditor.cs" />
6464
</ItemGroup>
6565
<ItemGroup>
6666
<None Include="app.config">
@@ -69,19 +69,10 @@
6969
<None Include="packages.config" />
7070
</ItemGroup>
7171
<ItemGroup>
72-
<Content Include="Web\UI\App_Plugins\SimpleContent\js\simplecontent.js" />
73-
<Content Include="Web\UI\App_Plugins\SimpleContent\views\simplecontent.html" />
72+
<Content Include="Web\UI\App_Plugins\ContentList\contentlist.js" />
73+
<Content Include="Web\UI\App_Plugins\ContentList\contentlist.html" />
7474
</ItemGroup>
7575
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
76-
<PropertyGroup>
77-
<PostBuildEvent>IF %25ComputerName%25 == UMBRELLA-SB (
78-
IF NOT "$(SolutionDir)" == "*Undefined*" (
79-
XCOPY /s /y "$(TargetPath)" "C:\VCS\Umbrella\Carlsberg\lpb-project\carlsberg-lpb-baseline\bin\"
80-
XCOPY /s /y "$(TargetDir)$(ProjectName).pdb" "C:\VCS\Umbrella\Carlsberg\lpb-project\carlsberg-lpb-baseline\bin\"
81-
XCOPY /s /y "$(ProjectDir)Web\UI\*.*" "C:\VCS\Umbrella\Carlsberg\lpb-project\carlsberg-lpb-baseline\"
82-
)
83-
)</PostBuildEvent>
84-
</PropertyGroup>
8576
<Import Project="..\packages\AutoMapper.3.3.1\tools\AutoMapper.targets" Condition="Exists('..\packages\AutoMapper.3.3.1\tools\AutoMapper.targets')" />
8677
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
8778
Other similar extension points exist, see Microsoft.Common.targets.

src/Our.Umbraco.SimpleContent/Properties/AssemblyInfo.cs renamed to src/Our.Umbraco.ContentList/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
using System.Reflection;
22
using System.Runtime.InteropServices;
33

4-
[assembly: AssemblyTitle("Our.Umbraco.SimpleContent")]
4+
[assembly: AssemblyTitle("Our.Umbraco.ContentList")]
55
[assembly: AssemblyDescription("")]
66
[assembly: AssemblyConfiguration("")]
77
[assembly: AssemblyCompany("The Umbraco Community")]
8-
[assembly: AssemblyProduct("Our.Umbraco.SimpleContent")]
8+
[assembly: AssemblyProduct("Our.Umbraco.ContentList")]
99
[assembly: AssemblyCopyright("Copyright \xa9 The Umbraco Community 2018")]
1010
[assembly: AssemblyTrademark("")]
1111
[assembly: AssemblyCulture("")]
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
using ClientDependency.Core;
2+
using Our.Umbraco.InnerContent.PropertyEditors;
3+
using Umbraco.Core.PropertyEditors;
4+
using Umbraco.Web.PropertyEditors;
5+
6+
namespace Our.Umbraco.ContentList.PropertyEditors
7+
{
8+
[PropertyEditor(PropertyEditorAlias, PropertyEditorName, PropertyEditorValueTypes.Json, PropertyEditorViewPath, Group = "rich content", Icon = "icon-page-add")]
9+
[PropertyEditorAsset(ClientDependencyType.Javascript, "~/App_Plugins/ContentList/contentlist.js")]
10+
public class ContentListPropertyEditor : SimpleInnerContentPropertyEditor
11+
{
12+
public const string PropertyEditorAlias = "Our.Umbraco.ContentList";
13+
public const string PropertyEditorName = "Content List";
14+
public const string PropertyEditorViewPath = "~/App_Plugins/ContentList/contentlist.html";
15+
16+
public ContentListPropertyEditor()
17+
: base()
18+
{
19+
DefaultPreValues.Add("maxItems", 0);
20+
DefaultPreValues.Add("hideLabel", "0");
21+
}
22+
23+
protected override PropertyValueEditor CreateValueEditor()
24+
{
25+
return new SimpleInnerContentPropertyValueEditor(base.CreateValueEditor());
26+
}
27+
28+
protected override PreValueEditor CreatePreValueEditor()
29+
{
30+
return new ContentListPreValueEditor();
31+
}
32+
33+
internal class ContentListPreValueEditor : SimpleInnerContentPreValueEditor
34+
{
35+
public ContentListPreValueEditor()
36+
: base()
37+
{
38+
// TODO: Once InnerContent exposes these extension methods, (in v2.0.1), uncomment the following lines. [LK:2018-07-20]
39+
////Fields.Add("maxItems", "Max Items", "number", "Set the maximum number of items allowed.");
40+
////Fields.AddHideLabel();
41+
42+
Fields.AddRange(new[]
43+
{
44+
new PreValueField
45+
{
46+
Key = "maxItems",
47+
Name = "Max Items",
48+
View = "number",
49+
Description = "Set the maximum number of items allowed."
50+
},
51+
new PreValueField
52+
{
53+
Key = "hideLabel",
54+
Name = "Hide Label",
55+
View = "boolean",
56+
Description = "Set whether to hide the editor label and have the list take up the full width of the editor window."
57+
}
58+
});
59+
}
60+
}
61+
}
62+
}

src/Our.Umbraco.SimpleContent/ValueConverters/SimpleContentValueConverter.cs renamed to src/Our.Umbraco.ContentList/ValueConverters/ContentListValueConverter.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@
22
using System.Collections.Generic;
33
using Newtonsoft.Json;
44
using Newtonsoft.Json.Linq;
5-
using Our.Umbraco.InnerContent.Converters;
6-
using Our.Umbraco.SimpleContent.PropertyEditors;
5+
using Our.Umbraco.ContentList.PropertyEditors;
6+
using Our.Umbraco.InnerContent.ValueConverters;
77
using Umbraco.Core;
88
using Umbraco.Core.Logging;
99
using Umbraco.Core.Models;
1010
using Umbraco.Core.Models.PublishedContent;
1111
using Umbraco.Core.PropertyEditors;
1212

13-
namespace Our.Umbraco.SimpleContent.ValueConverters
13+
namespace Our.Umbraco.ContentList.ValueConverters
1414
{
15-
public class SimpleContentValueConverter : InnerContentValueConverter, IPropertyValueConverterMeta
15+
public class ContentListValueConverter : InnerContentValueConverter, IPropertyValueConverterMeta
1616
{
1717
public override bool IsConverter(PublishedPropertyType propertyType)
1818
{
19-
return propertyType.PropertyEditorAlias.InvariantEquals(SimpleContentPropertyEditor.PropertyEditorAlias);
19+
return propertyType.PropertyEditorAlias.InvariantEquals(ContentListPropertyEditor.PropertyEditorAlias);
2020
}
2121

2222
public override object ConvertDataToSource(PublishedPropertyType propertyType, object source, bool preview)
2323
{
2424
var value = source?.ToString();
25-
if (value == null || string.IsNullOrWhiteSpace(value))
25+
if (string.IsNullOrWhiteSpace(value))
2626
return null;
2727

2828
try
@@ -32,7 +32,7 @@ public override object ConvertDataToSource(PublishedPropertyType propertyType, o
3232
}
3333
catch (Exception ex)
3434
{
35-
LogHelper.Error<SimpleContentValueConverter>("Error converting value", ex);
35+
LogHelper.Error<ContentListValueConverter>("Error converting value", ex);
3636
}
3737

3838
return null;

src/Our.Umbraco.SimpleContent/Web/UI/App_Plugins/SimpleContent/views/simplecontent.html renamed to src/Our.Umbraco.ContentList/Web/UI/App_Plugins/ContentList/contentlist.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="simple-content" ng-controller="Our.Umbraco.SimpleContent.Controllers.PropertyEditorController as vm">
1+
<div class="content-list" ng-controller="Our.Umbraco.ContentList.Controllers.PropertyEditorController as vm">
22

33
<div ui-sortable="vm.sortableOptions" ng-model="model.value">
44
<umb-node-preview ng-repeat="item in model.value"

src/Our.Umbraco.SimpleContent/Web/UI/App_Plugins/SimpleContent/js/simplecontent.js renamed to src/Our.Umbraco.ContentList/Web/UI/App_Plugins/ContentList/contentlist.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
angular.module("umbraco").controller("Our.Umbraco.SimpleContent.Controllers.PropertyEditorController", [
1+
angular.module("umbraco").controller("Our.Umbraco.ContentList.Controllers.PropertyEditorController", [
22

33
"$scope",
44
"innerContentService",
@@ -13,12 +13,13 @@
1313
vm.allowEdit = true;
1414
vm.allowRemove = true;
1515
vm.published = true;
16-
vm.sortable = true;
16+
vm.sortable = $scope.model.config.maxItems !== "1";
1717

1818
vm.sortableOptions = {
1919
axis: "y",
2020
containment: "parent",
2121
cursor: "move",
22+
disabled: !vm.sortable,
2223
opacity: 0.7,
2324
scroll: true,
2425
tolerance: "pointer",

src/Our.Umbraco.SimpleContent/packages.config renamed to src/Our.Umbraco.ContentList/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<package id="MiniProfiler" version="2.1.0" targetFramework="net452" />
3232
<package id="MySql.Data" version="6.9.9" targetFramework="net452" />
3333
<package id="Newtonsoft.Json" version="10.0.2" targetFramework="net452" />
34-
<package id="Our.Umbraco.InnerContent.Core" version="1.1.1" targetFramework="net452" />
34+
<package id="Our.Umbraco.InnerContent.Core" version="2.0.0" targetFramework="net452" />
3535
<package id="Owin" version="1.0" targetFramework="net452" />
3636
<package id="semver" version="1.1.2" targetFramework="net452" />
3737
<package id="SharpZipLib" version="0.86.0" targetFramework="net452" />

0 commit comments

Comments
 (0)