diff --git a/K4AdotNet/K4AdotNet.xml b/K4AdotNet/K4AdotNet.xml index 464b5c5..d3dd18f 100644 --- a/K4AdotNet/K4AdotNet.xml +++ b/K4AdotNet/K4AdotNet.xml @@ -4496,7 +4496,7 @@ Creates an empty capture object. - 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. diff --git a/K4AdotNet/Sensor/Capture.cs b/K4AdotNet/Sensor/Capture.cs index 175972f..bca3540 100644 --- a/K4AdotNet/Sensor/Capture.cs +++ b/K4AdotNet/Sensor/Capture.cs @@ -26,7 +26,7 @@ public sealed class Capture /// Creates an empty capture object. /// - /// 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. /// public Capture() { diff --git a/Product.props.in b/Product.props.in index 4523650..94641a7 100644 --- a/Product.props.in +++ b/Product.props.in @@ -1,7 +1,7 @@ - 1.0.0 - 1.0.0.0 + 1.1.0 + 1.1.0.0 See https://github.com/bibigone/k4a.net/releases bibigone,baSSiLL diff --git a/ProductInfo.cs b/ProductInfo.cs index 364835d..e141bfc 100644 --- a/ProductInfo.cs +++ b/ProductInfo.cs @@ -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")]