Skip to content

Commit 76450f5

Browse files
committed
Make emit calls useable from dynamitey
1 parent 2c1f18e commit 76450f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ImpromptuInterface/ImpromptuInterface.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</PropertyGroup>
1919
<Import Project="..\Version.props" />
2020
<ItemGroup>
21-
<PackageReference Include="Dynamitey" Version="3.0.2" />
21+
<PackageReference Include="Dynamitey" Version="3.0.3" />
2222
</ItemGroup>
2323
<ItemGroup Condition="'$(TargetFramework)'=='net40'">
2424
<Reference Include="Microsoft.CSharp" />

ImpromptuInterface/src/EmitProxy/BuildProxy.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ internal static class CompatHelper
4646
///</summary>
4747
public static class BuildProxy
4848
{
49-
public static readonly ActLikeMaker DefaultProxyMaker = new ActLikeMaker();
49+
public static ActLikeMaker DefaultProxyMaker { get; } = new ActLikeMaker();
5050

5151
public static ActLikeMaker CollectableProxyMaker() => new ActLikeMaker(AssemblyBuilderAccess.RunAndCollect);
5252

Version.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>8.0.3</VersionPrefix>
3+
<VersionPrefix>8.0.4</VersionPrefix>
44
</PropertyGroup>
55
</Project>

0 commit comments

Comments
 (0)