Skip to content

Commit 2ec6d5e

Browse files
committed
Put partial back
1 parent 3e69ef3 commit 2ec6d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Xamarin.Android.Build.Tasks/Tasks/GenerateResourceDesignerIntermediateClass.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class GenerateResourceDesignerIntermediateClass : AndroidTask
1919
using System;
2020
2121
namespace %NAMESPACE% {
22-
public class Resource : %BASECLASS% {
22+
public partial class Resource : %BASECLASS% {
2323
}
2424
}
2525
";

0 commit comments

Comments
 (0)