Skip to content
This repository was archived by the owner on Feb 7, 2022. It is now read-only.

Commit 2d2204e

Browse files
committed
Major update on the setup file and prepare for releasing V0.2.6
1. Rebuild the setup project to reduce the package size and to provide more powerful customisation and functionality. 2. Improve LICENSE and comments. 3. Redesign the icon for the setup file.
1 parent 4c68718 commit 2d2204e

13 files changed

+1796
-1116
lines changed

ShSzStockHelper/HomeWindow.xaml.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*
22
* @Description: the back-end code of the home window
3-
* @Version: 1.0.9.20200726
3+
* @Version: 1.1.0.20200802
44
* @Author: Arvin Zhao
55
* @Date: 2020-07-08 10:17:48
66
* @Last Editors: Arvin Zhao
7-
* @LastEditTime: 2020-07-26 14:12:09
7+
* @LastEditTime: 2020-08-02 14:12:09
88
*/
99

1010
using Microsoft.Win32;
@@ -40,7 +40,7 @@ public HomeWindow()
4040

4141
_strikePrice_VolumeDataProcessor = new StrikePrice_VolumeDataProcessor(); // Intialise the helper class for processing data of strike prices and volumes collected.
4242

43-
windowHome.Title = Properties.Resources.AppName + " " + Assembly.GetEntryAssembly().GetCustomAttribute<AssemblyInformationalVersionAttribute>().InformationalVersion;
43+
windowHome.Title = Properties.Resources.AppName + " " + Assembly.GetEntryAssembly().GetCustomAttribute<AssemblyInformationalVersionAttribute>().InformationalVersion; // Display the app name and the package version defined in "Properties-Package-Package version".
4444
datePickerStartDate.MaxDate = DateTime.Now;
4545
datePickerEndDate.MaxDate = DateTime.Now;
4646
} // end constructor HomeWindow

ShSzStockHelper/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Arvin·趙
3+
© 2020 Arvin Zhao
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

ShSzStockHelper/ShSzStockHelper.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<TargetFramework>netcoreapp3.1</TargetFramework>
66
<UseWPF>true</UseWPF>
77
<ApplicationIcon>AppIcon.ico</ApplicationIcon>
8-
<Version>0.2.2-alpha</Version>
8+
<Version>0.2.6</Version>
99
<Authors>Arvin Zhao</Authors>
1010
<Company></Company>
1111
<Product>沪深股票助手</Product>
@@ -19,6 +19,8 @@
1919
<AssemblyName>ShSzStockHelper</AssemblyName>
2020
<PackageId>ShSzStockHelper</PackageId>
2121
<RepositoryType>Public</RepositoryType>
22+
<AssemblyVersion>0.2.6.0</AssemblyVersion>
23+
<FileVersion>0.2.6.0</FileVersion>
2224
</PropertyGroup>
2325

2426
<ItemGroup>
-50.1 KB
Binary file not shown.
101 KB
Loading
15.7 KB
Binary file not shown.
324 KB
Binary file not shown.

ShSzStockHelper_Setup/LICENSE.rtf

Lines changed: 208 additions & 0 deletions
Large diffs are not rendered by default.

ShSzStockHelper_Setup/SetupIcon.ico

66.1 KB
Binary file not shown.

ShSzStockHelper_Setup/ShSzStockHelper_Setup.aip

Lines changed: 1468 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)