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 dd6c11f commit bd00337Copy full SHA for bd00337
MainWindow.xaml.cs
@@ -30,7 +30,7 @@ namespace PointCloudConverter
30
{
31
public partial class MainWindow : Window
32
33
- static readonly string version = "15.08.2025";
+ static readonly string version = "27.08.2025";
34
static readonly string appname = "PointCloud Converter - " + version;
35
static readonly string rootFolder = AppDomain.CurrentDomain.BaseDirectory;
36
0 commit comments