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="Npgsql.EntityFrameworkCore.PostgreSQL" 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.CSharp" Version="4.7.0" />
|
||||
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.8.0" />
|
||||
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@@ -11,7 +11,7 @@
|
||||
<PropertyGroup>
|
||||
<Product>Prism</Product>
|
||||
<Description>Automated value splits for Bitcoin.</Description>
|
||||
<Version>1.2.6</Version>
|
||||
<Version>1.2.7</Version>
|
||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||
</PropertyGroup>
|
||||
<!-- Plugin development properties -->
|
||||
|
||||
@@ -64,8 +64,7 @@ public class OpenSatsPrismClaimCreate : IPluginHookFilter
|
||||
|
||||
var content = new StringContent(JObject.FromObject(new
|
||||
{
|
||||
project_name = project,
|
||||
project_slug = project,
|
||||
btcpay = project,
|
||||
name = "kukks <3 you"
|
||||
}).ToString(), Encoding.UTF8, "application/json");
|
||||
var result = await httpClient.PostAsync("https://opensats.org/api/btcpay",content).ConfigureAwait(false);
|
||||
|
||||
Reference in New Issue
Block a user