Merge pull request #2787 from Pryaxis/geoip_exclude

Geoip exclude
This commit is contained in:
Lucas Nicodemus 2022-11-01 22:44:41 -07:00 committed by GitHub
commit d38046d74b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -23,6 +23,7 @@
<None Include="..\prebuilts\GeoIP.dat"> <None Include="..\prebuilts\GeoIP.dat">
<Link>GeoIP.dat</Link> <Link>GeoIP.dat</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
</None> </None>
</ItemGroup> </ItemGroup>

View file

@ -16,6 +16,7 @@ Use past tense when adding new entries; sign your name off when you add or chang
## Upcoming changes ## Upcoming changes
* Fixed item giving potentially dropping too many items (@PotatoCider, @punchready) * Fixed item giving potentially dropping too many items (@PotatoCider, @punchready)
* Excluded GeoIP.dat from release bundle (@SignatureBeef)
## TShock 5.0.0 ## TShock 5.0.0
* Reduced load/save console spam. (@SignatureBeef, @YehnBeep) * Reduced load/save console spam. (@SignatureBeef, @YehnBeep)