Use 0.0.5

This commit is contained in:
Stef Heyenrath
2021-07-31 20:15:16 +02:00
parent b38a6918e0
commit 296988b13f
2 changed files with 2 additions and 2 deletions
@@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ProxyInterfaceGenerator" Version="0.0.4" />
<PackageReference Include="ProxyInterfaceGenerator" Version="0.0.5" />
</ItemGroup>
</Project>
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>0.0.4</Version>
<Version>0.0.5</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>9</LangVersion>
<Nullable>enable</Nullable>