We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1792606 commit 00c7451Copy full SHA for 00c7451
src/SimpleBase.csproj
@@ -12,7 +12,7 @@
12
<AssemblyOriginatorKeyFile>..\SimpleBase.snk</AssemblyOriginatorKeyFile>
13
<DelaySign>false</DelaySign>
14
15
- <Version>3.0.3</Version>
+ <Version>3.1.0</Version>
16
<DocumentationFile>SimpleBase.xml</DocumentationFile>
17
<RepositoryUrl>https://github.com/ssg/SimpleBase</RepositoryUrl>
18
<PackageProjectUrl>https://github.com/ssg/SimpleBase</PackageProjectUrl>
@@ -24,10 +24,6 @@
24
# Improvements
25
- Added FileCoin flavor to Base32 (contributed by @farukterzioglu).
26
- Upgraded test and benchmark projects to .NET Core 3.1 (LTS).
27
-
28
-# Fixes
29
-- Fixed output buffer was too small error for certain Base58 cases.
30
-- Avoid redundant memory copy operations.
31
]]></PackageReleaseNotes>
32
<LangVersion>latest</LangVersion>
33
<Nullable>enable</Nullable>
0 commit comments