Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bibigone committed Sep 9, 2019
1 parent cc39e2c commit 581cb8a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion K4AdotNet/K4AdotNet.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4496,7 +4496,7 @@
<member name="M:K4AdotNet.Sensor.Capture.#ctor">
<summary>Creates an empty capture object.</summary>
<exception cref="T:System.InvalidOperationException">
Sensor DK fails to create empty capture object for some reason. For details see logs.
Sensor SDK fails to create empty capture object for some reason. For details see logs.
</exception>
</member>
<member name="M:K4AdotNet.Sensor.Capture.Dispose">
Expand Down
2 changes: 1 addition & 1 deletion K4AdotNet/Sensor/Capture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public sealed class Capture

/// <summary>Creates an empty capture object.</summary>
/// <exception cref="InvalidOperationException">
/// Sensor DK fails to create empty capture object for some reason. For details see logs.
/// Sensor SDK fails to create empty capture object for some reason. For details see logs.
/// </exception>
public Capture()
{
Expand Down
4 changes: 2 additions & 2 deletions Product.props.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Version>1.0.0</Version>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<Version>1.1.0</Version>
<AssemblyVersion>1.1.0.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.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]

0 comments on commit 581cb8a

Please sign in to comment.