Skip to content

Commit 00c7451

Browse files
committed
update versions
1 parent 1792606 commit 00c7451

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/SimpleBase.csproj

+1-5
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<AssemblyOriginatorKeyFile>..\SimpleBase.snk</AssemblyOriginatorKeyFile>
1313
<DelaySign>false</DelaySign>
1414

15-
<Version>3.0.3</Version>
15+
<Version>3.1.0</Version>
1616
<DocumentationFile>SimpleBase.xml</DocumentationFile>
1717
<RepositoryUrl>https://github.com/ssg/SimpleBase</RepositoryUrl>
1818
<PackageProjectUrl>https://github.com/ssg/SimpleBase</PackageProjectUrl>
@@ -24,10 +24,6 @@
2424
# Improvements
2525
- Added FileCoin flavor to Base32 (contributed by @farukterzioglu).
2626
- 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.
3127
]]></PackageReleaseNotes>
3228
<LangVersion>latest</LangVersion>
3329
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)