Skip to content

Commit

Permalink
Merge branch 'V2/2.2.1' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
dinc5150 committed Jan 24, 2024
2 parents e12a911 + e3d33f3 commit c1cfa11
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 18 deletions.
2 changes: 1 addition & 1 deletion MetaMomentum.Core/Composing/MetaMomentumComposer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace MetaMomentum.Core.Composing {
#if NET5_0_OR_GREATER
internal class MetaMomentumComposer : IComposer
#else
[RuntimeLevel(MinLevel = RuntimeLevel.Run)]
[RuntimeLevel(MinLevel = RuntimeLevel.Install)]
public class MetaMomentumComposer : IUserComposer
#endif
{
Expand Down
4 changes: 2 additions & 2 deletions MetaMomentum.Core/MetaMomentum.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

<PropertyGroup>
<TargetFrameworks>net6.0;net5.0;net472</TargetFrameworks>
<Version>2.2.0</Version>
<Version>2.2.1</Version>
<Description>Core MetaMomentum DLL for reference in class projects</Description>
<Company>Digital Momentum</Company>
<Product>MetaMomentum for Umbraco 8, 9 &amp; 10</Product>
<Product>MetaMomentum for Umbraco 8 to 13</Product>
<Authors>David Sheiles</Authors>
<Copyright>Copyright © 2022</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
11 changes: 1 addition & 10 deletions MetaMomentum.UmbracoV10/MetaMomentum.UmbracoV10.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Content Include="App_Plugins\MetaMomentum\editorView.html" />
<Content Include="App_Plugins\MetaMomentum\metamomentum.css" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Umbraco.Cms" Version="10.3.2" />
Expand All @@ -25,15 +21,10 @@
</PropertyGroup>

<ItemGroup>
<Folder Include="App_Plugins\" />
<Folder Include="wwwroot" />
</ItemGroup>

<ItemGroup>
<None Include="App_Plugins\MetaMomentum\editorView.controller.js" />
<None Include="App_Plugins\MetaMomentum\package.manifest" />
<None Include="App_Plugins\MetaMomentum\stripHtml.filter.js" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\MetaMomentum\MetaMomentum.csproj" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion MetaMomentum.UmbracoV8/App_Data/Models/all.dll.path
Original file line number Diff line number Diff line change
@@ -1 +1 @@
C:\Users\david\AppData\Local\Temp\Temporary ASP.NET Files\vs\612bcd59\7ae4fdd\App_Web_all.generated.cs.8f9494c4.n4md8bdo.dll
C:\Users\david\AppData\Local\Temp\Temporary ASP.NET Files\vs\612bcd59\7ae4fdd\App_Web_all.generated.cs.8f9494c4.lfsezqvu.dll
Binary file modified MetaMomentum.UmbracoV8/App_Data/Umbraco.sdf
Binary file not shown.
Binary file not shown.
3 changes: 3 additions & 0 deletions MetaMomentum.UmbracoV9/MetaMomentum.UmbracoV9.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
<ItemGroup>
<ProjectReference Include="..\MetaMomentum\MetaMomentum.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="App_Plugins\" />
</ItemGroup>

<!--Set this to true ModelsBuilder mode is not PureLive -->
<PropertyGroup>
Expand Down
Binary file modified MetaMomentum.UmbracoV9/umbraco/Data/Umbraco.sdf
Binary file not shown.
8 changes: 4 additions & 4 deletions MetaMomentum/MetaMomentum.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
<ProduceReferenceAssembly>False</ProduceReferenceAssembly>
<DebugType>none</DebugType>

<Version>2.2.0</Version>
<Description>Creates a Meta DataType for Umbraco 8, 9 and 10 to manage Search Engine results, Open Graph and Twitter Cards</Description>
<Version>2.2.1</Version>
<Description>Creates a Meta DataType for Umbraco 8 to 13 to manage Search Engine results, Open Graph and Twitter Cards</Description>
<Company>Digital Momentum</Company>
<Product>MetaMomentum for Umbraco 8, 9 &amp; 10</Product>
<Product>MetaMomentum for Umbraco 8 to 13</Product>
<Authors>David Sheiles</Authors>
<Copyright>Copyright © 2022</Copyright>
<Copyright>Copyright © 2024</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/DigitalMomentum/MetaMomentum</PackageProjectUrl>
<PackageIcon>MetaMomentum-logo.png</PackageIcon>
Expand Down

0 comments on commit c1cfa11

Please sign in to comment.