Skip to content

Commit ca614f3

Browse files
authored
Merge pull request #7 from filipw/v013
version bump to 0.1.3
2 parents e0931a8 + aca990f commit ca614f3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/LibOQS.NET.Native/LibOQS.NET.Native.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Nullable>enable</Nullable>
88
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
99
<PackageId>LibOQS.NET.Native</PackageId>
10-
<PackageVersion>0.1.2</PackageVersion>
10+
<PackageVersion>0.1.3</PackageVersion>
1111
<Authors>filipw</Authors>
1212
<Description>Native P/Invoke bindings for liboqs - a C library for quantum-resistant cryptographic algorithms</Description>
1313
<PackageProjectUrl>https://github.com/filipw/maybe-liboqs-dotnet</PackageProjectUrl>

src/LibOQS.NET/LibOQS.NET.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Nullable>enable</Nullable>
88
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
99
<PackageId>LibOQS.NET</PackageId>
10-
<PackageVersion>0.1.2</PackageVersion>
10+
<PackageVersion>0.1.3</PackageVersion>
1111
<Authors>filipw</Authors>
1212
<Description>A .NET wrapper for liboqs - a C library for quantum-resistant cryptographic algorithms</Description>
1313
<PackageProjectUrl>https://github.com/filipw/maybe-liboqs-dotnet</PackageProjectUrl>

0 commit comments

Comments
 (0)