diff --git a/BundleExporter/BundleExporter.csproj b/BundleExporter/BundleExporter.csproj index 4501ada..0621427 100644 --- a/BundleExporter/BundleExporter.csproj +++ b/BundleExporter/BundleExporter.csproj @@ -1,9 +1,9 @@ - netcoreapp3.1 + net5.0 Copyright © 2020 aianlinb - 2.2.0.2 + 2.3.0.0 Exe diff --git a/FileListGenerator/FileListGenerator.csproj b/FileListGenerator/FileListGenerator.csproj index 4501ada..0621427 100644 --- a/FileListGenerator/FileListGenerator.csproj +++ b/FileListGenerator/FileListGenerator.csproj @@ -1,9 +1,9 @@ - netcoreapp3.1 + net5.0 Copyright © 2020 aianlinb - 2.2.0.2 + 2.3.0.0 Exe diff --git a/VisualBundle/MainWindow.xaml b/VisualBundle/MainWindow.xaml index 07a1806..868a4d1 100644 --- a/VisualBundle/MainWindow.xaml +++ b/VisualBundle/MainWindow.xaml @@ -1,7 +1,7 @@  + Title="VisualBundle v2.3.0" Height="480" Width="850" Loaded="OnLoaded" Closing="OnWindowClosing" DragEnter="OnDragEnter" Drop="OnDragDrop" AllowDrop="True"> diff --git a/VisualBundle/MainWindow.xaml.cs b/VisualBundle/MainWindow.xaml.cs index 7d112aa..684292d 100644 --- a/VisualBundle/MainWindow.xaml.cs +++ b/VisualBundle/MainWindow.xaml.cs @@ -158,7 +158,7 @@ private void OnTreeView1SelectedChanged(object sender, RoutedPropertyChangedEven } else //Selected Bundle File { - offsetView.Text = br.indexOffset.ToString(); + offsetView.Text = br.IndexOffset.ToString(); sizeView.Text = br.UncompressedSize.ToString(); noView.Text = br.bundleIndex.ToString(); var root = new FolderModel("Bundles2"); diff --git a/VisualBundle/VisualBundle.csproj b/VisualBundle/VisualBundle.csproj index af19b5a..4d02a36 100644 --- a/VisualBundle/VisualBundle.csproj +++ b/VisualBundle/VisualBundle.csproj @@ -1,11 +1,11 @@ - + WinExe - netcoreapp3.1 + net5.0-windows true Copyright © 2020 aianlinb - 2.2.0.2 + 2.3.0.0