Skip to content

Commit aa69776

Browse files
committed
add .NET 4.7.2 binaries to the package
1 parent 11094af commit aa69776

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

src/SimpleBase.csproj

+3-17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
22
<PropertyGroup>
3-
<TargetFrameworks>netstandard2.0</TargetFrameworks>
3+
<TargetFrameworks>netstandard2.0;net472</TargetFrameworks>
44
<RootNamespace>SimpleBase</RootNamespace>
55
<AssemblyName>SimpleBase</AssemblyName>
66
<Copyright>Copyright 2014-2019 Sedat Kapanoglu</Copyright>
@@ -12,7 +12,7 @@
1212
<AssemblyOriginatorKeyFile>..\SimpleBase.snk</AssemblyOriginatorKeyFile>
1313
<DelaySign>false</DelaySign>
1414

15-
<PackageVersion>2.0.0</PackageVersion>
15+
<PackageVersion>2.1.0</PackageVersion>
1616
<CodeAnalysisRuleSet>../SSG.ruleset</CodeAnalysisRuleSet>
1717
<DocumentationFile>SimpleBase.xml</DocumentationFile>
1818
<PackageProjectUrl>https://github.com/ssg/SimpleBase</PackageProjectUrl>
@@ -21,22 +21,8 @@
2121
<PackageTags>base16 base32 base58 base85 ascii85 z85 hexadecimal bitcoin ripple flickr crockford extended hex rfc4648 z-base-32 geohash</PackageTags>
2222
<PackageReleaseNotes>
2323
<![CDATA[
24-
# Breaking changes
25-
- Adapted to nullable references
26-
- Encoder references are now properties instead of static fields
27-
28-
# New stuff
29-
- Async variants of Stream-based encoding/decoding methods
30-
- New Base32 variants: z-base-32 and Geohash
31-
- XML documentation is included in the package now
32-
- SimpleBase is now on GitHub Package Repository
33-
3424
# Improvements
35-
- Base58 decoding is 100+% faster and encoding is slightly faster, too
36-
- Reduced startup overhead
37-
- Updated dependencies to newer packages
38-
- Removed redundant null checking code
39-
- Base58's Ripple and Flickr variants are now being tested
25+
- Produce native .NET 4.7.2 binaries which hopefully removes the scaffolding overhead
4026
]]></PackageReleaseNotes>
4127
<LangVersion>latest</LangVersion>
4228
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)