Skip to content

Commit

Permalink
1.0.1 - Upgrade to InterlockLedger.Tags.ILInt 1.2.0 and System.IO.Pip…
Browse files Browse the repository at this point in the history
…elines 4.6.0
  • Loading branch information
monoman committed Nov 21, 2019
1 parent 2ac6bf0 commit f408a2b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="InterlockLedger.Tags.ILInt" Version="1.1.3" />
<PackageReference Include="InterlockLedger.Tags.ILInt" Version="1.2.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="2.2.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="InterlockLedger.Tags.ILInt" Version="1.1.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
<PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
<PackageReference Include="InterlockLedger.Tags.ILInt" Version="1.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.0.0" />
<PackageReference Include="MSTest.TestFramework" Version="2.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions InterlockLedger.Peer2Peer/InterlockLedger.Peer2Peer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Authors>Rafael Teixeira</Authors>
<Company>InterlockLedger Network</Company>
<Product>InterlockLedger</Product>
Expand All @@ -13,15 +13,15 @@
<RepositoryUrl>https://github.com/interlockledger/interlockledger-peer2peer.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>Use new repackaged InterlockLedger.Tags.ILInt</PackageReleaseNotes>
<PackageReleaseNotes>Upgrade to InterlockLedger.Tags.ILInt 1.2.0 and System.IO.Pipelines 4.6.0</PackageReleaseNotes>
<LangVersion>8</LangVersion>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="InterlockLedger.Tags.ILInt" Version="1.1.3" />
<PackageReference Include="InterlockLedger.Tags.ILInt" Version="1.2.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.2.0" />
<PackageReference Include="System.IO.Pipelines" Version="4.5.3" />
<PackageReference Include="System.IO.Pipelines" Version="4.6.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit f408a2b

Please sign in to comment.