Skip to content

Commit bd2846b

Browse files
committed
Increment patch version numbers for both nuget packages
1 parent 5a38afb commit bd2846b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/libplctag.NativeImport/libplctag.NativeImport.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<AssemblyName>libplctag.NativeImport</AssemblyName>
66
<RootNamespace>libplctag.NativeImport</RootNamespace>
77
<PackageId>libplctag.NativeImport</PackageId>
8-
<Version>1.0.39</Version>
8+
<Version>1.0.40</Version>
99
<Authors>libplctag</Authors>
1010
<PackageLicenseExpression>MPL-2.0</PackageLicenseExpression>
1111
<PackageDescription>libplctag.NativeImport provides low-level (raw) access to the native libplctag library. This package does not provide an API which is friendly to app developers. Rather, it provides an API which handles platform and configuration issues, upon which a friendlier API can be built.</PackageDescription>

src/libplctag/libplctag.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<AssemblyName>libplctag</AssemblyName>
66
<RootNamespace>libplctag</RootNamespace>
77
<PackageId>libplctag</PackageId>
8-
<Version>1.5.0</Version>
8+
<Version>1.5.1</Version>
99
<Authors>libplctag</Authors>
1010
<PackageLicenseExpression>MPL-2.0</PackageLicenseExpression>
1111
<PackageDescription>A library for PLC communication</PackageDescription>

0 commit comments

Comments
 (0)