Skip to content

Commit

Permalink
Merge pull request #53 from ekonbenefits/makebuildproxy-instance
Browse files Browse the repository at this point in the history
Make default maker constructor internal, should only be one.
  • Loading branch information
jbtule committed Nov 8, 2023
2 parents 7bee84f + 34a8911 commit 154e247
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ImpromptuInterface/src/EmitProxy/ActLikeMaker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public dynamic DynamicActLike(object originalDynamic, params Type[] otherInterfa
}


public ActLikeMaker()
internal ActLikeMaker()
{
AssemblyAccess = AssemblyBuilderAccess.Run;
AssemblyName = $"{nameof(ImpromptuInterface)}DynamicAssembly";
Expand Down
2 changes: 1 addition & 1 deletion Version.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<VersionPrefix>8.0.2</VersionPrefix>
<VersionPrefix>8.0.3</VersionPrefix>
</PropertyGroup>
</Project>

0 comments on commit 154e247

Please sign in to comment.