1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-13 00:15:42 +00:00

🔨 Add package.json

This commit is contained in:
Oliver Booth 2020-07-15 16:09:41 +01:00
parent 7285b76a5b
commit a56a7dcfb6

8
package.json Normal file
View File

@ -0,0 +1,8 @@
{
"name": "me.olivr.x10d",
"displayName": "X10D",
"version": "2.5.0",
"unity": "2019.4",
"description": "Extension methods on crack",
"keywords": ["dotnet", "extension-methods"]
}