BcryptNet / bcrypt.net

BCrypt.Net - Bringing updates to the original bcrypt package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect timestamps in newest NuGet package's DLL files

NikoHellgren opened this issue · comments

DLL files in the 3.2.0 NuGet package (see commit b12c467) have an incorrect Modified-timestamp (1980-01-01 00:00). This has the possibility of breaking build processes (see NuGet/Home#7001).

Ta! bloody tooling

Added

<PropertyGroup>
    <Deterministic>false</Deterministic>
</PropertyGroup>

For now; I'll push a .1 rel to deal with it
image