Skip to content

Commit

Permalink
Mark for 0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Hathcock committed May 15, 2018
1 parent 785d0dc commit 87e57e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: microsoft/dotnet:2.0.7-sdk-2.1.105
- image: microsoft/dotnet:2.0.7-sdk-2.1.200
steps:
- checkout
- run:
Expand Down
6 changes: 3 additions & 3 deletions src/SharpCompress/SharpCompress.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<PropertyGroup>
<AssemblyTitle>SharpCompress - Pure C# Decompression/Compression</AssemblyTitle>
<NeutralLanguage>en-US</NeutralLanguage>
<VersionPrefix>0.21.0</VersionPrefix>
<AssemblyVersion>0.21.0</AssemblyVersion>
<FileVersion>0.21.0</FileVersion>
<VersionPrefix>0.21.1</VersionPrefix>
<AssemblyVersion>0.21.1</AssemblyVersion>
<FileVersion>0.21.1</FileVersion>
<Authors>Adam Hathcock</Authors>
<TargetFrameworks Condition="'$(LibraryFrameworks)'==''">net45;net35;netstandard1.0;netstandard1.3;netstandard2.0</TargetFrameworks>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down

0 comments on commit 87e57e3

Please sign in to comment.