Skip to content

Commit

Permalink
Merge pull request #19 from FrendsPlatform/issue-10
Browse files Browse the repository at this point in the history
MongoDB.Delete - Fixed dll issue
  • Loading branch information
Svenskapojkarna authored Nov 24, 2023
2 parents 301a41c + cf6d4d6 commit 2bf859b
Show file tree
Hide file tree
Showing 7 changed files with 275 additions and 214 deletions.
4 changes: 4 additions & 0 deletions Frends.MongoDB.Delete/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [1.0.1] - 2023-11-22
### Fixed
- Fixed dll error when importing the Task to Frends by adding local dll reference to the project file.

## [1.0.0] - 2022-10-31
### Added
- Initial implementation
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
<PackageReference Include="coverlet.collector" Version="3.1.2" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="MongoDB.Driver" Version="2.22.0" />
<PackageReference Include="MongoDB.Driver.Core" Version="2.22.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Frends.MongoDB.Delete\Frends.MongoDB.Delete.csproj" />
</ItemGroup>
Expand Down
Loading

0 comments on commit 2bf859b

Please sign in to comment.