Skip to content

Commit a93e886

Browse files
committed
2 parents 4f4728f + ca7c3f2 commit a93e886

Some content is hidden

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

48 files changed

+204
-68
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.

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

+6-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
"warnAsError": [
4040
"NU1605"
4141
]
42+
},
43+
"restoreAuditProperties": {
44+
"enableAudit": "true",
45+
"auditLevel": "low",
46+
"auditMode": "direct"
4247
}
4348
},
4449
"frameworks": {
@@ -81,7 +86,7 @@
8186
"privateAssets": "none"
8287
}
8388
},
84-
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.101/PortableRuntimeIdentifierGraph.json"
89+
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.200/PortableRuntimeIdentifierGraph.json"
8590
}
8691
}
8792
}

AccordaGUItar/obj/AccordaGUItar.csproj.nuget.g.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
88
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Giacomo\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
99
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
10-
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.8.0</NuGetToolVersion>
10+
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.9.1</NuGetToolVersion>
1111
</PropertyGroup>
1212
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
1313
<SourceRoot Include="C:\Users\Giacomo\.nuget\packages\" />

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
[assembly: System.Reflection.AssemblyCompanyAttribute("AccordaGUItar")]
1414
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
1515
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
16-
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+8234b0b7cf8aed43f7ee4d347cadd3a7a3aec123")]
16+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+60ea9072fbb94ac21ad64b5c1358de2aec23771d")]
1717
[assembly: System.Reflection.AssemblyProductAttribute("AccordaGUItar")]
1818
[assembly: System.Reflection.AssemblyTitleAttribute("AccordaGUItar")]
1919
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dcaa8bf8a8bbab77eb99a6e4f878696a2df76590c25b6f6af55ee10eba8d5139
1+
40c283b6a70958d0ff850c8124ba923f610864d5eb635f22670d39d628b587f1

AccordaGUItar/obj/Debug/net8.0-windows7.0/AccordaGUItar.GeneratedMSBuildEditorConfig.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ build_property.PlatformNeutralAssembly =
88
build_property.EnforceExtendedAnalyzerRules =
99
build_property._SupportedPlatformList = Linux,macOS,Windows
1010
build_property.RootNamespace = AccordaGUItar
11-
build_property.ProjectDir = C:\Users\gpicc\source\repos\accorda\AccordaGUItar\
11+
build_property.ProjectDir = C:\Users\Giacomo\source\repos\accorda\AccordaGUItar\
1212
build_property.EnableComHosting =
1313
build_property.EnableGeneratedComInterfaceComImportInterop =
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d3e3a9007f87bbc6c70fe2139a1f4f338153c9efa9b1c2b3da78819695db0cec
1+
e25ca234aea3a97aedc0e241305bcb0dba4e19d36ff116d7c5e13ea0dca9c8cf
Binary file not shown.

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

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

