Skip to content

Commit

Permalink
Change composer runtime level to "Install" due to #17
Browse files Browse the repository at this point in the history
  • Loading branch information
dinc5150 committed Sep 5, 2023
1 parent d70c264 commit 2092d97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion MetaMomentum.Core/MetaMomentum.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 &amp; 10</Product>
Expand Down
2 changes: 1 addition & 1 deletion MetaMomentum/MetaMomentum.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 &amp; 10</Product>
Expand Down

0 comments on commit 2092d97

Please sign in to comment.