Skip to content

Commit

Permalink
Update AssemblyInfo.cs files
Browse files Browse the repository at this point in the history
  • Loading branch information
gpicchiarelli committed Dec 14, 2023
1 parent cf9c5e8 commit 56ffde9
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Il codice è stato generato da uno strumento.
// Versione runtime:4.0.30319.42000
// This code was generated by a tool.
//
// Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se
// il codice viene rigenerato.
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

Expand All @@ -14,7 +13,7 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("AccordaGUItar")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+ed6360404f3dbaba83122707d74cc7216c16717d")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("AccordaGUItar")]
[assembly: System.Reflection.AssemblyTitleAttribute("AccordaGUItar")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5f33de6d99c94549a03bb9bc92b590a7c52d394a610b21aedca9d02105e6eb23
f39d5ef972936beb5064dfd68f770bd525b7e611ae4a3bb5f4ded4038d3fa239
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@
}
}
},
"MathNet.Numerics/5.0.0": {
"runtime": {
"lib/net6.0/MathNet.Numerics.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.0.0"
}
}
},
"Microsoft.NETCore.Platforms/3.1.0": {},
"Microsoft.Win32.Registry/4.7.0": {
"dependencies": {
Expand Down Expand Up @@ -232,6 +240,13 @@
"path": "markdig/0.33.0",
"hashPath": "markdig.0.33.0.nupkg.sha512"
},
"MathNet.Numerics/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-pg1W2VwaEQMAiTpGK840hZgzavnqjlCMTVSbtVCXVyT+7AX4mc1o89SPv4TBlAjhgCOo9c1Y+jZ5m3ti2YgGgA==",
"path": "mathnet.numerics/5.0.0",
"hashPath": "mathnet.numerics.5.0.0.nupkg.sha512"
},
"Microsoft.NETCore.Platforms/3.1.0": {
"type": "package",
"serviceable": true,
Expand Down
Binary file modified accorda.net/.vs/Accorda/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
Binary file modified accorda.net/.vs/Accorda/v17/.futdcache.v2
Binary file not shown.
Binary file modified accorda.net/.vs/Accorda/v17/.suo
Binary file not shown.
Binary file modified accorda.net/.vs/ProjectEvaluation/accorda.metadata.v7.bin
Binary file not shown.
Binary file modified accorda.net/.vs/ProjectEvaluation/accorda.projects.v7.bin
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Il codice è stato generato da uno strumento.
// Versione runtime:4.0.30319.42000
// This code was generated by a tool.
//
// Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se
// il codice viene rigenerato.
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

Expand All @@ -14,7 +13,7 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("Accorda")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+21094376eac472bf9ab987cc008e249a980e6381")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Accorda")]
[assembly: System.Reflection.AssemblyTitleAttribute("Accorda")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
052a73d0ef28bd7415e2f8b1bf2036137f98229a7a14d31d2735c19c6899edd0
f6cdd9637c4923fb93a1c9af35c7876663f0df3e4e83223ead13ed7a6ba32ca4

0 comments on commit 56ffde9

Please sign in to comment.