We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1117b3 commit 1a480a0Copy full SHA for 1a480a0
appveyor.yml
@@ -1,5 +1,5 @@
1
environment:
2
- PKG_VERSION: 0.0.3
+ PKG_VERSION: 0.0.4
3
VERSION_SUFFIX: ""
4
version: ${PKG_VERSION}-{build}
5
configuration: Release
src/Sodium.Core/Sodium.Core.csproj
@@ -5,7 +5,7 @@
<Description>libsodium for Xamarin</Description>
6
<Copyright>Copyright © Liip 2019</Copyright>
7
<AssemblyTitle>Sodium.Xamarin</AssemblyTitle>
8
- <VersionPrefix>0.0.3</VersionPrefix>
+ <VersionPrefix>0.0.4</VersionPrefix>
9
<Authors>jschmid</Authors>
10
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
11
<AssemblyName>Sodium.Xamarin</AssemblyName>
0 commit comments