Skip to content

Commit

Permalink
add .NET 4.7.2 binaries to the package
Browse files Browse the repository at this point in the history
  • Loading branch information
ssg committed Jan 21, 2020
1 parent 11094af commit aa69776
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions src/SimpleBase.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net472</TargetFrameworks>
<RootNamespace>SimpleBase</RootNamespace>
<AssemblyName>SimpleBase</AssemblyName>
<Copyright>Copyright 2014-2019 Sedat Kapanoglu</Copyright>
Expand All @@ -12,7 +12,7 @@
<AssemblyOriginatorKeyFile>..\SimpleBase.snk</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>

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

0 comments on commit aa69776

Please sign in to comment.