This commit changes the ElsaStudioVersion property from 3.2.0-rc3 to 3.2.0-rc4.473 in the Directory.Build.props file. This update ensures compatibility with the latest features and bug fixes in the new release candidate version.
32 lines
1.3 KiB
XML
32 lines
1.3 KiB
XML
<Project>
|
|
<PropertyGroup>
|
|
<Authors>Elsa Workflows Community</Authors>
|
|
<Copyright>2023</Copyright>
|
|
|
|
<PackageProjectUrl>https://github.com/elsa-workflows/elsa-core</PackageProjectUrl>
|
|
<RepositoryUrl>https://github.com/elsa-workflows/elsa-core</RepositoryUrl>
|
|
<RepositoryType>git</RepositoryType>
|
|
|
|
<LangVersion>latest</LangVersion>
|
|
<Nullable>enable</Nullable>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
<PackageIcon>icon.png</PackageIcon>
|
|
|
|
<!-- For NuGet browsers that currently don't support <PackageIcon> yet -->
|
|
<PackageIconUrl>https://v3.elsaworkflows.io/nuget-icon.png</PackageIconUrl>
|
|
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
<AnalysisModeDocumentation>Default</AnalysisModeDocumentation>
|
|
<AnalysisLevelDocumentation>latest</AnalysisLevelDocumentation>
|
|
|
|
<!-- https://github.com/dotnet/sourcelink -->
|
|
<IncludeSymbols>true</IncludeSymbols>
|
|
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
|
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ElsaStudioVersion>3.2.0-rc4.473</ElsaStudioVersion>
|
|
</PropertyGroup>
|
|
</Project> |