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

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Trond Bråthen <[email protected]>
  • Loading branch information
tabrath committed Sep 27, 2018
1 parent 4104d7d commit 817450a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
7 changes: 1 addition & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
environment:
PKG_VERSION: 1.3.1
PKG_VERSION: 1.3.2
VERSION_SUFFIX: ""
version: ${PKG_VERSION}-{build}
configuration: Release
Expand Down Expand Up @@ -81,13 +81,8 @@ artifacts:
- path: artifacts\**\*.*

cache:
- '%USERPROFILE%\.local'
- '%USERPROFILE%\.nuget\packages -> **\*.csproj'
- '%LocalAppData%\NuGet\Cache'
- '%LocalAppData%\Python'
- '.\packages -> **\*.csproj'
- '.\tools'
- '\Python34'

nuget:
account_feed: true
Expand Down
5 changes: 1 addition & 4 deletions src/Multiformats.Hash/Multiformats.Hash.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Description>Multiformat hash encoding</Description>
<Copyright>Copyright © tabrath 2018</Copyright>
<AssemblyTitle>Multiformats.Hash</AssemblyTitle>
<VersionPrefix>1.3.1</VersionPrefix>
<VersionPrefix>1.3.2</VersionPrefix>
<Authors>tabrath</Authors>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyName>Multiformats.Hash</AssemblyName>
Expand Down Expand Up @@ -37,9 +37,6 @@
<PackageReference Include="System.Composition" Version="1.2.0" />
<PackageReference Include="murmurhash" Version="1.0.2" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\lib\blake2b\*.cs" Exclude="..\..\lib\blake2b\**\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Compile Update="Algorithms\BLAKE2B.cs">
<DependentUpon>BLAKE2B.tt</DependentUpon>
Expand Down

0 comments on commit 817450a

Please sign in to comment.