Skip to content

Commit

Permalink
Version 1.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
bibigone committed May 20, 2021
1 parent d1ed017 commit 2287b57
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion K4AdotNet.Samples.Unity/Assets/Scripts/SkeletonProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ private IEnumerator Start()
// Use lite version of DNN model for speed (comment next line to use default DNN model)
config.ModelPath = Sdk.BODY_TRACKING_DNN_MODEL_LITE_FILE_NAME;

_tracker = new Tracker(ref calibration, config);
_tracker = new Tracker(in calibration, config);

captureManager.CaptureReady += CaptureManager_CaptureReady;
}
Expand Down
4 changes: 2 additions & 2 deletions Product.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Version>1.4.11</Version>
<AssemblyVersion>1.4.11.0</AssemblyVersion>
<Version>1.4.12</Version>
<AssemblyVersion>1.4.12.0</AssemblyVersion>
<PackageReleaseNotes>See https://github.com/bibigone/k4a.net/releases </PackageReleaseNotes>
<Authors>bibigone,baSSiLL</Authors>
<Company />
Expand Down
4 changes: 2 additions & 2 deletions ProductInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: AssemblyVersion("1.4.11.0")]
[assembly: AssemblyFileVersion("1.4.11.0")]
[assembly: AssemblyVersion("1.4.12.0")]
[assembly: AssemblyFileVersion("1.4.12.0")]

0 comments on commit 2287b57

Please sign in to comment.