Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
js6pak committed Mar 10, 2024
1 parent 75b77ea commit 407f7f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<RepositoryUrl>https://github.com/BepInEx/BepInEx.AssemblyPublicizer</RepositoryUrl>
<RepositoryType>git</RepositoryType>

<VersionPrefix>0.4.1</VersionPrefix>
<VersionPrefix>0.4.2</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>
</PropertyGroup>
</Project>
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" PrivateAssets="all" />
<PackageReference Include="BepInEx.AssemblyPublicizer.MSBuild" Version="0.4.2" PrivateAssets="all" />

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

0 comments on commit 407f7f1

Please sign in to comment.