-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathdescription.json
More file actions
22 lines (22 loc) · 632 Bytes
/
Copy pathdescription.json
File metadata and controls
22 lines (22 loc) · 632 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"generator":{
"name":"AssemblyMetadata.Generators",
"nuget":[
"https://www.nuget.org/packages/AssemblyMetadata.Generators/"
],
"link":"https://github.com/loresoft/AssemblyMetadata.Generators",
"author":"LoreSoft",
"source":"https://github.com/loresoft/AssemblyMetadata.Generators"
},
"data":{
"goodFor":["Generating assembly metadata attributes at compile time."],
"csprojDemo":"DemoMeta.csproj",
"csFiles":["Program.cs"],
"excludeDirectoryGenerated":[""],
"includeAdditionalFiles":[""]
},
"links":{
"blog":"",
"video":""
}
}