Skip to content

Commit

Permalink
Update version number and nuget details
Browse files Browse the repository at this point in the history
  • Loading branch information
dinc5150 committed Jan 24, 2024
1 parent 2092d97 commit e3d33f3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 14 deletions.
2 changes: 1 addition & 1 deletion MetaMomentum.Core/MetaMomentum.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<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
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
6 changes: 3 additions & 3 deletions MetaMomentum/MetaMomentum.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<DebugType>none</DebugType>

<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>
<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 e3d33f3

Please sign in to comment.