We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c5d3ce commit 537fbc8Copy full SHA for 537fbc8
MainWindow.xaml.cs
@@ -26,7 +26,7 @@ namespace PointCloudConverter
26
{
27
public partial class MainWindow : Window
28
29
- static readonly string version = "24.01.2024";
+ static readonly string version = "25.01.2024";
30
static readonly string appname = "PointCloud Converter - " + version;
31
static readonly string rootFolder = AppDomain.CurrentDomain.BaseDirectory;
32
0 commit comments