Skip to content

Commit

Permalink
incremented version to 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ndsvw committed Mar 16, 2024
1 parent d9b3ced commit cc04525
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<RootNamespace>FluentRandomPicker.Benchmarks</RootNamespace>
<Description>A benchmarks project for FluentRandomPicker</Description>
<SynchReleaseVersion>true</SynchReleaseVersion>
<ReleaseVersion>3.5.0</ReleaseVersion> <!-- change version in solution options! -->
<ReleaseVersion>3.5.1</ReleaseVersion> <!-- change version in solution options! -->
<LibraryVersion>$(ReleaseVersion)</LibraryVersion>
<VersionPrefix>$(ReleaseVersion)</VersionPrefix>
<AssemblyVersion>$(ReleaseVersion)</AssemblyVersion>
Expand Down
2 changes: 1 addition & 1 deletion FluentRandomPicker.Tests/FluentRandomPicker.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<RootNamespace>FluentRandomPicker.Tests</RootNamespace>

<IsPackable>false</IsPackable>
<ReleaseVersion>3.5.0</ReleaseVersion>
<ReleaseVersion>3.5.1</ReleaseVersion>

<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion FluentRandomPicker.sln
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ Global
SolutionGuid = {7FFCDE97-6800-47C4-AD6A-5DCE4589B1BA}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 3.5.0
version = 3.5.1
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion FluentRandomPicker/FluentRandomPicker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Description>Fluent Random Picker is a nice, performant, fluent way to pick random values. Probabilities can be specified, values can be weighted.</Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<SynchReleaseVersion>true</SynchReleaseVersion>
<ReleaseVersion>3.5.0</ReleaseVersion> <!-- change version in solution options! -->
<ReleaseVersion>3.5.1</ReleaseVersion> <!-- change version in solution options! -->
<LibraryVersion>$(ReleaseVersion)</LibraryVersion>
<VersionPrefix>$(ReleaseVersion)</VersionPrefix>
<AssemblyVersion>$(ReleaseVersion)</AssemblyVersion>
Expand Down
2 changes: 2 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- v 3.5.1
- Fixed case when Pick(n) did not work correctly & returned the same element repeatedly. Thanks, https://github.com/SapiensAnatis (#62)
- v 3.5.0
- Added .Net8 as compatibility to README file.
- Improved structure of README
Expand Down

0 comments on commit cc04525

Please sign in to comment.