Skip to content

Commit

Permalink
0.0.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCiliaVincenti committed Nov 24, 2024
1 parent 6cc89f3 commit 750bfa8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ReadHeavyCollections/ReadHeavyCollections.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
<PackageProjectUrl>https://github.com/MarkCiliaVincenti/ReadHeavyCollections</PackageProjectUrl>
<Copyright>MIT</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>0.0.1-alpha</Version>
<Version>0.0.1-beta</Version>
<PackageIcon>logo.png</PackageIcon>
<PackageReleaseNotes>Initial release.</PackageReleaseNotes>
<Description>A dictionary and a set that offer very fast read speed in expense of slow write speed.</Description>
<Copyright>© 2024 Mark Cilia Vincenti</Copyright>
<PackageTags>dictionary,set,hashset,read,heavy,fast</PackageTags>
<RepositoryType>git</RepositoryType>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<AssemblyVersion>0.0.1.0</AssemblyVersion>
<FileVersion>0.0.1.0</FileVersion>
<AssemblyVersion>0.0.1.1</AssemblyVersion>
<FileVersion>0.0.1.1</FileVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Nullable>enable</Nullable>
<IsPackable>true</IsPackable>
Expand Down

0 comments on commit 750bfa8

Please sign in to comment.