Skip to content

Commit

Permalink
version bump: 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tabrath committed Mar 19, 2020
1 parent 0d45ba1 commit 73bf332
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.2.2
PKG_VERSION: 1.2.3
VERSION_SUFFIX: ""
version: ${PKG_VERSION}-{build}
configuration: Release
Expand Down
4 changes: 2 additions & 2 deletions src/Sodium.Core/Sodium.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="MSBuild.Sdk.Extras/2.0.54">
<Project Sdk="MSBuild.Sdk.Extras/2.0.54">

<PropertyGroup>
<TargetFrameworks>MonoAndroid90;Xamarin.iOS10;netstandard1.6;netstandard2.0</TargetFrameworks>
<Description>libsodium for .net core</Description>
<Copyright>Copyright © tabrath 2019</Copyright>
<AssemblyTitle>Sodium.Core</AssemblyTitle>
<VersionPrefix>1.2.2</VersionPrefix>
<VersionPrefix>1.2.3</VersionPrefix>
<Authors>tabrath</Authors>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyName>Sodium.Core</AssemblyName>
Expand Down

0 comments on commit 73bf332

Please sign in to comment.