Skip to content

Commit

Permalink
Merge pull request #264 from alphacloud/release/8.2.0
Browse files Browse the repository at this point in the history
Release/8.2.0
  • Loading branch information
cd21h authored Jan 30, 2023
2 parents 1644ed5 + bfcb339 commit 837de08
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,24 @@
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
<GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<LangVersion>preview</LangVersion>
<Nullable>enable</Nullable>
<WarningsAsErrors>Nullable;$(WarningsAsErrors)</WarningsAsErrors>
<ImplicitUsings>enable</ImplicitUsings>
<DebugSymbols>True</DebugSymbols>
<DefineConstants>$(DefineConstants);JETBRAINS_ANNOTATIONS</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition=" '$(CI)' =='true' ">
<Deterministic>true</Deterministic>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)'=='Debug' ">
<DebugType>pdbonly</DebugType>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)'=='Release' ">
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<DebugType>portable</DebugType>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Lib/Autofac.Extras.Quartz/Autofac.Extras.Quartz.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<ItemGroup>
<PackageReference Include="Autofac" Version="[6.5.0, 7.0.0)" />
<PackageReference Include="JetBrains.Annotations" Version="2022.3.1" />
<PackageReference Include="Quartz" Version="[3.5.0, 4.0.0)" />
<PackageReference Include="Quartz" Version="[3.6.0, 4.0.0)" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down
2 changes: 1 addition & 1 deletion src/Samples/Console/Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<ItemGroup>
<PackageReference Include="Autofac" Version="6.5.0" />
<PackageReference Include="JetBrains.Annotations" Version="2022.3.1" />
<PackageReference Include="Quartz" Version="3.5.0" />
<PackageReference Include="Quartz" Version="3.6.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="4.1.0" />
</ItemGroup>

Expand Down

0 comments on commit 837de08

Please sign in to comment.