Skip to content

Commit

Permalink
merge dev for 4.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vnbaaij committed Mar 28, 2024
2 parents 9366da1 + a1df60d commit 2d5fe9c
Show file tree
Hide file tree
Showing 213 changed files with 6,289 additions and 984 deletions.
23 changes: 0 additions & 23 deletions .azure-devops/build-all-lib.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .azure-devops/build-core-lib.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .azure-devops/build-demo.yml

This file was deleted.

300 changes: 0 additions & 300 deletions .azure-devops/common/template-to-build-projects.yml

This file was deleted.

5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"dotnet.defaultSolution": "Microsoft.FluentUI.sln"
}
"dotnet.defaultSolution": "Microsoft.FluentUI.sln",
"azure-pipelines.1ESPipelineTemplatesSchemaFile": true
}
11 changes: 5 additions & 6 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,15 @@
<SolutionDir>$(MSBuildThisFileDirectory)</SolutionDir>
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>

<VersionFile>4.5.0</VersionFile>
<VersionPrefix>4.5.0</VersionPrefix>
<VersionFile>4.6.0</VersionFile>
<VersionPrefix>4.6.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<AssemblyVersion>$(VersionFile)</AssemblyVersion>
<FileVersion>$(VersionFile)</FileVersion>

<!-- Enable code style analysis -->
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<!-- <EnableNETAnalyzers>true</EnableNETAnalyzers> -->

<!-- Enable code style analysis -->
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<!-- <EnableNETAnalyzers>true</EnableNETAnalyzers> -->
</PropertyGroup>

<ItemGroup>
Expand Down
Loading

0 comments on commit 2d5fe9c

Please sign in to comment.