Skip to content

Commit

Permalink
Merge pull request #161 from akkadotnet/dev
Browse files Browse the repository at this point in the history
v1.4.19 Release
  • Loading branch information
Aaronontheweb committed May 12, 2021
2 parents 54fd43e + 1583e2f commit 8624650
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 58 deletions.
27 changes: 27 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,27 @@
version: 2
updates:
- package-ecosystem: nuget
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
ignore:
- dependency-name: Quartz
versions:
- 3.3.1
- dependency-name: Akka
versions:
- 1.4.16
- 1.4.17
- dependency-name: Akka.TestKit.Xunit2
versions:
- 1.4.16
- 1.4.17
- dependency-name: Microsoft.Data.Sqlite.Core
versions:
- 5.0.3
- 5.0.4
- dependency-name: Microsoft.NET.Test.Sdk
versions:
- 16.8.3
- 16.9.1
34 changes: 3 additions & 31 deletions RELEASE_NOTES.md
@@ -1,31 +1,3 @@
#### 1.3.3 November 14 2019 ####
Updated Akka to 1.3.15
Updated many depedencies of the integration test suite

#### 1.3.2 October 10 2019 ####
Updated Akka to 1.3.9
Updated Quartz to 3.0.7

#### 1.3.1 October 10 2017 ####
Updated Akka to 1.3.1

#### 1.2.3 July 13 2017 ####
Updated Akka to 1.2.3

#### 1.2.0 February 18 2017 ####
Updated Akka to 1.2.0, along with a number of other dependencies including Newtonsoft and Entity Framework.

#### 1.0.4 February 21 2017 ####
Created the `JobNotFoundException` type. If a job is not found when invoking the `RemoveJob` command,
`RemoveJobFail` will contain an exception of this type instead of the string "job not found".


#### 1.0.3 Januari 26 2017 ####
updated to akka 1.1.3
Serializing the ActorPath and message to save in a persistent Quartz JobStore
Add the capability for the QuartzActor and the QuartzPersistentActor to take a scheduler rather than creating one.

#### 1.0.2 September 23 2016 ####
added quartz persistent actor, quartz persistent job and create persistent job message
fix properties setters
updated to akka 1.1.2
#### 1.4.19 May 12 2021 ####
* Updated Akka to 1.4.19
* upgraded to Quartz.NET 3.3.2
Expand Up @@ -7,12 +7,12 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(TestSdkVersion)" />
<PackageReference Include="xunit.runner.visualstudio" Version="$(XunitVersion)" />
<PackageReference Include="xunit" Version="$(XunitVersion)" />
<PackageReference Include="Akka.TestKit.Xunit2" Version="1.3.15" />
<PackageReference Include="EntityFramework" Version="6.3.0" />
<PackageReference Include="Microsoft.Data.Sqlite.Core" Version="3.0.0" />
<PackageReference Include="Akka.TestKit.Xunit2" Version="1.4.19" />
<PackageReference Include="EntityFramework" Version="6.4.4" />
<PackageReference Include="Microsoft.Data.Sqlite.Core" Version="5.0.6" />
<PackageReference Include="Quartz" Version="$(QuartzVersion)" />
<PackageReference Include="SQLitePCLRaw.bundle_green" Version="2.0.2" />
<PackageReference Include="System.Data.SQLite" Version="1.0.111" />
<PackageReference Include="SQLitePCLRaw.bundle_green" Version="2.0.4" />
<PackageReference Include="System.Data.SQLite" Version="1.0.113.7" />
<Reference Include="System.Numerics" />
<Reference Include="System.Runtime.Remoting" />
<Reference Include="System.Xml.Linq" />
Expand Down
4 changes: 2 additions & 2 deletions src/Akka.Quartz.Actor.Tests/Akka.Quartz.Actor.Tests.csproj
Expand Up @@ -8,8 +8,8 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(TestSdkVersion)" />
<PackageReference Include="xunit.runner.visualstudio" Version="$(XunitVersion)" />
<PackageReference Include="xunit" Version="$(XunitVersion)" />
<PackageReference Include="Akka.TestKit.Xunit2" Version="1.3.15" />
<PackageReference Include="FluentAssertions" Version="5.9.0" />
<PackageReference Include="Akka.TestKit.Xunit2" Version="1.4.19" />
<PackageReference Include="FluentAssertions" Version="5.10.3" />
<PackageReference Include="Quartz" Version="$(QuartzVersion)" />
</ItemGroup>

Expand Down
40 changes: 20 additions & 20 deletions src/common.props
@@ -1,21 +1,21 @@
<Project>
<PropertyGroup>
<Copyright>Copyright © 2015-2019 .NET Foundation</Copyright>
<Authors>Akka</Authors>
<VersionPrefix>1.3.3</VersionPrefix>
<PackageReleaseNotes>Updated Akka to 1.3.9
Updated Quartz to 3.0.7</PackageReleaseNotes>
<PackageIconUrl>http://getakka.net/images/akkalogo.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/akkadotnet/Akka.Quartz.Actor</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/akkadotnet/Akka.Quartz.Actor/blob/master/LICENSE</PackageLicenseUrl>
<Tags>akka streams quartz</Tags>
<NoWarn>
</NoWarn>
</PropertyGroup>
<PropertyGroup>
<AkkaVersion>1.3.15</AkkaVersion>
<QuartzVersion>3.0.7</QuartzVersion>
<XunitVersion>2.4.1</XunitVersion>
<TestSdkVersion>15.9.0</TestSdkVersion>
</PropertyGroup>
<Project>
<PropertyGroup>
<Copyright>Copyright © 2015-2021 .NET Foundation</Copyright>
<Authors>Akka</Authors>
<VersionPrefix>1.4.19</VersionPrefix>
<PackageReleaseNotes>Updated Akka to 1.4.19
upgraded to Quartz.NET 3.3.2</PackageReleaseNotes>
<PackageIconUrl>http://getakka.net/images/akkalogo.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/akkadotnet/Akka.Quartz.Actor</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/akkadotnet/Akka.Quartz.Actor/blob/master/LICENSE</PackageLicenseUrl>
<Tags>akka streams quartz</Tags>
<NoWarn>
</NoWarn>
</PropertyGroup>
<PropertyGroup>
<AkkaVersion>1.4.19</AkkaVersion>
<QuartzVersion>3.3.2</QuartzVersion>
<XunitVersion>2.4.1</XunitVersion>
<TestSdkVersion>16.9.4</TestSdkVersion>
</PropertyGroup>
</Project>

0 comments on commit 8624650

Please sign in to comment.