Skip to content

Commit

Permalink
Enabled deterministic builds, allowing debugging of this library from…
Browse files Browse the repository at this point in the history
… your code.
  • Loading branch information
MarkCiliaVincenti committed Jan 29, 2023
1 parent 2509e1f commit df3c49b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions ThreadSafeRandomizer/ThreadSafeRandomizer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
<PackageProjectUrl>https://github.com/MarkCiliaVincenti/ThreadSafeRandomizer</PackageProjectUrl>
<Copyright>MIT</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>1.1.2</Version>
<Version>1.1.3</Version>
<PackageIcon>logo.png</PackageIcon>
<PackageReleaseNotes>Removed unnecessary targeting of .NET 7.0, updated licensing, fixed README shields issue.</PackageReleaseNotes>
<PackageReleaseNotes>Enabled deterministic builds, allowing debugging of this library from your code.</PackageReleaseNotes>
<Description>An efficient thread-safe randomizer.</Description>
<Copyright>© 2022 Mark Cilia Vincenti</Copyright>
<PackageTags>random,randomizer,randomiser,threadsafe,thread-safe</PackageTags>
<RepositoryType>git</RepositoryType>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<AssemblyVersion>1.1.2.0</AssemblyVersion>
<FileVersion>1.1.2.0</FileVersion>
<AssemblyVersion>1.1.3.0</AssemblyVersion>
<FileVersion>1.1.3.0</FileVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
<IsPackable>true</IsPackable>
<IsTrimmable>true</IsTrimmable>
Expand All @@ -34,6 +34,10 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Optimize>true</Optimize>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.1.1" PrivateAssets="All"/>
</ItemGroup>

<ItemGroup>
<None Include="..\README.md">
Expand Down

0 comments on commit df3c49b

Please sign in to comment.