Merge v13/dev
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user