Skip to content

Commit

Permalink
patch: missed a class member for TeamRecord
Browse files Browse the repository at this point in the history
  • Loading branch information
plaberge committed Sep 6, 2024
1 parent 641d598 commit 517ba17
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 14 deletions.
1 change: 1 addition & 0 deletions NHLStats/NHLStats/TeamRecord.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public class TeamRecord : Team
public int leagueRoadSequence { get; set; }
public int leagueSequence { get; set; }
public int losses { get; set; }
public int otLosses { get;set; }
public decimal pointPctg { get; set; }
public int points { get; set; }
public int regulationPlusdOtWinsPctg { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("NHLStats")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+6c9b71d73b0491f8d66b1c7c8c60c269bc26b089")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+641d59829a1d4b8e87280c0797902ad2a92b7778")]
[assembly: System.Reflection.AssemblyProductAttribute("NHLStats")]
[assembly: System.Reflection.AssemblyTitleAttribute("NHLStats")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
85bc8caadd705b244e29da7fb7c1d021d8f3c843f5ef657cfc6b3fed6e1b0cfc
f92183c79216b69bda1feacc9360e2746b00526199122938cd2d5d13ceff8995
Binary file modified NHLStats/NHLStats/obj/Debug/net6.0/NHLStats.assets.cache
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion NHLStats/NHLStats/obj/NHLStats.csproj.nuget.dgspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"dependencies": {
"Newtonsoft.Json": {
"target": "Package",
"version": "[13.0.1, )"
"version": "[13.0.3, )"
}
},
"imports": [
Expand Down
21 changes: 12 additions & 9 deletions NHLStats/NHLStats/obj/project.assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,31 @@
"version": 3,
"targets": {
"net6.0": {
"Newtonsoft.Json/13.0.1": {
"Newtonsoft.Json/13.0.3": {
"type": "package",
"compile": {
"lib/netstandard2.0/Newtonsoft.Json.dll": {
"lib/net6.0/Newtonsoft.Json.dll": {
"related": ".xml"
}
},
"runtime": {
"lib/netstandard2.0/Newtonsoft.Json.dll": {
"lib/net6.0/Newtonsoft.Json.dll": {
"related": ".xml"
}
}
}
}
},
"libraries": {
"Newtonsoft.Json/13.0.1": {
"sha512": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
"Newtonsoft.Json/13.0.3": {
"sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
"type": "package",
"path": "newtonsoft.json/13.0.1",
"path": "newtonsoft.json/13.0.3",
"files": [
".nupkg.metadata",
".signature.p7s",
"LICENSE.md",
"README.md",
"lib/net20/Newtonsoft.Json.dll",
"lib/net20/Newtonsoft.Json.xml",
"lib/net35/Newtonsoft.Json.dll",
Expand All @@ -34,21 +35,23 @@
"lib/net40/Newtonsoft.Json.xml",
"lib/net45/Newtonsoft.Json.dll",
"lib/net45/Newtonsoft.Json.xml",
"lib/net6.0/Newtonsoft.Json.dll",
"lib/net6.0/Newtonsoft.Json.xml",
"lib/netstandard1.0/Newtonsoft.Json.dll",
"lib/netstandard1.0/Newtonsoft.Json.xml",
"lib/netstandard1.3/Newtonsoft.Json.dll",
"lib/netstandard1.3/Newtonsoft.Json.xml",
"lib/netstandard2.0/Newtonsoft.Json.dll",
"lib/netstandard2.0/Newtonsoft.Json.xml",
"newtonsoft.json.13.0.1.nupkg.sha512",
"newtonsoft.json.13.0.3.nupkg.sha512",
"newtonsoft.json.nuspec",
"packageIcon.png"
]
}
},
"projectFileDependencyGroups": {
"net6.0": [
"Newtonsoft.Json >= 13.0.1"
"Newtonsoft.Json >= 13.0.3"
]
},
"packageFolders": {
Expand Down Expand Up @@ -103,7 +106,7 @@
"dependencies": {
"Newtonsoft.Json": {
"target": "Package",
"version": "[13.0.1, )"
"version": "[13.0.3, )"
}
},
"imports": [
Expand Down
4 changes: 2 additions & 2 deletions NHLStats/NHLStats/obj/project.nuget.cache
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version": 2,
"dgSpecHash": "jHzWHWXAagw=",
"dgSpecHash": "Rhiv/vBzEwc=",
"success": true,
"projectFilePath": "C:\\Users\\plaberge\\source\\repos\\plaberge\\nhlstats\\NHLStats\\NHLStats\\NHLStats.csproj",
"expectedPackageFiles": [
"C:\\Users\\plaberge\\.nuget\\packages\\newtonsoft.json\\13.0.1\\newtonsoft.json.13.0.1.nupkg.sha512"
"C:\\Users\\plaberge\\.nuget\\packages\\newtonsoft.json\\13.0.3\\newtonsoft.json.13.0.3.nupkg.sha512"
],
"logs": []
}

0 comments on commit 517ba17

Please sign in to comment.