Skip to content

Commit

Permalink
Bump version to 2.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dinc5150 committed Nov 17, 2022
1 parent ac5d03d commit 21ac643
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
7 changes: 6 additions & 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-beta</Version>
<Version>2.2.0</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 All @@ -17,6 +17,11 @@
<PackageTags>Umbraco seo twitter opengraph Umbraco8 Umbraco9 Umbraco10 Datatype PropertyEditor dotnetcore dotnet6</PackageTags>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageReadmeFile>readme.nuget.md</PackageReadmeFile>
<PackageReleaseNotes>
- Update UI to use the new Umbraco UI Library
- RTE / Html fallbacks now strip the HTML tags
- Bug Fixes and performance inprovements
</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net5.0|AnyCPU'">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/**
* @description
* removes html tags from HTML string to produce only text. Additional "stripLineBreaks" parameter will remove all line breaks as well
*/
Expand Down
10 changes: 6 additions & 4 deletions 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-beta</Version>
<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>
<Company>Digital Momentum</Company>
<Product>MetaMomentum for Umbraco 8, 9 &amp; 10</Product>
Expand All @@ -26,9 +26,11 @@
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageReadmeFile>readme.nuget.md</PackageReadmeFile>
<Nullable>disable</Nullable>
<PackageReleaseNotes>- Update for Umbraco 10 release
- Fixed dirty warning when switching between previews
- Option to hide No Index toggle in setitngs</PackageReleaseNotes>
<PackageReleaseNotes>
- Update UI to use the new Umbraco UI Library
- RTE / Html fallbacks now strip the HTML tags
- Bug Fixes and performance inprovements
</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,11 @@ FacebookAppId: @Model.MetaMomentum.FacebookAppId
##### V2.1:
- Split Compiled DLL into separate MetaMomentum.Core project

##### V2.2:
- Update UI to use the new Umbraco UI Library
- RTE / Html fallbacks now strip the HTML tags
- Bug Fixes and performance inprovements


## Pre-Release Versions

Expand Down

0 comments on commit 21ac643

Please sign in to comment.