Skip to content

Commit

Permalink
2.1.0 - Match to node 3.2.3 now
Browse files Browse the repository at this point in the history
  • Loading branch information
monoman committed Jan 16, 2020
1 parent 6211296 commit 0302530
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>2.0.0</Version>
<Version>2.1.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Copyright>Copyright (c) 2018-2019 InterlockLedger Network</Copyright>
<Description>This library implements a C# wrapper around the InterlockLedger Node REST API.
Expand All @@ -16,7 +16,7 @@ BSD 3-Clause License
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<LangVersion>8</LangVersion>
<PackageTags>REST Client InterlockLedger</PackageTags>
<PackageReleaseNotes>Match to node 1.0.1 now</PackageReleaseNotes>
<PackageReleaseNotes>Match to node 3.2.3 now</PackageReleaseNotes>
<PackageIcon>IL2.png</PackageIcon>
<Authors>InterlockLedger Network</Authors>
<Product>InterlockLedger</Product>
Expand Down
7 changes: 5 additions & 2 deletions interlockledger-rest-client-csharp.sln
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AC8DE6C6-BE67-47BC-9D8E-89375C9FC2B9}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
.nuget.config = .nuget.config
copyright.template = copyright.template
.github\workflows\dotnetcore.yml = .github\workflows\dotnetcore.yml
IL2.png = IL2.png
LICENSE = LICENSE
.github\workflows\pushnuget.yml = .github\workflows\pushnuget.yml
README.md = README.md
EndProjectSection
EndProject
Expand Down

0 comments on commit 0302530

Please sign in to comment.