Skip to content

Commit

Permalink
Fix README again
Browse files Browse the repository at this point in the history
  • Loading branch information
js6pak committed May 4, 2023
1 parent 08a5d04 commit 5c32f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ AssemblyPublicizer.Publicize("./Test.dll", "./Test-publicized.dll");
### from msbuild
```xml
<ItemGroup>
<PackageReference Include="BepInEx.AssemblyPublicizer.MSBuild" Version="0.4.1" />
<PackageReference Include="BepInEx.AssemblyPublicizer.MSBuild" Version="0.4.1" PrivateAssets="all" />

<!-- Publicize directly when referencing -->
<Reference Include=".../TestProject.dll" Publicize="true" />
Expand Down

0 comments on commit 5c32f2f

Please sign in to comment.