We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fcd91b commit 06e9352Copy full SHA for 06e9352
Directory.Build.props
@@ -1,6 +1,6 @@
1
<Project>
2
<PropertyGroup>
3
- <Version>1.0.6</Version>
+ <Version>1.0.7</Version>
4
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
5
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
6
<LangVersion>preview</LangVersion>
src/CodeInjectSourceGenerator/RegionInjectAttribute.cs
@@ -18,7 +18,7 @@ namespace CodeInject
18
/// 用于指定要注入的文件名、区域名称和占位符的特性。
19
/// </summary>
20
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
21
- public sealed class RegionInjectAttribute : Attribute
+ internal sealed class RegionInjectAttribute : Attribute
22
{
23
/// <summary>
24
/// 获取或设置要注入的文件名。如果为null或空字符串,则搜索所有可用文件。
0 commit comments