Skip to content

Commit

Permalink
Update Configuration.ProxyFactory.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
msadeqsirjani committed Dec 13, 2020
1 parent f30d456 commit b18d76f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Configuration.ProxyFactory/Configuration.ProxyFactory.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<AssemblyName>Cactus.Blade.Configuration.ProxyFactory</AssemblyName>
<Version>1.2.0</Version>
<Version>1.2.2</Version>
<Authors>Mohammad Sadeq Sirjani</Authors>
<Product>Cactus</Product>
<Description>A factory that creates instances of property-only interfaces, defined at run-time, and populated with values defined in an instance of IConfiguration.</Description>
Expand Down Expand Up @@ -32,8 +32,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Cactus.Blade.Collection" Version="1.2.1" />
<PackageReference Include="Cactus.Blade.Configuration.ObjectFactory" Version="1.2.0" />
<PackageReference Include="Cactus.Blade.Collection" Version="1.2.2" />
<PackageReference Include="Cactus.Blade.Configuration.ObjectFactory" Version="1.2.2" />
<PackageReference Include="Cactus.Blade.Core" Version="1.2.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="5.0.0" />
</ItemGroup>
Expand Down

0 comments on commit b18d76f

Please sign in to comment.