Skip to content

Commit

Permalink
Fix assembly signing
Browse files Browse the repository at this point in the history
  • Loading branch information
lahma committed Apr 8, 2021
1 parent faaaacf commit e808c9f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
[http://www.quartz-scheduler.net](http://www.quartz-scheduler.net)


## Release 3.3.1, Apr 8 2021

This release fixes assembly signing problem introduced in 3.3.

* FIXES

* Remove PublicSign property from csproj ()


## Release 3.3, Apr 7 2021

This release addresses problems with using Quartz with .NET Full Framework lower than 4.7.2. ValueTask loading
Expand Down
1 change: 0 additions & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
<PropertyGroup Condition="$(MSBuildProjectName.Contains('Example')) == false">
<AssemblyOriginatorKeyFile>../../quartz.net.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<PublicSign>true</PublicSign>
</PropertyGroup>

<PropertyGroup Condition=" '$(APPVEYOR)' == 'true' OR '$(GITHUB_ACTIONS)' == 'true' ">
Expand Down

0 comments on commit e808c9f

Please sign in to comment.