Merge branch 'rmcrackan:master' into master
This commit is contained in:
commit
e34ce67a2c
@ -5,7 +5,7 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="AAXClean.Codecs" Version="0.2.10" />
|
<PackageReference Include="AAXClean.Codecs" Version="0.2.11" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net6.0-windows</TargetFramework>
|
<TargetFramework>net6.0-windows</TargetFramework>
|
||||||
<Version>8.2.4.1</Version>
|
<Version>8.2.5.1</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Octokit" Version="1.0.0" />
|
<PackageReference Include="Octokit" Version="1.0.0" />
|
||||||
|
|||||||
@ -100,7 +100,7 @@
|
|||||||
this.detailsTb.ReadOnly = true;
|
this.detailsTb.ReadOnly = true;
|
||||||
this.detailsTb.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
this.detailsTb.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
||||||
this.detailsTb.Size = new System.Drawing.Size(484, 202);
|
this.detailsTb.Size = new System.Drawing.Size(484, 202);
|
||||||
this.detailsTb.TabIndex = 1;
|
this.detailsTb.TabIndex = 3;
|
||||||
//
|
//
|
||||||
// tagsGb
|
// tagsGb
|
||||||
//
|
//
|
||||||
@ -111,7 +111,7 @@
|
|||||||
this.tagsGb.Location = new System.Drawing.Point(12, 220);
|
this.tagsGb.Location = new System.Drawing.Point(12, 220);
|
||||||
this.tagsGb.Name = "tagsGb";
|
this.tagsGb.Name = "tagsGb";
|
||||||
this.tagsGb.Size = new System.Drawing.Size(570, 73);
|
this.tagsGb.Size = new System.Drawing.Size(570, 73);
|
||||||
this.tagsGb.TabIndex = 2;
|
this.tagsGb.TabIndex = 0;
|
||||||
this.tagsGb.TabStop = false;
|
this.tagsGb.TabStop = false;
|
||||||
this.tagsGb.Text = "Edit Tags";
|
this.tagsGb.Text = "Edit Tags";
|
||||||
//
|
//
|
||||||
@ -138,7 +138,7 @@
|
|||||||
this.liberatedGb.Location = new System.Drawing.Point(12, 299);
|
this.liberatedGb.Location = new System.Drawing.Point(12, 299);
|
||||||
this.liberatedGb.Name = "liberatedGb";
|
this.liberatedGb.Name = "liberatedGb";
|
||||||
this.liberatedGb.Size = new System.Drawing.Size(570, 122);
|
this.liberatedGb.Size = new System.Drawing.Size(570, 122);
|
||||||
this.liberatedGb.TabIndex = 3;
|
this.liberatedGb.TabIndex = 1;
|
||||||
this.liberatedGb.TabStop = false;
|
this.liberatedGb.TabStop = false;
|
||||||
this.liberatedGb.Text = "Liberated status: Whether the book/pdf has been downloaded";
|
this.liberatedGb.Text = "Liberated status: Whether the book/pdf has been downloaded";
|
||||||
//
|
//
|
||||||
@ -194,7 +194,7 @@
|
|||||||
this.audibleLink.Location = new System.Drawing.Point(12, 169);
|
this.audibleLink.Location = new System.Drawing.Point(12, 169);
|
||||||
this.audibleLink.Name = "audibleLink";
|
this.audibleLink.Name = "audibleLink";
|
||||||
this.audibleLink.Size = new System.Drawing.Size(57, 45);
|
this.audibleLink.Size = new System.Drawing.Size(57, 45);
|
||||||
this.audibleLink.TabIndex = 0;
|
this.audibleLink.TabIndex = 2;
|
||||||
this.audibleLink.TabStop = true;
|
this.audibleLink.TabStop = true;
|
||||||
this.audibleLink.Text = "Open in\r\nAudible\r\n(browser)";
|
this.audibleLink.Text = "Open in\r\nAudible\r\n(browser)";
|
||||||
this.audibleLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.audibleLink_LinkClicked);
|
this.audibleLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.audibleLink_LinkClicked);
|
||||||
|
|||||||
@ -69,11 +69,11 @@
|
|||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Autoupdater.NET.Official" Version="1.7.4" />
|
<PackageReference Include="Autoupdater.NET.Official" Version="1.7.4" />
|
||||||
<PackageReference Include="Avalonia" Version="0.10.16" />
|
<PackageReference Include="Avalonia" Version="0.10.17" />
|
||||||
<PackageReference Include="Avalonia.Controls.DataGrid" Version="0.10.16" />
|
<PackageReference Include="Avalonia.Controls.DataGrid" Version="0.10.17" />
|
||||||
<PackageReference Include="Avalonia.Desktop" Version="0.10.16" />
|
<PackageReference Include="Avalonia.Desktop" Version="0.10.17" />
|
||||||
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="0.10.16" />
|
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="0.10.17" />
|
||||||
<PackageReference Include="Avalonia.ReactiveUI" Version="0.10.16" />
|
<PackageReference Include="Avalonia.ReactiveUI" Version="0.10.17" />
|
||||||
<PackageReference Include="Dinah.Core.WindowsDesktop" Version="4.2.3.1" />
|
<PackageReference Include="Dinah.Core.WindowsDesktop" Version="4.2.3.1" />
|
||||||
<PackageReference Include="XamlNameReferenceGenerator" Version="1.3.4" />
|
<PackageReference Include="XamlNameReferenceGenerator" Version="1.3.4" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user