Skip to content

Commit e343dc6

Browse files
committed
Add named category for C#
1 parent d766371 commit e343dc6

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/main/resources/META-INF/rewrite/dependencies.yml renamed to src/main/resources/META-INF/rewrite/category.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2021 the original author or authors.
2+
# Copyright 2023 the original author or authors.
33
# <p>
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
@@ -14,3 +14,8 @@
1414
# limitations under the License.
1515
#
1616

17+
---
18+
type: specs.openrewrite.org/v1beta/category
19+
name: C#
20+
packageName: org.openrewrite.csharp
21+
description: Recipes for C# codebases.

0 commit comments

Comments
 (0)