Skip to content

Commit f825b04

Browse files
committed
1.6.1
- to be released to public - with Event Viewwer and Debug Print
1 parent a8dcb69 commit f825b04

File tree

7 files changed

+39
-35
lines changed

7 files changed

+39
-35
lines changed

src/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@
5050
// You can specify all the values or you can default the Build and Revision Numbers
5151
// by using the '*' as shown below:
5252
// [assembly: AssemblyVersion("1.0.*")]
53-
[assembly: AssemblyVersion("1.5.17.0")]
54-
[assembly: AssemblyFileVersion("1.5.17.0")]
53+
[assembly: AssemblyVersion("1.6.1.0")]
54+
[assembly: AssemblyFileVersion("1.6.1.0")]

src/docs/history.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@
1212
https://news.ycombinator.com/news
1313
quora
1414

15+
1.6.1
16+
- to be released to public - with Event Viewwer and Debug Print
17+
18+
19+
1.5.21
20+
- redo the HOME page - perhaps more screenshots, etc?
21+
- think about features etc.
22+
- github - delete "intro" page
1523

1624

1725
1.5.20

src/docs/todo.txt

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,21 @@
11

2-
- redo the HOME page - perhaps more screenshots, etc?
3-
- think about features etc.
4-
- explain that stuff should be self-explanatory, if not, i've done something wrong
52

6-
- github - delete "intro" page? not sure
73
- codeproject
84
- redo the "intro" article - update it
9-
extra features
10-
- copy/paste (html)
11-
- any new shortcut?
12-
- details pane
135

6+
- as of version 1.6, i allow eventlogview/debugviewer
147

158
- github sidebar -> can add links to codeproject
169

10+
- add my todo issues into git
11+
12+
13+
1714
- article about event viewer - title: view Windows Event Logs can be fun
1815
- note: i will briefly mention outputdebugstring
1916
- explain about editing Description pane , etc.
2017
-- tidbits : about finding, about Description control, about copying records from event viewer
2118

22-
- add my todo issues into git
2319

2420
-- submit to http://www.codeproject.com/script/Awards/Conditions.aspx?cid=855 ?
2521

src/logwizardsetup/logwizardsetup.vdproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@
472472
{
473473
"AssemblyRegister" = "3:1"
474474
"AssemblyIsInGAC" = "11:FALSE"
475-
"AssemblyAsmDisplayName" = "8:ObjectListView_lw, Version=2.8.1.2291, Culture=neutral, processorArchitecture=MSIL"
475+
"AssemblyAsmDisplayName" = "8:ObjectListView_lw, Version=2.8.1.18381, Culture=neutral, processorArchitecture=MSIL"
476476
"ScatterAssemblies"
477477
{
478478
"_820C961080BECE943B0CBB285A1209BA"
@@ -534,7 +534,7 @@
534534
{
535535
"AssemblyRegister" = "3:1"
536536
"AssemblyIsInGAC" = "11:FALSE"
537-
"AssemblyAsmDisplayName" = "8:lw_common, Version=1.5.16.0, Culture=neutral, processorArchitecture=MSIL"
537+
"AssemblyAsmDisplayName" = "8:lw_common, Version=1.6.1.0, Culture=neutral, processorArchitecture=MSIL"
538538
"ScatterAssemblies"
539539
{
540540
"_C8B46DF279E1B4F613E1AB160AF480C8"
@@ -672,15 +672,15 @@
672672
{
673673
"Name" = "8:Microsoft Visual Studio"
674674
"ProductName" = "8:Log Wizard Setup"
675-
"ProductCode" = "8:{C3AA9466-77F0-4ED9-B9CE-68614D306A11}"
676-
"PackageCode" = "8:{4D848F6C-8355-4266-A420-EFDCC3D73C31}"
675+
"ProductCode" = "8:{01428F52-EDCB-4BE4-BF38-33C22BCC7BF1}"
676+
"PackageCode" = "8:{4DFA650E-C3D2-4011-A6F6-E065BF5C95B3}"
677677
"UpgradeCode" = "8:{0E5BB812-A969-415B-9362-F64234C67C4A}"
678678
"AspNetVersion" = "8:4.0.30319.0"
679679
"RestartWWWService" = "11:FALSE"
680680
"RemovePreviousVersions" = "11:TRUE"
681681
"DetectNewerInstalledVersion" = "11:TRUE"
682682
"InstallAllUsers" = "11:FALSE"
683-
"ProductVersion" = "8:1.5.17"
683+
"ProductVersion" = "8:1.6.1"
684684
"Manufacturer" = "8:John Torjo"
685685
"ARPHELPTELEPHONE" = "8:"
686686
"ARPHELPLINK" = "8:"
@@ -1250,7 +1250,7 @@
12501250
}
12511251
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_900BA54346A2479085BF08862BE89061"
12521252
{
1253-
"SourcePath" = "8:..\\obj\\x64\\Dbg64\\LogWizard.exe"
1253+
"SourcePath" = "8:..\\obj\\x64\\Release64\\LogWizard.exe"
12541254
"TargetName" = "8:"
12551255
"Tag" = "8:"
12561256
"Folder" = "8:_E297CB39A550491681319D6F014A659B"

src/lw_common/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.5.17.0")]
36-
[assembly: AssemblyFileVersion("1.5.17.0")]
35+
[assembly: AssemblyVersion("1.6.1.0")]
36+
[assembly: AssemblyFileVersion("1.6.1.0")]

src/test_ui/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.5.17.0")]
36-
[assembly: AssemblyFileVersion("1.5.17.0")]
35+
[assembly: AssemblyVersion("1.6.1.0")]
36+
[assembly: AssemblyFileVersion("1.6.1.0")]

src/ui/log_wizard.Designer.cs

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)