Skip to content

Commit

Permalink
Fix version typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxhy committed Jan 24, 2025
1 parent 64676eb commit f9aeced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sources/LibLogicalAccessNet.native/conan-build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if($with_profile) {

Set-Location build

$PackageName = "LogicalAccessSwig/3.1.0@lla/master"
$PackageName = "LogicalAccessSwig/3.2.0@lla/master"
$Profiles = @(("compilers/x64_msvc_release", "Release", "x86_64"),
("compilers/x86_msvc_release", "Release", "x86"),
("compilers/x86_msvc_debug", "Debug", "x86"),
Expand Down
2 changes: 1 addition & 1 deletion sources/LibLogicalAccessNet/LibLogicalAccessNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<AssemblyName>LibLogicalAccessNetCE</AssemblyName>
<RootNamespace>LibLogicalAccess</RootNamespace>
<Description>LibLogicalAccess RFID library layer for C#</Description>
<Copyright>Copyright (C) LibLogicalAccess 2024</Copyright>
<Copyright>Copyright (C) LibLogicalAccess 2025</Copyright>
<Version>3.2.0</Version>
<AssemblyVersion>3.2.0.0</AssemblyVersion>
<FileVersion>3.2.0.0</FileVersion>
Expand Down

0 comments on commit f9aeced

Please sign in to comment.