Skip to content

Commit aa2f596

Browse files
committed
2 parents 1a5bfd2 + 209f130 commit aa2f596

File tree

60 files changed

+130
-65
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+130
-65
lines changed

AccordaGUItar/AccordaGUItar.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<ItemGroup>
3232
<PackageReference Include="MahApps.Metro" Version="2.4.10" />
33-
<PackageReference Include="Markdig" Version="0.33.0" />
33+
<PackageReference Include="Markdig" Version="0.35.0" />
3434
<PackageReference Include="MathNet.Numerics" Version="5.0.0" />
3535
<PackageReference Include="NAudio" Version="2.2.1" />
3636
</ItemGroup>

AccordaGUItar/bin/Debug/net8.0-windows7.0/AccordaGUItar.deps.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"AccordaGUItar/1.0.0": {
1010
"dependencies": {
1111
"MahApps.Metro": "2.4.10",
12-
"Markdig": "0.33.0",
12+
"Markdig": "0.35.0",
1313
"MathNet.Numerics": "5.0.0",
1414
"NAudio": "2.2.1"
1515
},
@@ -45,11 +45,11 @@
4545
}
4646
}
4747
},
48-
"Markdig/0.33.0": {
48+
"Markdig/0.35.0": {
4949
"runtime": {
50-
"lib/net6.0/Markdig.dll": {
51-
"assemblyVersion": "0.33.0.0",
52-
"fileVersion": "0.33.0.0"
50+
"lib/net8.0/Markdig.dll": {
51+
"assemblyVersion": "0.35.0.0",
52+
"fileVersion": "0.35.0.0"
5353
}
5454
}
5555
},
@@ -187,12 +187,12 @@
187187
"path": "mahapps.metro/2.4.10",
188188
"hashPath": "mahapps.metro.2.4.10.nupkg.sha512"
189189
},
190-
"Markdig/0.33.0": {
190+
"Markdig/0.35.0": {
191191
"type": "package",
192192
"serviceable": true,
193-
"sha512": "sha512-wwjLxuVZyzOUpQkwMnP2eVOgCZzjHqSNsTOWxLQ1S9J5UIk43vsrgwyUBg1x7AX1MlxWH65Uyfsojm4LBwN6iw==",
194-
"path": "markdig/0.33.0",
195-
"hashPath": "markdig.0.33.0.nupkg.sha512"
193+
"sha512": "sha512-OedDgytYj2SwnfEW1YB3SsoV9fJwQSCOBFYid6yShaeSBRxT27n5DVpig35vhE6UKB3R2z/dc1oJwc366MpiCg==",
194+
"path": "markdig/0.35.0",
195+
"hashPath": "markdig.0.35.0.nupkg.sha512"
196196
},
197197
"MathNet.Numerics/5.0.0": {
198198
"type": "package",
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

AccordaGUItar/obj/AccordaGUItar.csproj.nuget.dgspec.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"Markdig": {
5858
"target": "Package",
59-
"version": "[0.33.0, )"
59+
"version": "[0.35.0, )"
6060
},
6161
"MathNet.Numerics": {
6262
"target": "Package",

AccordaGUItar/obj/Debug/net8.0-windows7.0/AccordaGUItar.AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[assembly: System.Reflection.AssemblyCompanyAttribute("AccordaGUItar")]
1515
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
1616
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
17-
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+ca7c3f252ed8930d163fc7aed603dbe17ca92186")]
17+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+1a5bfd29191140f8be2175aac4fdb3aa3e373b96")]
1818
[assembly: System.Reflection.AssemblyProductAttribute("AccordaGUItar")]
1919
[assembly: System.Reflection.AssemblyTitleAttribute("AccordaGUItar")]
2020
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
21ec5d7421e937adc7c0bc0cef2e35f3cc30c98cbc36d92f79253ab4acee20b7
1+
cf7d50a86938932fe0154cbaf2b17c14daf17bd2b6c34275e4997c6e2cef64a7
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e25ca234aea3a97aedc0e241305bcb0dba4e19d36ff116d7c5e13ea0dca9c8cf
1+
3db0b58dd267c54dfc2b0d2cdaff22410beca87bccd5f74c8c6e8a9d40961b2e

AccordaGUItar/obj/Debug/net8.0-windows7.0/AccordaGUItar.csproj.FileListAbsolute.txt

+8-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\Ac
1515
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar.baml
1616
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar.g.cs
1717
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\App.g.cs
18-
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar_Content.g.cs
1918
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar_MarkupCompile.cache
2019
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar.g.resources
2120
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar.Properties.Resources.resources
@@ -25,7 +24,6 @@ C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\Ac
2524
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar.AssemblyInfo.cs
2625
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar.csproj.CoreCompileInputs.cache
2726
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar.sourcelink.json
28-
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar.csproj.CopyComplete
2927
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar.dll
3028
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\refint\AccordaGUItar.dll
3129
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar.pdb
@@ -70,3 +68,11 @@ C:\Users\Giacomo\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\
7068
C:\Users\Giacomo\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar.pdb
7169
C:\Users\Giacomo\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar.genruntimeconfig.cache
7270
C:\Users\Giacomo\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\ref\AccordaGUItar.dll
71+
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\bin\Debug\net8.0-windows7.0\ControlzEx.dll
72+
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\bin\Debug\net8.0-windows7.0\MahApps.Metro.dll
73+
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\bin\Debug\net8.0-windows7.0\MathNet.Numerics.dll
74+
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\bin\Debug\net8.0-windows7.0\Microsoft.Xaml.Behaviors.dll
75+
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\bin\Debug\net8.0-windows7.0\de\MahApps.Metro.resources.dll
76+
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaGUItar_MarkupCompile.lref
77+
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\App.baml
78+
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\AccordaG.4EE8D8B3.Up2Date

AccordaGUItar/obj/Debug/net8.0-windows7.0/AccordaGUItar.designer.deps.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
}
3535
}
3636
},
37-
"Markdig/0.33.0": {
37+
"Markdig/0.35.0": {
3838
"runtime": {
39-
"lib/net6.0/Markdig.dll": {
40-
"assemblyVersion": "0.33.0.0",
41-
"fileVersion": "0.33.0.0"
39+
"lib/net8.0/Markdig.dll": {
40+
"assemblyVersion": "0.35.0.0",
41+
"fileVersion": "0.35.0.0"
4242
}
4343
}
4444
},
@@ -233,12 +233,12 @@
233233
"path": "mahapps.metro/2.4.10",
234234
"hashPath": "mahapps.metro.2.4.10.nupkg.sha512"
235235
},
236-
"Markdig/0.33.0": {
236+
"Markdig/0.35.0": {
237237
"type": "package",
238238
"serviceable": true,
239-
"sha512": "sha512-wwjLxuVZyzOUpQkwMnP2eVOgCZzjHqSNsTOWxLQ1S9J5UIk43vsrgwyUBg1x7AX1MlxWH65Uyfsojm4LBwN6iw==",
240-
"path": "markdig/0.33.0",
241-
"hashPath": "markdig.0.33.0.nupkg.sha512"
239+
"sha512": "sha512-OedDgytYj2SwnfEW1YB3SsoV9fJwQSCOBFYid6yShaeSBRxT27n5DVpig35vhE6UKB3R2z/dc1oJwc366MpiCg==",
240+
"path": "markdig/0.35.0",
241+
"hashPath": "markdig.0.35.0.nupkg.sha512"
242242
},
243243
"MathNet.Numerics/5.0.0": {
244244
"type": "package",
Binary file not shown.

AccordaGUItar/obj/Debug/net8.0-windows7.0/AccordaGUItar.g.cs

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
#pragma checksum "..\..\..\AccordaGUItar.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "901949210350DD6CFD9CEC55AD18CC11344049C2"
22
//------------------------------------------------------------------------------
33
// <auto-generated>
4-
// This code was generated by a tool.
4+
// Il codice è stato generato da uno strumento.
5+
// Versione runtime:4.0.30319.42000
56
//
6-
// Changes to this file may cause incorrect behavior and will be lost if
7-
// the code is regenerated.
7+
// Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se
8+
// il codice viene rigenerato.
89
// </auto-generated>
910
//------------------------------------------------------------------------------
1011

@@ -78,7 +79,7 @@ public partial class AccordaGUI : MahApps.Metro.Controls.MetroWindow, System.Win
7879
/// InitializeComponent
7980
/// </summary>
8081
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
81-
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.1.0")]
82+
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.2.0")]
8283
public void InitializeComponent() {
8384
if (_contentLoaded) {
8485
return;
@@ -94,7 +95,7 @@ public void InitializeComponent() {
9495
}
9596

9697
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
97-
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.1.0")]
98+
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.2.0")]
9899
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
99100
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
100101
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]

AccordaGUItar/obj/Debug/net8.0-windows7.0/AccordaGUItar.g.i.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public partial class AccordaGUI : MahApps.Metro.Controls.MetroWindow, System.Win
7979
/// InitializeComponent
8080
/// </summary>
8181
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
82-
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.1.0")]
82+
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.2.0")]
8383
public void InitializeComponent() {
8484
if (_contentLoaded) {
8585
return;
@@ -95,7 +95,7 @@ public void InitializeComponent() {
9595
}
9696

9797
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
98-
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.1.0")]
98+
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.2.0")]
9999
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
100100
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
101101
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1cda14dfc667c5e70ff2f53c4ffe2d3cff7a0e1759b4eba1cc60fd7f7467e222
1+
0fccc1bfeafb9a52b2b4fe06f9d74034418f352daa810ca9a13432a6675b4f6b
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"documents":{"C:\\Users\\Giacomo\\source\\repos\\accorda\\*":"https://raw.githubusercontent.com/gpicchiarelli/accorda/52aa19f4fe51a511fd61880edb96c0d35d8b9419/*"}}
1+
{"documents":{"C:\\Users\\gpicc\\source\\repos\\accorda\\*":"https://raw.githubusercontent.com/gpicchiarelli/accorda/a93e8860f867ed4963914202293dacaf09842448/*"}}

AccordaGUItar/obj/Debug/net8.0-windows7.0/AccordaGUItar_MarkupCompile.cache

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
winexe
55
C#
66
.cs
7-
C:\Users\Giacomo\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\
7+
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\
88
AccordaGUItar
99
none
1010
false
1111
TRACE;DEBUG;NET;NET8_0;NETCOREAPP
12-
C:\Users\Giacomo\source\repos\accorda\AccordaGUItar\App.xaml
12+
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\App.xaml
1313
1-1812784380
1414

1515
6791824736
16-
218-1432647240
16+
218-1159209033
1717
AccordaGUItar.xaml;
1818

1919
False

AccordaGUItar/obj/Debug/net8.0-windows7.0/AccordaGUItar_MarkupCompile.i.cache

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ C:\Users\Giacomo\source\repos\accorda\AccordaGUItar\App.xaml
1313
1-1812784380
1414

1515
8-1335952047
16-
218-1432647240
16+
218529696958
1717
AccordaGUItar.xaml;
1818

1919
True
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

2-
FC:\Users\Giacomo\source\repos\accorda\AccordaGUItar\App.xaml;;
2+
FC:\Users\gpicc\source\repos\accorda\AccordaGUItar\App.xaml;;
33

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
//------------------------------------------------------------------------------
2+
// <auto-generated>
3+
// Il codice è stato generato da uno strumento.
4+
// Versione runtime:4.0.30319.42000
5+
//
6+
// Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se
7+
// il codice viene rigenerato.
8+
// </auto-generated>
9+
//------------------------------------------------------------------------------
10+
11+
using System;
12+
using System.Reflection;
13+
14+
[assembly: System.Reflection.AssemblyCompanyAttribute("AccordaGUItar")]
15+
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
16+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
17+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+a93e8860f867ed4963914202293dacaf09842448")]
18+
[assembly: System.Reflection.AssemblyProductAttribute("AccordaGUItar")]
19+
[assembly: System.Reflection.AssemblyTitleAttribute("AccordaGUItar")]
20+
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
21+
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
22+
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
23+
24+
// Generato dalla classe WriteCodeFragment di MSBuild.
25+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
04f024baa0a79554cb5ada189dca180429625ac1cdd99dea793753d4d4ee701a
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
is_global = true
2+
build_property.TargetFramework = net8.0-windows7.0
3+
build_property.TargetPlatformMinVersion = 7.0
4+
build_property.UsingMicrosoftNETSdkWeb =
5+
build_property.ProjectTypeGuids =
6+
build_property.InvariantGlobalization =
7+
build_property.PlatformNeutralAssembly =
8+
build_property.EnforceExtendedAnalyzerRules =
9+
build_property._SupportedPlatformList = Linux,macOS,Windows
10+
build_property.RootNamespace = AccordaGUItar_oljvn3jr_wpftmp
11+
build_property.ProjectDir = C:\Users\gpicc\source\repos\accorda\AccordaGUItar\
12+
build_property.EnableComHosting =
13+
build_property.EnableGeneratedComInterfaceComImportInterop =
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"documents":{"C:\\Users\\gpicc\\source\\repos\\accorda\\*":"https://raw.githubusercontent.com/gpicchiarelli/accorda/a93e8860f867ed4963914202293dacaf09842448/*"}}

AccordaGUItar/obj/Debug/net8.0-windows7.0/App.g.cs

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "6890181222E7A3B7BB557A0AEE2A6D94F0690A8E"
1+
#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "9D93C5DB3FA77968BDA7E1E14F12D4BF74377CFD"
22
//------------------------------------------------------------------------------
33
// <auto-generated>
4-
// This code was generated by a tool.
4+
// Il codice è stato generato da uno strumento.
5+
// Versione runtime:4.0.30319.42000
56
//
6-
// Changes to this file may cause incorrect behavior and will be lost if
7-
// the code is regenerated.
7+
// Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se
8+
// il codice viene rigenerato.
89
// </auto-generated>
910
//------------------------------------------------------------------------------
1011

@@ -46,7 +47,7 @@ public partial class App : System.Windows.Application {
4647
/// InitializeComponent
4748
/// </summary>
4849
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
49-
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.1.0")]
50+
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.2.0")]
5051
public void InitializeComponent() {
5152
if (_contentLoaded) {
5253
return;
@@ -72,7 +73,7 @@ public void InitializeComponent() {
7273
/// </summary>
7374
[System.STAThreadAttribute()]
7475
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
75-
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.1.0")]
76+
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.2.0")]
7677
public static void Main() {
7778
AccordaGUItar.App app = new AccordaGUItar.App();
7879
app.InitializeComponent();

AccordaGUItar/obj/Debug/net8.0-windows7.0/App.g.i.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public partial class App : System.Windows.Application {
4747
/// InitializeComponent
4848
/// </summary>
4949
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
50-
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.1.0")]
50+
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.2.0")]
5151
public void InitializeComponent() {
5252
if (_contentLoaded) {
5353
return;
@@ -73,7 +73,7 @@ public void InitializeComponent() {
7373
/// </summary>
7474
[System.STAThreadAttribute()]
7575
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
76-
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.1.0")]
76+
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.2.0")]
7777
public static void Main() {
7878
AccordaGUItar.App app = new AccordaGUItar.App();
7979
app.InitializeComponent();
Binary file not shown.
Binary file not shown.
Binary file not shown.

AccordaGUItar/obj/project.assets.json

+11-9
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@
4646
}
4747
}
4848
},
49-
"Markdig/0.33.0": {
49+
"Markdig/0.35.0": {
5050
"type": "package",
5151
"compile": {
52-
"lib/net6.0/Markdig.dll": {
52+
"lib/net8.0/Markdig.dll": {
5353
"related": ".xml"
5454
}
5555
},
5656
"runtime": {
57-
"lib/net6.0/Markdig.dll": {
57+
"lib/net8.0/Markdig.dll": {
5858
"related": ".xml"
5959
}
6060
}
@@ -363,22 +363,24 @@
363363
"tools/VisualStudioToolsManifest.xml"
364364
]
365365
},
366-
"Markdig/0.33.0": {
367-
"sha512": "wwjLxuVZyzOUpQkwMnP2eVOgCZzjHqSNsTOWxLQ1S9J5UIk43vsrgwyUBg1x7AX1MlxWH65Uyfsojm4LBwN6iw==",
366+
"Markdig/0.35.0": {
367+
"sha512": "OedDgytYj2SwnfEW1YB3SsoV9fJwQSCOBFYid6yShaeSBRxT27n5DVpig35vhE6UKB3R2z/dc1oJwc366MpiCg==",
368368
"type": "package",
369-
"path": "markdig/0.33.0",
369+
"path": "markdig/0.35.0",
370370
"files": [
371371
".nupkg.metadata",
372372
".signature.p7s",
373373
"lib/net462/Markdig.dll",
374374
"lib/net462/Markdig.xml",
375375
"lib/net6.0/Markdig.dll",
376376
"lib/net6.0/Markdig.xml",
377+
"lib/net8.0/Markdig.dll",
378+
"lib/net8.0/Markdig.xml",
377379
"lib/netstandard2.0/Markdig.dll",
378380
"lib/netstandard2.0/Markdig.xml",
379381
"lib/netstandard2.1/Markdig.dll",
380382
"lib/netstandard2.1/Markdig.xml",
381-
"markdig.0.33.0.nupkg.sha512",
383+
"markdig.0.35.0.nupkg.sha512",
382384
"markdig.nuspec",
383385
"markdig.png",
384386
"readme.md"
@@ -727,7 +729,7 @@
727729
"projectFileDependencyGroups": {
728730
"net8.0-windows7.0": [
729731
"MahApps.Metro >= 2.4.10",
730-
"Markdig >= 0.33.0",
732+
"Markdig >= 0.35.0",
731733
"MathNet.Numerics >= 5.0.0",
732734
"NAudio >= 2.2.1"
733735
]
@@ -788,7 +790,7 @@
788790
},
789791
"Markdig": {
790792
"target": "Package",
791-
"version": "[0.33.0, )"
793+
"version": "[0.35.0, )"
792794
},
793795
"MathNet.Numerics": {
794796
"target": "Package",

0 commit comments

Comments
 (0)