Skip to content

Commit

Permalink
Moving tests to their dedicated repositories, and also preparing for …
Browse files Browse the repository at this point in the history
…UtilPack 1.7.1 release.
  • Loading branch information
stazz committed Dec 10, 2018
1 parent 62800f0 commit 26d1856
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 1,136 deletions.
4 changes: 2 additions & 2 deletions Source/Code/UtilPack/UtilPack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<!-- Assembly information stuff -->
<PropertyGroup>
<VersionPrefix>1.7.0</VersionPrefix>
<VersionPrefix>1.7.1</VersionPrefix>
<VersionSuffix></VersionSuffix>
<AssemblyTitle>UtilPack.Common</AssemblyTitle>
<Description>Library containing useful and generic methods, which are missing from one or more BCL.</Description>
Expand All @@ -41,7 +41,7 @@
<PackageId>$(AssemblyName)</PackageId>
<PackageVersion>$(VersionPrefix)</PackageVersion>
<PackageVersion Condition=" '$(VersionSuffix)' != ''">$(PackageVersion)-$(VersionSuffix)</PackageVersion>
<PackageReleaseNotes>Added .NET Standard 2.0 to targets, in order to reduce build and restore speeds for compatible target frameworks. Also added JoinToString extension methods.</PackageReleaseNotes>
<PackageReleaseNotes>Removed Prepend and Append extension methods for IEnumerable&lt;T&gt; from netstandard2.0 version.</PackageReleaseNotes>
<PackageTags>bcl utility binary serialization collection extensions</PackageTags>
<Title>Utility Package for CLR</Title>
</PropertyGroup>
Expand Down
160 changes: 0 additions & 160 deletions Source/Tests/UtilPack.Tests/AsyncEnumeration/ConcurrentTests.cs

This file was deleted.

63 changes: 0 additions & 63 deletions Source/Tests/UtilPack.Tests/AsyncEnumeration/LINQTests.cs

This file was deleted.

Loading

0 comments on commit 26d1856

Please sign in to comment.