Merge v13/dev

This commit is contained in:
nikolajlauridsen
2023-07-21 10:59:47 +02:00
52 changed files with 457 additions and 234 deletions

View File

@@ -95,7 +95,6 @@ public class LanguageBuilder<TParent>
return this;
}
[Obsolete("This will be replaced in V13 by a corresponding method accepting language ISO code instead of language ID.")]
public LanguageBuilder<TParent> WithFallbackLanguageIsoCode(string fallbackLanguageIsoCode)
{
_fallbackLanguageIsoCode = fallbackLanguageIsoCode;

View File

@@ -4,6 +4,7 @@
<Title>Umbraco CMS - Test tools</Title>
<Description>Contains commonly used tools to write tests for Umbraco CMS, such as various builders for content etc.</Description>
<RootNamespace>Umbraco.Cms.Tests.Common</RootNamespace>
<IsPackable>true</IsPackable>
<EnablePackageValidation>true</EnablePackageValidation>
</PropertyGroup>