Prepare for next version
This commit is contained in:
Родитель
ed8a529916
Коммит
58b6238ed6
|
@ -12,8 +12,8 @@
|
|||
<SolutionDir>$(MSBuildThisFileDirectory)</SolutionDir>
|
||||
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
|
||||
|
||||
<VersionFile>4.9.2</VersionFile>
|
||||
<VersionPrefix>4.9.2</VersionPrefix>
|
||||
<VersionFile>4.9.3</VersionFile>
|
||||
<VersionPrefix>4.9.3</VersionPrefix>
|
||||
<VersionSuffix></VersionSuffix>
|
||||
<AssemblyVersion>$(VersionFile)</AssemblyVersion>
|
||||
<FileVersion>$(VersionFile)</FileVersion>
|
||||
|
|
|
@ -7,9 +7,9 @@
|
|||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<!-- For Sample Apps -->
|
||||
<PackageVersion Include="Microsoft.FluentUI.AspNetCore.Components" Version="4.9.0" />
|
||||
<PackageVersion Include="Microsoft.FluentUI.AspNetCore.Components" Version="4.9.1" />
|
||||
<PackageVersion Include="Microsoft.FluentUI.AspNetCore.Components.Icons" version="4.9.1" />
|
||||
<PackageVersion Include="Microsoft.FluentUI.AspNetCore.Components.Emoji" Version="4.6.0" />
|
||||
<PackageVersion Include="Microsoft.FluentUI.AspNetCore.Components.Icons" version="4.9.0" />
|
||||
|
||||
<!-- Build dependencies -->
|
||||
<PackageVersion Include="Microsoft.AspNetCore.Components.Web" Version="$(AspNetCoreVersion)" />
|
||||
|
|
|
@ -2,5 +2,5 @@ variables:
|
|||
# File and Package version
|
||||
# dev branch: 1.2.4-Preview-23282-1' (PackageSuffix is always ignored in Dev branch)
|
||||
# main branch: 1.2.4-RC.1' (PackageSuffix is ignored, if empty, in Main branch)
|
||||
FileVersion: '4.9.2' # Set the next final version here.
|
||||
FileVersion: '4.9.3' # Set the next final version here.
|
||||
PackageSuffix: ''
|
||||
|
|
|
@ -7860,8 +7860,7 @@
|
|||
</member>
|
||||
<member name="P:Microsoft.FluentUI.AspNetCore.Components.FluentSearch.AutoComplete">
|
||||
<summary>
|
||||
Specifies whether a form or an input field should have autocomplete "on" or "off" or another value.
|
||||
An Id value must be set to use this property.
|
||||
Gets or sets whether a form or an input field should have autocomplete "on" or "off" or another value.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Microsoft.FluentUI.AspNetCore.Components.FluentSearch.ChildContent">
|
||||
|
|
Загрузка…
Ссылка в новой задаче