fix os prism

This commit is contained in:
Kukks
2024-02-08 08:59:50 +01:00
parent e88c0e7592
commit bc98568afa
3 changed files with 4 additions and 5 deletions

View File

@@ -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>

View File

@@ -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 -->

View File

@@ -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);