From 2092d97b633f234e5dd48775a20f38d102d47498 Mon Sep 17 00:00:00 2001 From: David Sheiles <dinc5150@users.noreply.github.com> Date: Tue, 5 Sep 2023 10:53:32 +1000 Subject: [PATCH] Change composer runtime level to "Install" due to #17 --- MetaMomentum.Core/Composing/MetaMomentumComposer.cs | 2 +- MetaMomentum.Core/MetaMomentum.Core.csproj | 2 +- MetaMomentum/MetaMomentum.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MetaMomentum.Core/Composing/MetaMomentumComposer.cs b/MetaMomentum.Core/Composing/MetaMomentumComposer.cs index 3b9a1c6..a320299 100644 --- a/MetaMomentum.Core/Composing/MetaMomentumComposer.cs +++ b/MetaMomentum.Core/Composing/MetaMomentumComposer.cs @@ -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 { diff --git a/MetaMomentum.Core/MetaMomentum.Core.csproj b/MetaMomentum.Core/MetaMomentum.Core.csproj index b82f9ab..b170c4d 100644 --- a/MetaMomentum.Core/MetaMomentum.Core.csproj +++ b/MetaMomentum.Core/MetaMomentum.Core.csproj @@ -2,7 +2,7 @@ <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 & 10</Product> diff --git a/MetaMomentum/MetaMomentum.csproj b/MetaMomentum/MetaMomentum.csproj index fbe00eb..d2c8584 100644 --- a/MetaMomentum/MetaMomentum.csproj +++ b/MetaMomentum/MetaMomentum.csproj @@ -10,7 +10,7 @@ <ProduceReferenceAssembly>False</ProduceReferenceAssembly> <DebugType>none</DebugType> - <Version>2.2.0</Version> + <Version>2.2.1</Version> <Description>Creates a Meta DataType for Umbraco 8, 9 and 10 to manage Search Engine results, Open Graph and Twitter Cards</Description> <Company>Digital Momentum</Company> <Product>MetaMomentum for Umbraco 8, 9 & 10</Product>