Skip to content

Commit 1e72dff

Browse files
committed
Pulled in changes just to the csproj for the assembly name change. Will change the generated code, and then all the tests
2 parents fc5a31c + c995024 commit 1e72dff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/PublicInterfaceGenerator/PublicInterfaceGenerator.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
<ImplicitUsings>enable</ImplicitUsings>
1010
<Nullable>enable</Nullable>
1111
<RootNamespace>ProgrammerAl.SourceGenerators.PublicInterfaceGenerator</RootNamespace>
12+
<AssemblyName>ProgrammerAl.SourceGenerators.PublicInterfaceGenerator</AssemblyName>
13+
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
1214
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
1315
<EnableNETAnalyzers>true</EnableNETAnalyzers>
14-
<EnforceExtendedAnlyzerRules>true</EnforceExtendedAnlyzerRules>
1516
<PackageReadmeFile>README.md</PackageReadmeFile>
1617
</PropertyGroup>
1718

0 commit comments

Comments
 (0)