Skip to content

Commit

Permalink
Updated package
Browse files Browse the repository at this point in the history
  • Loading branch information
csrakowski committed Jan 8, 2023
1 parent 272a076 commit 51c60b0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Authors>Christiaan Rakowski</Authors>
<Copyright>Christiaan Rakowski - 2017-2023</Copyright>
<Version>1.7.1</Version>
<Version>1.7.2</Version>
<LangVersion>latest</LangVersion>
</PropertyGroup>

Expand All @@ -18,7 +18,7 @@
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugType>pdbonly</DebugType>
<DebugType>portable</DebugType>
<Optimize>true</Optimize>
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/CSRakowski.Parallel/CSRakowski.Parallel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net452' or '$(TargetFramework)' == 'netstandard1.1'">
<PackageReference Include="CSRakowski.AsyncStreamsPreparations" Version="1.5.1" />
<PackageReference Include="CSRakowski.AsyncStreamsPreparations" Version="1.5.2" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.3" />
<PackageReference Include="CSRakowski.AsyncStreamsPreparations" Version="1.5.1" />
<PackageReference Include="CSRakowski.AsyncStreamsPreparations" Version="1.5.2" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFrameworkIdentifier)' == '.NETFramework' ">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
<PackageReference Include="CSRakowski.AsyncStreamsPreparations" Version="1.5.1" />
<PackageReference Include="CSRakowski.AsyncStreamsPreparations" Version="1.5.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 51c60b0

Please sign in to comment.