Skip to content

Commit

Permalink
Update version and small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
asiryan committed Jul 12, 2024
1 parent c97558e commit 54461ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions sources/UMapx.Video.RealSense.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Description>UMapx sub-library for interacting with Intel RealSense Depth cameras.</Description>
<Version>6.0.1.1</Version>
<AssemblyVersion>6.0.1.1</AssemblyVersion>
<FileVersion>6.0.1.1</FileVersion>
<Version>6.1.0.1</Version>
<AssemblyVersion>6.1.0.1</AssemblyVersion>
<FileVersion>6.1.0.1</FileVersion>
<PackageProjectUrl>https://github.com/asiryan/UMapx</PackageProjectUrl>
<RepositoryType>Open-source</RepositoryType>
<PackageTags>image video signal processing stereo depth intel realsense camera umapx</PackageTags>
Expand Down Expand Up @@ -40,7 +40,7 @@

<ItemGroup>
<PackageReference Include="librealsense.x64" Version="2.45.1" />
<PackageReference Include="UMapx" Version="6.0.1.1" />
<PackageReference Include="UMapx" Version="6.1.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion sources/Video/RealSense/RealSenseVideoSource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace UMapx.Video.RealSense
/// https://www.intelrealsense.com/stereo-depth/
/// </remarks>
/// </summary>
public class RealSenseVideoSource : IVideoDepthSource, IDisposable
public class RealSenseVideoSource : IVideoDepthSource
{
#region Fields

Expand Down

0 comments on commit 54461ff

Please sign in to comment.