# HG changeset patch # User Michael Johnson # Date 1680589626 28800 # Mon Apr 03 22:27:06 2023 -0800 # Node ID a9004333c76fffdf4bc760caa33f5b871c1a9df9 # Parent 79683518158459b4b7991ad359331ef842ab3434 Bump version to 0.4.0 diff --git a/src/Core/Core.csproj b/src/Core/Core.csproj --- a/src/Core/Core.csproj +++ b/src/Core/Core.csproj @@ -10,7 +10,7 @@ false 11.0 7 - 0.4.0-alpha1 + 0.4.0 ociaw ociaw RandN.Core defines the core interfaces of RandN, thus is intended only to be used by those implementing a random number generator. Others should instead use the RandN package itself. RandN.Core also provides RNG implementation helpers. diff --git a/src/RandN/RandN.csproj b/src/RandN/RandN.csproj --- a/src/RandN/RandN.csproj +++ b/src/RandN/RandN.csproj @@ -10,7 +10,7 @@ true 11.0 7 - 0.4.0-alpha1 + 0.4.0 ociaw ociaw RandN is an alternative library for random number generation, designed to replace the standard Random type.