Skip to content

Commit

Permalink
Fix incorrect package name
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnamed434 committed Aug 18, 2024
1 parent 86f51b9 commit e64e54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion props/SharedProjectProps.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<PackageId Condition=" '$(PackageId)' == '' ">BitMono.$(AssemblyName)</PackageId>
<PackageId>$(AssemblyName)</PackageId>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageTags>BitMono Obfuscator Dotnet Unity Mono Bit AsmResolver dnlib Protector Mono-Obfuscator Dotnet-Protector</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit e64e54d

Please sign in to comment.