Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
chore: release version 1.1.2
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Trond Bråthen <tabrath@gmail.com>
  • Loading branch information
tabrath committed May 20, 2018
1 parent b48ce98 commit 8eea4c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
environment:
PKG_VERSION: 1.1.1
PKG_VERSION: 1.1.2
VERSION_SUFFIX: ""
version: ${PKG_VERSION}-{build}
configuration: Release
Expand Down
4 changes: 2 additions & 2 deletions src/Multiformats.Codec/Multiformats.Codec.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<TargetFrameworks>netstandard1.6;net461</TargetFrameworks>
<RuntimeIdentifiers>win-x64;osx-x64;linux-x64</RuntimeIdentifiers>
<Description>Multiformat codecs</Description>
<Copyright>Copyright © tabrath 2017</Copyright>
<Copyright>Copyright © tabrath 2018</Copyright>
<AssemblyTitle>Multiformats.Codec</AssemblyTitle>
<VersionPrefix>1.1.1</VersionPrefix>
<VersionPrefix>1.1.2</VersionPrefix>
<Authors>tabrath</Authors>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyName>Multiformats.Codec</AssemblyName>
Expand Down

0 comments on commit 8eea4c9

Please sign in to comment.