Skip to content

Commit

Permalink
Fix the version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
js6pak committed May 3, 2023
1 parent cd45c7c commit 08a5d04
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="1.0.0" />
<PackageReference Include="BepInEx.AssemblyPublicizer.MSBuild" Version="0.4.1" />

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

0 comments on commit 08a5d04

Please sign in to comment.