Skip to content

Commit

Permalink
fix not creating package for net472 #416
Browse files Browse the repository at this point in the history
  • Loading branch information
gottscj committed Nov 17, 2024
1 parent e220bba commit bde22c8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ run-name: "Release: ${{ github.event.inputs.version }}"
jobs:
build_release:
name: create release
runs-on: ubuntu-latest
runs-on: windows-latest

steps:
- uses: actions/checkout@v4
Expand Down
5 changes: 4 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@

## Change log

### v.1.11.1
- Fix not creating package for net472

### v1.11.0
- Update to MongoDB 3.0 (by ChrisMcKee)

### v1.10.8
- Update to MongoDB 2.28.0 (by DavidLievrouw)

Expand Down
4 changes: 2 additions & 2 deletions src/Hangfire.Mongo/Hangfire.Mongo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<owners>Sergey Zwezdin, Jonas Gottschau</owners>
<Description>MongoDB storage implementation for Hangfire (background job system for ASP.NET applications).</Description>
<PackageTags>Hangfire AspNet OWIN MongoDB CosmosDB Long-Running Background Fire-And-Forget Delayed Recurring Tasks Jobs Scheduler Threading Queues</PackageTags>
<PackageReleaseNotes>1.11.0
- Update to MongoDB 3.0
<PackageReleaseNotes>1.11.1
- Fix not creating package for net472
</PackageReleaseNotes>
<PackageReadmeFile>README.md</PackageReadmeFile>
<!--<PackageLicenseUrl>https://raw.githubusercontent.com/sergun/Hangfire.Mongo/master/LICENSE</PackageLicenseUrl>-->
Expand Down

0 comments on commit bde22c8

Please sign in to comment.