mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 07:34:24 +01:00
fix os prism
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
<PackageReference Include="Laraue.EfCoreTriggers.PostgreSql" Version="8.0.1" />
|
<PackageReference Include="Laraue.EfCoreTriggers.PostgreSql" Version="8.0.1" />
|
||||||
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.0" />
|
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.0" />
|
||||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.0" />
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.0" />
|
||||||
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.7.0" />
|
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.8.0" />
|
||||||
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.7.0" />
|
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Product>Prism</Product>
|
<Product>Prism</Product>
|
||||||
<Description>Automated value splits for Bitcoin.</Description>
|
<Description>Automated value splits for Bitcoin.</Description>
|
||||||
<Version>1.2.6</Version>
|
<Version>1.2.7</Version>
|
||||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<!-- Plugin development properties -->
|
<!-- Plugin development properties -->
|
||||||
|
|||||||
@@ -64,8 +64,7 @@ public class OpenSatsPrismClaimCreate : IPluginHookFilter
|
|||||||
|
|
||||||
var content = new StringContent(JObject.FromObject(new
|
var content = new StringContent(JObject.FromObject(new
|
||||||
{
|
{
|
||||||
project_name = project,
|
btcpay = project,
|
||||||
project_slug = project,
|
|
||||||
name = "kukks <3 you"
|
name = "kukks <3 you"
|
||||||
}).ToString(), Encoding.UTF8, "application/json");
|
}).ToString(), Encoding.UTF8, "application/json");
|
||||||
var result = await httpClient.PostAsync("https://opensats.org/api/btcpay",content).ConfigureAwait(false);
|
var result = await httpClient.PostAsync("https://opensats.org/api/btcpay",content).ConfigureAwait(false);
|
||||||
|
|||||||
Reference in New Issue
Block a user