Skip to content

Commit

Permalink
fix bip urls formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed Oct 19, 2017
1 parent 44791cc commit 7b2db37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BTCPayServer/BTCPayServer.csproj
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<Version>1.0.0.17</Version>
<Version>1.0.0.18</Version>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Build\dockerfiles\**" />
Expand All @@ -22,7 +22,7 @@
<PackageReference Include="Hangfire.PostgreSql" Version="1.4.8.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Filter" Version="1.1.2" />
<PackageReference Include="NBitcoin" Version="4.0.0.38" />
<PackageReference Include="NBitpayClient" Version="1.0.0.11" />
<PackageReference Include="NBitpayClient" Version="1.0.0.12" />
<PackageReference Include="DBreeze" Version="1.87.0" />
<PackageReference Include="NBXplorer.Client" Version="1.0.0.17" />
<PackageReference Include="NicolasDorier.CommandLine" Version="1.0.0.1" />
Expand Down

0 comments on commit 7b2db37

Please sign in to comment.