Skip to content

Commit

Permalink
Merge pull request #201 from alphacloud/releases/7.2.0
Browse files Browse the repository at this point in the history
Release 7.2.0
  • Loading branch information
cd21h authored Aug 1, 2021
2 parents a8e8d76 + 0c41ef7 commit 1d3debc
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 11 deletions.
24 changes: 24 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
version: 2
updates:
- package-ecosystem: nuget
directory: "/src"
schedule:
interval: weekly
open-pull-requests-limit: 10
target-branch: develop
assignees:
- shatl
ignore:
- dependency-name: Quartz
versions:
- 3.3.2
- dependency-name: JetBrains.Annotations
versions:
- 2021.1.0
- dependency-name: Microsoft.NET.Test.Sdk
versions:
- 16.9.1
- 16.9.4
- dependency-name: Moq
versions:
- 4.16.1
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ environment:
secure: SakrMxbclSjNzFQxv8sA35OhulfvNm9VqHBEOgQrebPaF/Bv7AmZRsT8/YEfSQED

install:
- ps: ./dotnet-install.ps1 -Version 6.0.100-preview.3.21202.5 -InstallDir "C:\Program Files\dotnet"
- ps: ./dotnet-install.ps1 -Version 6.0.100-preview.6.21355.2 -InstallDir "C:\Program Files\dotnet"
- ps: dotnet tool install Cake.Tool --version 1.1.0 --global

build_script:
Expand All @@ -41,7 +41,7 @@ deploy:
- provider: NuGet
name: Pre release
api_key:
secure: vOqx1kFHlM67juhiUf/8zTnsItKSRcPSacnVAHlFfVIBe24FhWGYxQ7phvGmtPuk
secure: p/ZJ+/gjSUGrr+pBIY9/yLZMoVw9QOqgIiUlhP0IaSPbqM4ZYaMw2WziKGJIVmuH
on:
branch:
- develop
Expand All @@ -52,6 +52,6 @@ deploy:
- provider: NuGet
name: Tagged release
api_key:
secure: vOqx1kFHlM67juhiUf/8zTnsItKSRcPSacnVAHlFfVIBe24FhWGYxQ7phvGmtPuk
secure: p/ZJ+/gjSUGrr+pBIY9/yLZMoVw9QOqgIiUlhP0IaSPbqM4ZYaMw2WziKGJIVmuH
on:
appveyor_repo_tag: true
4 changes: 2 additions & 2 deletions src/Autofac.Extras.Quartz/Autofac.Extras.Quartz.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@

<ItemGroup>
<PackageReference Include="Autofac" Version="[6.2.0, 7.0.0)" />
<PackageReference Include="JetBrains.Annotations" Version="2021.1.0" PrivateAssets="All" />
<PackageReference Include="JetBrains.Annotations" Version="2021.2.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Quartz" Version="[3.3.2, 4.0.0)" />
<PackageReference Include="Quartz" Version="[3.3.3, 4.0.0)" />
</ItemGroup>

</Project>
3 changes: 2 additions & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<DebugSymbols>True</DebugSymbols>
<DefineConstants>$(DefineConstants);JETBRAINS_ANNOTATIONS</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)'=='Debug' ">
Expand All @@ -31,7 +32,7 @@
<PackageProjectUrl>https://github.com/alphacloud/Autofac.Extras.Quartz</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>alphacloud quartz autofac</PackageTags>
<PackageReleaseNotes>https://github.com/alphacloud/Autofac.Extras.Quartz/releases/tag/7.1.0</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/alphacloud/Autofac.Extras.Quartz/milestone/23</PackageReleaseNotes>
<Authors>shatl</Authors>
<Company>Alphacloud</Company>
<Description>Quartz.Net integration</Description>
Expand Down
6 changes: 3 additions & 3 deletions src/Samples/Console/Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@

<ItemGroup>
<PackageReference Include="Autofac" Version="6.2.0" />
<PackageReference Include="JetBrains.Annotations" Version="2021.1.0" />
<PackageReference Include="Quartz" Version="3.3.2" />
<PackageReference Include="Serilog.Sinks.Console" Version="3.1.1" />
<PackageReference Include="JetBrains.Annotations" Version="2021.2.0" />
<PackageReference Include="Quartz" Version="3.3.3" />
<PackageReference Include="Serilog.Sinks.Console" Version="4.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/Tests/UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<PackageReference Include="Appveyor.TestLogger" Version="2.0.0" />
<PackageReference Include="Autofac" Version="6.2.0" />
<PackageReference Include="FluentAssertions" Version="5.10.3" />
<PackageReference Include="JetBrains.Annotations" Version="2021.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
<PackageReference Include="JetBrains.Annotations" Version="2021.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
<PackageReference Include="Moq" Version="4.16.1" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
Expand Down

0 comments on commit 1d3debc

Please sign in to comment.