{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":715724573,"defaultBranch":"main","name":"MonoGame.Library.BuildScripts","ownerLogin":"MonoGame","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-11-07T17:51:37.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/4772066?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1708766220.0","currentOid":""},"activityList":{"items":[{"before":"f5cde6b4e196d315e5c583601a25fba280e70757","after":null,"ref":"refs/heads/fixlicense","pushedAt":"2024-02-24T09:17:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dellis1972","name":"Dean Ellis","path":"/dellis1972","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/810617?s=80&v=4"}},{"before":"896218b87260ee23ece227c765f2ae11f7de875d","after":"fc36f60b86325a3baa0a7211334e675d12c9fd5d","ref":"refs/heads/main","pushedAt":"2024-02-24T08:28:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"harry-cpp","name":"Harry","path":"/harry-cpp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6773302?s=80&v=4"},"commit":{"message":"Fix error NU5030: The license file 'LICENSE' does not exist in the package. (#3)\n\n* Fix error NU5030: The license file 'LICENSE' does not exist in the package.\r\n\r\nContext https://learn.microsoft.com/en-us/nuget/reference/errors-and-warnings/nu5030#issue\r\n\r\nWhen the filename of the license file has no extension\r\nNuGet reports an error.\r\n\r\n```\r\nerror NU5030: The license file 'LICENSE' does not exist in the package.\r\n```\r\n\r\nEven though we have the `PackagePath` set. According\r\nto the error page, the `PackagePath` in these cases\r\nshould be empty.\r\n\r\nTo fix this we need to split out the `LicenceName` tag into\r\ntwo values so that they can be set independently. So\r\nwe add `LicenceNamePackagePath` tag so that we can do so.\r\nExisting code should behave the same way.\r\n\r\n* Fix formatting\r\n\r\n* Removed redundant code","shortMessageHtmlLink":"Fix error NU5030: The license file 'LICENSE' does not exist in the pa…"}},{"before":"4405ae4d4cda7c00c99076cc33b34970a2867446","after":"f5cde6b4e196d315e5c583601a25fba280e70757","ref":"refs/heads/fixlicense","pushedAt":"2024-02-23T22:30:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dellis1972","name":"Dean Ellis","path":"/dellis1972","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/810617?s=80&v=4"},"commit":{"message":"Removed redundant code","shortMessageHtmlLink":"Removed redundant code"}},{"before":"9e6a88b53da2457d16859cccdbf669b9ee2a8b50","after":"4405ae4d4cda7c00c99076cc33b34970a2867446","ref":"refs/heads/fixlicense","pushedAt":"2024-02-23T21:52:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dellis1972","name":"Dean Ellis","path":"/dellis1972","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/810617?s=80&v=4"},"commit":{"message":"Fix formatting","shortMessageHtmlLink":"Fix formatting"}},{"before":null,"after":"9e6a88b53da2457d16859cccdbf669b9ee2a8b50","ref":"refs/heads/fixlicense","pushedAt":"2024-02-23T14:32:41.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dellis1972","name":"Dean Ellis","path":"/dellis1972","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/810617?s=80&v=4"},"commit":{"message":"Fix error NU5030: The license file 'LICENSE' does not exist in the package.\n\nContext https://learn.microsoft.com/en-us/nuget/reference/errors-and-warnings/nu5030#issue\n\nWhen the filename of the license file has no extension\nNuGet reports an error.\n\n```\nerror NU5030: The license file 'LICENSE' does not exist in the package.\n```\n\nEven though we have the `PackagePath` set. According\nto the error page, the `PackagePath` in these cases\nshould be empty.\n\nTo fix this we need to split out the `LicenceName` tag into\ntwo values so that they can be set independently. So\nwe add `LicenceNamePackagePath` tag so that we can do so.\nExisting code should behave the same way.","shortMessageHtmlLink":"Fix error NU5030: The license file 'LICENSE' does not exist in the pa…"}},{"before":"0ffd76ae9ff1a1a3040d51ba6926240fbfb28ecc","after":"896218b87260ee23ece227c765f2ae11f7de875d","ref":"refs/heads/main","pushedAt":"2024-01-22T17:42:29.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"mrhelmut","name":"Thomas Altenburger","path":"/mrhelmut","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3427451?s=80&v=4"},"commit":{"message":"Merge pull request #2 from mrhelmut/universal\n\nForget macOS file command argument","shortMessageHtmlLink":"Merge pull request #2 from mrhelmut/universal"}},{"before":"158f1c19b278e3dae5ed123002d7e5cf847d2bd8","after":"0ffd76ae9ff1a1a3040d51ba6926240fbfb28ecc","ref":"refs/heads/main","pushedAt":"2024-01-22T16:25:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"harry-cpp","name":"Harry","path":"/harry-cpp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6773302?s=80&v=4"},"commit":{"message":"Added universal binary test (#1)","shortMessageHtmlLink":"Added universal binary test (#1)"}},{"before":"97dadddd4cef22ac32579e2038c181914fd13abf","after":"158f1c19b278e3dae5ed123002d7e5cf847d2bd8","ref":"refs/heads/main","pushedAt":"2023-11-07T20:07:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"harry-cpp","name":"Harry","path":"/harry-cpp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6773302?s=80&v=4"},"commit":{"message":"Missed a ,","shortMessageHtmlLink":"Missed a ,"}},{"before":"4bbe473dda4c556271462a9237cf83707bd4253b","after":"97dadddd4cef22ac32579e2038c181914fd13abf","ref":"refs/heads/main","pushedAt":"2023-11-07T20:01:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"harry-cpp","name":"Harry","path":"/harry-cpp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6773302?s=80&v=4"},"commit":{"message":"Add more libs to valid library lists","shortMessageHtmlLink":"Add more libs to valid library lists"}},{"before":"150661e440da9fb46ce82447a11df4c2a05c610f","after":"4bbe473dda4c556271462a9237cf83707bd4253b","ref":"refs/heads/main","pushedAt":"2023-11-07T19:53:42.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"harry-cpp","name":"Harry","path":"/harry-cpp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6773302?s=80&v=4"},"commit":{"message":"Print out all the linked libs before failing tests","shortMessageHtmlLink":"Print out all the linked libs before failing tests"}},{"before":"a64565b6088b05067ae9f27b724cb9bda7fd249e","after":"150661e440da9fb46ce82447a11df4c2a05c610f","ref":"refs/heads/main","pushedAt":"2023-11-07T19:29:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"harry-cpp","name":"Harry","path":"/harry-cpp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6773302?s=80&v=4"},"commit":{"message":"Add an option to build universal binaries","shortMessageHtmlLink":"Add an option to build universal binaries"}},{"before":"20d67c3a4d6bb1ae84c7671f737f6f20fd8167a2","after":"a64565b6088b05067ae9f27b724cb9bda7fd249e","ref":"refs/heads/main","pushedAt":"2023-11-07T19:16:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"harry-cpp","name":"Harry","path":"/harry-cpp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6773302?s=80&v=4"},"commit":{"message":"Improve macOS test task","shortMessageHtmlLink":"Improve macOS test task"}},{"before":"d2d1fd7bf03af2f57cd294251ae810c623bdeb7b","after":"20d67c3a4d6bb1ae84c7671f737f6f20fd8167a2","ref":"refs/heads/main","pushedAt":"2023-11-07T18:42:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"harry-cpp","name":"Harry","path":"/harry-cpp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6773302?s=80&v=4"},"commit":{"message":"Fix shown warning due to empty secret","shortMessageHtmlLink":"Fix shown warning due to empty secret"}},{"before":"609cd54126a72d81b984c6ac94d0265b8915660f","after":"d2d1fd7bf03af2f57cd294251ae810c623bdeb7b","ref":"refs/heads/main","pushedAt":"2023-11-07T18:29:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"harry-cpp","name":"Harry","path":"/harry-cpp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6773302?s=80&v=4"},"commit":{"message":"Fix testing Windows dll","shortMessageHtmlLink":"Fix testing Windows dll"}},{"before":"827fa3d96302fb646738c4368b75e039a1c66203","after":"609cd54126a72d81b984c6ac94d0265b8915660f","ref":"refs/heads/main","pushedAt":"2023-11-07T18:19:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"harry-cpp","name":"Harry","path":"/harry-cpp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6773302?s=80&v=4"},"commit":{"message":"Fix running tests","shortMessageHtmlLink":"Fix running tests"}},{"before":"dd1e02473be5011f2d01b37bf7647bcd67162387","after":"827fa3d96302fb646738c4368b75e039a1c66203","ref":"refs/heads/main","pushedAt":"2023-11-07T18:01:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"harry-cpp","name":"Harry","path":"/harry-cpp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6773302?s=80&v=4"},"commit":{"message":"Not Initial commit","shortMessageHtmlLink":"Not Initial commit"}},{"before":null,"after":"dd1e02473be5011f2d01b37bf7647bcd67162387","ref":"refs/heads/main","pushedAt":"2023-11-07T17:51:37.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"harry-cpp","name":"Harry","path":"/harry-cpp","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6773302?s=80&v=4"},"commit":{"message":"Initial commit","shortMessageHtmlLink":"Initial commit"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEA9kWBAA","startCursor":null,"endCursor":null}},"title":"Activity · MonoGame/MonoGame.Library.BuildScripts"}