Skip to content

Commit

Permalink
v16.0.0
Browse files Browse the repository at this point in the history
- Adjustments on building with other IL2 projects
- Dropping one extension class
  • Loading branch information
monoman committed Jan 16, 2024
1 parent 99552d4 commit d86213a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 58 deletions.

This file was deleted.

8 changes: 4 additions & 4 deletions InterlockLedger.Commons/InterlockLedger.Commons.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>InterlockLedger Network Team</Authors>
<Company>InterlockLedger Network</Company>
<Copyright>Copyright (c) 2018-2023 InterlockLedger Network</Copyright>
<Copyright>Copyright (c) 2018-2024 InterlockLedger Network</Copyright>
<Description>This library implements lots of lifesaving classes and extensions.</Description>
<PackageProjectUrl>https://interlockledger.network/</PackageProjectUrl>
<Product>InterlockLedger</Product>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/interlockledger/interlockledger-commons.git</RepositoryUrl>
<Version>15.0.0</Version>
<Version>16.0.0</Version>
<PackageId>InterlockLedger.Commons</PackageId>
<PackageReleaseNotes>Move WrappedReadonlyStream/StreamSpan up the library ladder for better testing</PackageReleaseNotes>
<PackageReleaseNotes>Adjustments on building with other IL2 projects - Dropping one extension class</PackageReleaseNotes>
<PackageIcon>il2.png</PackageIcon>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
Expand All @@ -22,7 +22,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>DEBUG</DefineConstants>
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
[![.NET Core](https://github.com/interlockledger/interlockledger-commons/actions/workflows/dotnetcore.yml/badge.svg)](https://github.com/interlockledger/interlockledger-commons/actions/workflows/dotnetcore.yml)

# il2 commons
InterlockLedger.Commons library for common InterlockLedger abstractions, helpers and class extensions
# il2 tags
InterlockLedger.Tags library for common InterlockLedger Tags types and their encoding/decoding, helpers and class extensions

0 comments on commit d86213a

Please sign in to comment.