Skip to content

Commit d4ab8f0

Browse files
committed
IncrementedReplayFileValue
1 parent 3a47fcf commit d4ab8f0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Heroesprofile.Uploader.Windows/App.xaml.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ private void Application_Startup(object sender, StartupEventArgs e)
108108
RestoreSettings();
109109
}
110110
SetupTrayIcon();
111-
Manager = new Manager(new ReplayStorage($@"{SettingsDir}\replays_v7.xml"));
111+
Manager = new Manager(new ReplayStorage($@"{SettingsDir}\replays_v8.xml"));
112112
// Enable collection modification from any thread
113113
BindingOperations.EnableCollectionSynchronization(Manager.Files, _lock);
114114

Heroesprofile.Uploader.Windows/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@
5252
// You can specify all the values or you can default the Build and Revision Numbers
5353
// by using the '*' as shown below:
5454
// [assembly: AssemblyVersion("1.0.*")]
55-
[assembly: AssemblyVersion("2.1.1")]
56-
[assembly: AssemblyFileVersion("2.1.1")]
55+
[assembly: AssemblyVersion("2.1.2")]
56+
[assembly: AssemblyFileVersion("2.1.2")]
5757
[assembly: AssemblyInformationalVersion("1.0.0")]

Heroesprofile.Uploader.Windows/SquirrelRelease.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
5: CD to Installer directory
1010

11-
6: Squirrel --releasify=Heroesprofile.Uploader.2.1.1.nupkg --no-msi --setupIcon=uploader_icon_light.ico
11+
6: Squirrel --releasify=Heroesprofile.Uploader.2.1.2.nupkg --no-msi --setupIcon=uploader_icon_light.ico

0 commit comments

Comments
 (0)