@@ -303,8 +303,8 @@ public function getFiles(): array
303
303
return [
304
304
[
305
305
'scope ' => 'default ' ,
306
- 'destination ' => '.travis .yml ' ,
307
- 'template ' => 'dotnet/.travis .yml.twig ' ,
306
+ 'destination ' => '.github/workflows/publish .yml ' ,
307
+ 'template ' => 'dotnet/.github/workflows/publish .yml.twig ' ,
308
308
],
309
309
[
310
310
'scope ' => 'default ' ,
@@ -333,93 +333,93 @@ public function getFiles(): array
333
333
],
334
334
[
335
335
'scope ' => 'default ' ,
336
- 'destination ' => '/src/ {{ spec.title | caseUcfirst }}.sln ' ,
337
- 'template ' => 'dotnet/src/Appwrite .sln ' ,
336
+ 'destination ' => '{{ spec.title | caseUcfirst }}.sln ' ,
337
+ 'template ' => 'dotnet/Package .sln ' ,
338
338
],
339
339
[
340
340
'scope ' => 'default ' ,
341
- 'destination ' => '/src/ {{ spec.title | caseUcfirst }}/{{ spec.title | caseUcfirst }}.csproj ' ,
342
- 'template ' => 'dotnet/src/Appwrite/Appwrite .csproj.twig ' ,
341
+ 'destination ' => '{{ spec.title | caseUcfirst }}/{{ spec.title | caseUcfirst }}.csproj ' ,
342
+ 'template ' => 'dotnet/Package/Package .csproj.twig ' ,
343
343
],
344
344
[
345
345
'scope ' => 'default ' ,
346
- 'destination ' => '/src/ {{ spec.title | caseUcfirst }}/Client.cs ' ,
347
- 'template ' => 'dotnet/src/Appwrite /Client.cs.twig ' ,
346
+ 'destination ' => '{{ spec.title | caseUcfirst }}/Client.cs ' ,
347
+ 'template ' => 'dotnet/Package /Client.cs.twig ' ,
348
348
],
349
349
[
350
350
'scope ' => 'default ' ,
351
- 'destination ' => '/src/ {{ spec.title | caseUcfirst }}/{{ spec.title | caseUcfirst }}Exception.cs ' ,
352
- 'template ' => 'dotnet/src/Appwrite /Exception.cs.twig ' ,
351
+ 'destination ' => '{{ spec.title | caseUcfirst }}/{{ spec.title | caseUcfirst }}Exception.cs ' ,
352
+ 'template ' => 'dotnet/Package /Exception.cs.twig ' ,
353
353
],
354
354
[
355
355
'scope ' => 'default ' ,
356
- 'destination ' => '/src/ {{ spec.title | caseUcfirst }}/ID.cs ' ,
357
- 'template ' => 'dotnet/src/Appwrite /ID.cs.twig ' ,
356
+ 'destination ' => '{{ spec.title | caseUcfirst }}/ID.cs ' ,
357
+ 'template ' => 'dotnet/Package /ID.cs.twig ' ,
358
358
],
359
359
[
360
360
'scope ' => 'default ' ,
361
- 'destination ' => '/src/ {{ spec.title | caseUcfirst }}/Permission.cs ' ,
362
- 'template ' => 'dotnet/src/Appwrite /Permission.cs.twig ' ,
361
+ 'destination ' => '{{ spec.title | caseUcfirst }}/Permission.cs ' ,
362
+ 'template ' => 'dotnet/Package /Permission.cs.twig ' ,
363
363
],
364
364
[
365
365
'scope ' => 'default ' ,
366
- 'destination ' => '/src/ {{ spec.title | caseUcfirst }}/Query.cs ' ,
367
- 'template ' => 'dotnet/src/Appwrite /Query.cs.twig ' ,
366
+ 'destination ' => '{{ spec.title | caseUcfirst }}/Query.cs ' ,
367
+ 'template ' => 'dotnet/Package /Query.cs.twig ' ,
368
368
],
369
369
[
370
370
'scope ' => 'default ' ,
371
- 'destination ' => '/src/ {{ spec.title | caseUcfirst }}/Role.cs ' ,
372
- 'template ' => 'dotnet/src/Appwrite /Role.cs.twig ' ,
371
+ 'destination ' => '{{ spec.title | caseUcfirst }}/Role.cs ' ,
372
+ 'template ' => 'dotnet/Package /Role.cs.twig ' ,
373
373
],
374
374
[
375
375
'scope ' => 'default ' ,
376
- 'destination ' => '/src/ {{ spec.title | caseUcfirst }}/Converters/ValueClassConverter.cs ' ,
377
- 'template ' => 'dotnet/src/Appwrite /Converters/ValueClassConverter.cs.twig ' ,
376
+ 'destination ' => '{{ spec.title | caseUcfirst }}/Converters/ValueClassConverter.cs ' ,
377
+ 'template ' => 'dotnet/Package /Converters/ValueClassConverter.cs.twig ' ,
378
378
],
379
379
[
380
380
'scope ' => 'default ' ,
381
- 'destination ' => '/src/ {{ spec.title | caseUcfirst }}/Extensions/Extensions.cs ' ,
382
- 'template ' => 'dotnet/src/Appwrite /Extensions/Extensions.cs.twig ' ,
381
+ 'destination ' => '{{ spec.title | caseUcfirst }}/Extensions/Extensions.cs ' ,
382
+ 'template ' => 'dotnet/Package /Extensions/Extensions.cs.twig ' ,
383
383
],
384
384
[
385
385
'scope ' => 'default ' ,
386
- 'destination ' => '/src/ {{ spec.title | caseUcfirst }}/Models/OrderType.cs ' ,
387
- 'template ' => 'dotnet/src/Appwrite /Models/OrderType.cs.twig ' ,
386
+ 'destination ' => '{{ spec.title | caseUcfirst }}/Models/OrderType.cs ' ,
387
+ 'template ' => 'dotnet/Package /Models/OrderType.cs.twig ' ,
388
388
],
389
389
[
390
390
'scope ' => 'default ' ,
391
- 'destination ' => '/src/ {{ spec.title | caseUcfirst }}/Models/UploadProgress.cs ' ,
392
- 'template ' => 'dotnet/src/Appwrite /Models/UploadProgress.cs.twig ' ,
391
+ 'destination ' => '{{ spec.title | caseUcfirst }}/Models/UploadProgress.cs ' ,
392
+ 'template ' => 'dotnet/Package /Models/UploadProgress.cs.twig ' ,
393
393
],
394
394
[
395
395
'scope ' => 'default ' ,
396
- 'destination ' => '/src/ {{ spec.title | caseUcfirst }}/Models/InputFile.cs ' ,
397
- 'template ' => 'dotnet/src/Appwrite /Models/InputFile.cs.twig ' ,
396
+ 'destination ' => '{{ spec.title | caseUcfirst }}/Models/InputFile.cs ' ,
397
+ 'template ' => 'dotnet/Package /Models/InputFile.cs.twig ' ,
398
398
],
399
399
[
400
400
'scope ' => 'default ' ,
401
- 'destination ' => '/src/ {{ spec.title | caseUcfirst }}/Services/Service.cs ' ,
402
- 'template ' => 'dotnet/src/Appwrite /Services/Service.cs.twig ' ,
401
+ 'destination ' => '{{ spec.title | caseUcfirst }}/Services/Service.cs ' ,
402
+ 'template ' => 'dotnet/Package /Services/Service.cs.twig ' ,
403
403
],
404
404
[
405
405
'scope ' => 'service ' ,
406
- 'destination ' => '/src/ {{ spec.title | caseUcfirst }}/Services/{{service.name | caseUcfirst}}.cs ' ,
407
- 'template ' => 'dotnet/src/Appwrite /Services/ServiceTemplate.cs.twig ' ,
406
+ 'destination ' => '{{ spec.title | caseUcfirst }}/Services/{{service.name | caseUcfirst}}.cs ' ,
407
+ 'template ' => 'dotnet/Package /Services/ServiceTemplate.cs.twig ' ,
408
408
],
409
409
[
410
410
'scope ' => 'definition ' ,
411
- 'destination ' => '/src/ {{ spec.title | caseUcfirst }}/Models/{{ definition.name | caseUcfirst | overrideIdentifier }}.cs ' ,
412
- 'template ' => 'dotnet/src/Appwrite /Models/Model.cs.twig ' ,
411
+ 'destination ' => '{{ spec.title | caseUcfirst }}/Models/{{ definition.name | caseUcfirst | overrideIdentifier }}.cs ' ,
412
+ 'template ' => 'dotnet/Package /Models/Model.cs.twig ' ,
413
413
],
414
414
[
415
415
'scope ' => 'enum ' ,
416
- 'destination ' => '/src/ {{ spec.title | caseUcfirst }}/Enums/{{ enum.name | caseUcfirst | overrideIdentifier }}.cs ' ,
417
- 'template ' => 'dotnet/src/Appwrite /Enums/Enum.cs.twig ' ,
416
+ 'destination ' => '{{ spec.title | caseUcfirst }}/Enums/{{ enum.name | caseUcfirst | overrideIdentifier }}.cs ' ,
417
+ 'template ' => 'dotnet/Package /Enums/Enum.cs.twig ' ,
418
418
],
419
419
[
420
420
'scope ' => 'default ' ,
421
- 'destination ' => '/src/ {{ spec.title | caseUcfirst }}/Enums/IEnum.cs ' ,
422
- 'template ' => 'dotnet/src/Appwrite /Enums/IEnum.cs.twig ' ,
421
+ 'destination ' => '{{ spec.title | caseUcfirst }}/Enums/IEnum.cs ' ,
422
+ 'template ' => 'dotnet/Package /Enums/IEnum.cs.twig ' ,
423
423
]
424
424
];
425
425
}
0 commit comments