Skip to content

Commit

Permalink
Fixing System.CodeDom in Reqnroll.CustomPlugin Nuspec file. (#245)
Browse files Browse the repository at this point in the history
* Fixing System.CodeDom in Reqnroll.CustomPlugin Nuspec file.

* Updating CHANGELOG
  • Loading branch information
UL-ChrisGlew authored Sep 4, 2024
1 parent 9266387 commit fb3638f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# [vNext]

## Improvements:

## Bug fixes:

*Contributors of this release (in alphabetical order):*
* Fix: Reqnroll.CustomPlugin NuGet package has a version mismatch for the System.CodeDom dependency (#244)

*Contributors of this release (in alphabetical order):* @UL-ChrisGlew

# v2.1.0 - 2024-08-30

Expand Down
2 changes: 1 addition & 1 deletion Plugins/Reqnroll.CustomPlugin/Reqnroll.CustomPlugin.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<copyright>$copyright$</copyright>
<dependencies>
<dependency id="Reqnroll" version="[$version$]" />
<dependency id="System.CodeDom" version="4.4.0" />
<dependency id="System.CodeDom" version="8.0.0" />
</dependencies>
</metadata>

Expand Down

0 comments on commit fb3638f

Please sign in to comment.