Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
version incremented to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
osoykan committed Oct 1, 2017
1 parent 4585fc2 commit 688eca5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 18 deletions.
2 changes: 1 addition & 1 deletion common.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>2.0.0</VersionPrefix>
<VersionPrefix>2.0.1</VersionPrefix>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<PackageIconUrl>https://raw.githubusercontent.com/osoykan/Stove/master/stove.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/osoykan/Stove</PackageProjectUrl>
Expand Down
4 changes: 2 additions & 2 deletions src/Stove/Stove.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Autofac.Extras.IocManager" Version="3.1.3" />
<PackageReference Include="Autofac.Extras.IocManager.DynamicProxy" Version="3.1.3" />
<PackageReference Include="Autofac.Extras.IocManager" Version="3.2.0" />
<PackageReference Include="Autofac.Extras.IocManager.DynamicProxy" Version="3.2.0" />
<PackageReference Include="JetBrains.Annotations" Version="11.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
<PackageReference Include="System.Collections.Immutable" Version="1.4.0" />
Expand Down
2 changes: 1 addition & 1 deletion test/Stove.Demo.WebApi.Core/Stove.Demo.WebApi.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="4.2.0" />
<PackageReference Include="Autofac.Extras.IocManager" Version="3.1.3" />
<PackageReference Include="Autofac.Extras.IocManager" Version="3.2.0" />
<PackageReference Include="Hangfire.SqlServer" Version="1.6.17" />
<PackageReference Include="MassTransit.Extensions.DependencyInjection" Version="4.0.0.1305-develop" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.1.1" />
Expand Down
15 changes: 1 addition & 14 deletions test/Stove.TestBase/Stove.TestBase.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
</PropertyGroup>

<ItemGroup>
<None Include="bin\Release\net461\Stove.TestBase.pdb">
<PackagePath>lib/net461/</PackagePath>
<Pack>true</Pack>
</None>
<None Include="bin\Release\netstandard2.0\Stove.TestBase.pdb">
<PackagePath>lib/netstandard2.0/</PackagePath>
<Pack>true</Pack>
Expand All @@ -29,14 +25,5 @@
<ItemGroup>
<ProjectReference Include="..\..\src\Stove\Stove.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Autofac.Extras.IocManager" Version="3.1.3" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>


</Project>

0 comments on commit 688eca5

Please sign in to comment.