@@ -42,31 +41,31 @@ namespace Accorda {
4241
public partial class AccordaGUI : MahApps.Metro.Controls.MetroWindow, System.Windows.Markup.IComponentConnector {
4342

4443

45-
#line 15 "..\..\..\AccordaGUItar.xaml"
44+
#line 30 "..\..\..\AccordaGUItar.xaml"
4645
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
4746
internal System.Windows.Controls.ComboBox InputDevices;
4847

4948
#line default
5049
#line hidden
5150

5251

53-
#line 28 "..\..\..\AccordaGUItar.xaml"
52+
#line 43 "..\..\..\AccordaGUItar.xaml"
5453
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
5554
internal System.Windows.Controls.TextBlock FrequenzaLabel;
5655

5756
#line default
5857
#line hidden
5958

6059

61-
#line 29 "..\..\..\AccordaGUItar.xaml"
60+
#line 44 "..\..\..\AccordaGUItar.xaml"
6261
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
6362
internal System.Windows.Controls.TextBlock FrequenzaAttuale;
6463

6564
#line default
6665
#line hidden
6766

6867

69-
#line 34 "..\..\..\AccordaGUItar.xaml"
68+
#line 49 "..\..\..\AccordaGUItar.xaml"
7069
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
7170
internal System.Windows.Controls.ComboBox SelezionaCorda;
7271

@@ -79,7 +78,7 @@ public partial class AccordaGUI : MahApps.Metro.Controls.MetroWindow, System.Win
7978
/// InitializeComponent
8079
/// </summary>
8180
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
82-
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.0.0")]
81+
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.1.0")]
8382
public void InitializeComponent() {
8483
if (_contentLoaded) {
8584
return;
@@ -95,7 +94,7 @@ public void InitializeComponent() {
9594
}
9695

9796
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
98-
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.0.0")]
97+
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.1.0")]
9998
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
10099
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
101100
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
@@ -104,24 +103,40 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object
104103
switch (connectionId)
105104
{
106105
case 1:
106+
107+
#line 24 "..\..\..\AccordaGUItar.xaml"
108+
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.LeggiLicenza_Click);
109+
110+
#line default
111+
#line hidden
112+
return;
113+
case 2:
114+
115+
#line 25 "..\..\..\AccordaGUItar.xaml"
116+
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Chiudi_Click);
117+
118+
#line default
119+
#line hidden
120+
return;
121+
case 3:
107122
this.InputDevices = ((System.Windows.Controls.ComboBox)(target));
108123

109-
#line 15 "..\..\..\AccordaGUItar.xaml"
124+
#line 30 "..\..\..\AccordaGUItar.xaml"
110125
this.InputDevices.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.InputDevices_SelectionChanged);
111126

112127
#line default
113128
#line hidden
114129
return;
115-
case 2:
130+
case 4:
116131
this.FrequenzaLabel = ((System.Windows.Controls.TextBlock)(target));
117132
return;
118-
case 3:
133+
case 5:
119134
this.FrequenzaAttuale = ((System.Windows.Controls.TextBlock)(target));
120135
return;
121-
case 4:
136+
case 6:
122137
this.SelezionaCorda = ((System.Windows.Controls.ComboBox)(target));
123138

124-
#line 34 "..\..\..\AccordaGUItar.xaml"
139+
#line 49 "..\..\..\AccordaGUItar.xaml"
125140
this.SelezionaCorda.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.SelezionaCorda_SelectionChanged);
126141

127142
#line default
Binary file not shown.
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/c3f409dd82ba80f5c8bff65f4ea00803cb9dfed0/*"}}
1+
{"documents":{"C:\\Users\\Giacomo\\source\\repos\\accorda\\*":"https://raw.githubusercontent.com/gpicchiarelli/accorda/52aa19f4fe51a511fd61880edb96c0d35d8b9419/*"}}

AccordaGUItar/obj/Debug/net8.0-windows7.0/AccordaGUItar_MarkupCompile.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
6791824736
16-
218426520093
16+
218-1432647240
1717
AccordaGUItar.xaml;
1818

1919
False

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

+2-6
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,16 @@
44
winexe
55
C#
66
.cs
7-
C:\Users\gpicc\source\repos\accorda\AccordaGUItar\obj\Debug\net8.0-windows7.0\
7+
C:\Users\Giacomo\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\gpicc\source\repos\accorda\AccordaGUItar\App.xaml
12+
C:\Users\Giacomo\source\repos\accorda\AccordaGUItar\App.xaml
1313
1-1812784380
1414

1515
8-1335952047
16-
<<<<<<< HEAD
17-
218187268512
18-
=======
1916
218-1432647240
20-
>>>>>>> 97944d7f26be4d0da2210b9349167247074d26ad
2117
AccordaGUItar.xaml;
2218

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

2-
<<<<<<< HEAD
3-
FC:\Users\gpicc\source\repos\accorda\AccordaGUItar\App.xaml;;
4-
=======
52
FC:\Users\Giacomo\source\repos\accorda\AccordaGUItar\App.xaml;;
6-
>>>>>>> 97944d7f26be4d0da2210b9349167247074d26ad
73

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
//------------------------------------------------------------------------------
2+
// <auto-generated>
3+
// This code was generated by a tool.
4+
//
5+
// Changes to this file may cause incorrect behavior and will be lost if
6+
// the code is regenerated.
7+
// </auto-generated>
8+
//------------------------------------------------------------------------------
9+
10+
using System;
11+
using System.Reflection;
12+
13+
[assembly: System.Reflection.AssemblyCompanyAttribute("AccordaGUItar")]
14+
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
15+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
16+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+52aa19f4fe51a511fd61880edb96c0d35d8b9419")]
17+
[assembly: System.Reflection.AssemblyProductAttribute("AccordaGUItar")]
18+
[assembly: System.Reflection.AssemblyTitleAttribute("AccordaGUItar")]
19+
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
20+
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
21+
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
22+
23+
// Generato dalla classe WriteCodeFragment di MSBuild.
24+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
56d9a6281887904b85883a6b49b23e3d396dcea5f3c2131141adf79921f15fb4
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_ehjpmkqc_wpftmp
11+
build_property.ProjectDir = C:\Users\Giacomo\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\\Giacomo\\source\\repos\\accorda\\*":"https://raw.githubusercontent.com/gpicchiarelli/accorda/52aa19f4fe51a511fd61880edb96c0d35d8b9419/*"}}

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

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

@@ -47,7 +46,7 @@ public partial class App : System.Windows.Application {
4746
/// InitializeComponent
4847
/// </summary>
4948
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
50-
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.0.0")]
49+
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.1.0")]
5150
public void InitializeComponent() {
5251
if (_contentLoaded) {
5352
return;
@@ -73,7 +72,7 @@ public void InitializeComponent() {
7372
/// </summary>
7473
[System.STAThreadAttribute()]
7574
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
76-
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.0.0")]
75+
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.1.0")]
7776
public static void Main() {
7877
AccordaGUItar.App app = new AccordaGUItar.App();
7978
app.InitializeComponent();

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "9D93C5DB3FA77968BDA7E1E14F12D4BF74377CFD"
1+
#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "6890181222E7A3B7BB557A0AEE2A6D94F0690A8E"
22
//------------------------------------------------------------------------------
33
// <auto-generated>
44
// Il codice è stato generato da uno strumento.
Binary file not shown.
Binary file not shown.
Binary file not shown.

AccordaGUItar/obj/project.assets.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -771,6 +771,11 @@
771771
"warnAsError": [
772772
"NU1605"
773773
]
774+
},
775+
"restoreAuditProperties": {
776+
"enableAudit": "true",
777+
"auditLevel": "low",
778+
"auditMode": "direct"
774779
}
775780
},
776781
"frameworks": {
@@ -813,7 +818,7 @@
813818
"privateAssets": "none"
814819
}
815820
},
816-
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.101/PortableRuntimeIdentifierGraph.json"
821+
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.200/PortableRuntimeIdentifierGraph.json"
817822
}
818823
}
819824
}

AccordaGUItar/obj/project.nuget.cache

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
{
22
"version": 2,
3-
<<<<<<< HEAD
4-
"dgSpecHash": "xluSHpvtHjGik/7sJUGPVpPtnFtVeX8KtrixkWfhFrh8OEN7x3oNv1ovFe1ACsRPCfuYIZNfo6IBD2zsSajKbA==",
5-
=======
6-
"dgSpecHash": "nVuFMlWtLC+BAoAldXm+0R4MtV9yrYfaeL4w0qck6IvRrJOUB1+xIXs26Nz/aiJCzhlBqs5y5KBLDR/N9iIjWA==",
7-
>>>>>>> 97944d7f26be4d0da2210b9349167247074d26ad
3+
"dgSpecHash": "d1jq9kOyPhj8VeAx7UGmsEZ9epXtqJh/72/8HPmz/Zl39FK0jqEkbvq5Eh3SasV9/8Y+Ph6NklX6UVk0b5DQTg==",
84
"success": true,
95
"projectFilePath": "C:\\Users\\Giacomo\\source\\repos\\accorda\\AccordaGUItar\\AccordaGUItar.csproj",
106
"expectedPackageFiles": [
Binary file not shown.
0 Bytes
Binary file not shown.

accorda.net/.vs/Accorda/v17/.suo

-11 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"Version": 1,
3+
"WorkspaceRootPath": "C:\\Users\\Giacomo\\source\\repos\\accorda\\accorda.net\\",
4+
"Documents": [
5+
{
6+
"AbsoluteMoniker": "D:0:0:{1FE7E45F-0004-4245-B284-2C654AF5E5B2}|..\\AccordaGUItar\\AccordaGUItar.csproj|c:\\users\\giacomo\\source\\repos\\accorda\\accordaguitar\\accordaguitar.xaml||{F11ACC28-31D1-4C80-A34B-F4E09D3D753C}"
7+
}
8+
],
9+
"DocumentGroupContainers": [
10+
{
11+
"Orientation": 0,
12+
"VerticalTabListWidth": 256,
13+
"DocumentGroups": [
14+
{
15+
"DockedWidth": 200,
16+
"SelectedChildIndex": 3,
17+
"Children": [
18+
{
19+
"$type": "Bookmark",
20+
"Name": "ST:128:0:{1fc202d4-d401-403c-9834-5b218574bb67}"
21+
},
22+
{
23+
"$type": "Bookmark",
24+
"Name": "ST:129:0:{1fc202d4-d401-403c-9834-5b218574bb67}"
25+
},
26+
{
27+
"$type": "Bookmark",
28+
"Name": "ST:0:0:{40ea2e6b-2121-4bb8-a43e-c83c04b51041}"
29+
},
30+
{
31+
"$type": "Document",
32+
"DocumentIndex": 0,
33+
"Title": "AccordaGUItar.xaml",
34+
"DocumentMoniker": "C:\\Users\\Giacomo\\source\\repos\\accorda\\AccordaGUItar\\AccordaGUItar.xaml",
35+
"RelativeDocumentMoniker": "..\\AccordaGUItar\\AccordaGUItar.xaml",
36+
"ToolTip": "C:\\Users\\Giacomo\\source\\repos\\accorda\\AccordaGUItar\\AccordaGUItar.xaml",
37+
"RelativeToolTip": "..\\AccordaGUItar\\AccordaGUItar.xaml",
38+
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003549|",
39+
"WhenOpened": "2023-12-10T09:19:05.626Z",
40+
"EditorCaption": ""
41+
}
42+
]
43+
}
44+
]
45+
}
46+
]
47+
}
Binary file not shown.
Binary file not shown.

accorda.net/obj/Debug/net8.0-windows7.0/Accorda.AssemblyInfo.cs

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
using System;
1111
using System.Reflection;
1212

13-
[assembly: System.Reflection.AssemblyCompanyAttribute("Accorda")]
13+
[assembly: System.Reflection.AssemblyCompanyAttribute("accorda")]
1414
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
1515
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
16-
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+8234b0b7cf8aed43f7ee4d347cadd3a7a3aec123")]
17-
[assembly: System.Reflection.AssemblyProductAttribute("Accorda")]
18-
[assembly: System.Reflection.AssemblyTitleAttribute("Accorda")]
16+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+60ea9072fbb94ac21ad64b5c1358de2aec23771d")]
17+
[assembly: System.Reflection.AssemblyProductAttribute("accorda")]
18+
[assembly: System.Reflection.AssemblyTitleAttribute("accorda")]
1919
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
2020
[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/gpicchiarelli/accorda")]
2121
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
194dfe9904e1fd2448b0cb1d4f79ae3fc4e5a10cd2cd6c3eef1d2af4cc5a4ebf
1+
1813f9ffceb93993272fb0419fc786b400f4278d49382f59dab2a4a7be3db931

0 commit comments

Comments
 (0)