Skip to content

Commit 5759d2e

Browse files
committed
Change package id to be unique
1 parent 02687ed commit 5759d2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ElementFactoryGenerator/ElementFactoryGenerator.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<IncludeSymbols>true</IncludeSymbols>
1111
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1212
<IsRoslynComponent>true</IsRoslynComponent>
13+
<PackageId>KeyValues2.ElementFactoryGenerator</PackageId>
1314
</PropertyGroup>
1415

1516
<ItemGroup>
@@ -21,4 +22,4 @@
2122
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
2223
</ItemGroup>
2324

24-
</Project>
25+
</Project>

0 commit comments

Comments
 (0)