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