Skip to content

Commit e64e54d

Browse files
committed
Fix incorrect package name
1 parent 86f51b9 commit e64e54d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

props/SharedProjectProps.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<PackageId Condition=" '$(PackageId)' == '' ">BitMono.$(AssemblyName)</PackageId>
4+
<PackageId>$(AssemblyName)</PackageId>
55
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
66
<PackageTags>BitMono Obfuscator Dotnet Unity Mono Bit AsmResolver dnlib Protector Mono-Obfuscator Dotnet-Protector</PackageTags>
77
<PackageLicenseExpression>MIT</PackageLicenseExpression>

0 commit comments

Comments
 (0)