Skip to content

Commit

Permalink
1.6.1
Browse files Browse the repository at this point in the history
- to be released to public - with Event Viewwer and Debug Print
  • Loading branch information
jtorjo committed Dec 23, 2015
1 parent a8dcb69 commit f825b04
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 35 deletions.
4 changes: 2 additions & 2 deletions src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.5.17.0")]
[assembly: AssemblyFileVersion("1.5.17.0")]
[assembly: AssemblyVersion("1.6.1.0")]
[assembly: AssemblyFileVersion("1.6.1.0")]
8 changes: 8 additions & 0 deletions src/docs/history.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
https://news.ycombinator.com/news
quora

1.6.1
- to be released to public - with Event Viewwer and Debug Print


1.5.21
- redo the HOME page - perhaps more screenshots, etc?
- think about features etc.
- github - delete "intro" page


1.5.20
Expand Down
14 changes: 5 additions & 9 deletions src/docs/todo.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@

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

- github - delete "intro" page? not sure
- codeproject
- redo the "intro" article - update it
extra features
- copy/paste (html)
- any new shortcut?
- details pane

- as of version 1.6, i allow eventlogview/debugviewer

- github sidebar -> can add links to codeproject

- add my todo issues into git



- article about event viewer - title: view Windows Event Logs can be fun
- note: i will briefly mention outputdebugstring
- explain about editing Description pane , etc.
-- tidbits : about finding, about Description control, about copying records from event viewer

- add my todo issues into git

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

Expand Down
12 changes: 6 additions & 6 deletions src/logwizardsetup/logwizardsetup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:ObjectListView_lw, Version=2.8.1.2291, Culture=neutral, processorArchitecture=MSIL"
"AssemblyAsmDisplayName" = "8:ObjectListView_lw, Version=2.8.1.18381, Culture=neutral, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_820C961080BECE943B0CBB285A1209BA"
Expand Down Expand Up @@ -534,7 +534,7 @@
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:lw_common, Version=1.5.16.0, Culture=neutral, processorArchitecture=MSIL"
"AssemblyAsmDisplayName" = "8:lw_common, Version=1.6.1.0, Culture=neutral, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_C8B46DF279E1B4F613E1AB160AF480C8"
Expand Down Expand Up @@ -672,15 +672,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Log Wizard Setup"
"ProductCode" = "8:{C3AA9466-77F0-4ED9-B9CE-68614D306A11}"
"PackageCode" = "8:{4D848F6C-8355-4266-A420-EFDCC3D73C31}"
"ProductCode" = "8:{01428F52-EDCB-4BE4-BF38-33C22BCC7BF1}"
"PackageCode" = "8:{4DFA650E-C3D2-4011-A6F6-E065BF5C95B3}"
"UpgradeCode" = "8:{0E5BB812-A969-415B-9362-F64234C67C4A}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:1.5.17"
"ProductVersion" = "8:1.6.1"
"Manufacturer" = "8:John Torjo"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down Expand Up @@ -1250,7 +1250,7 @@
}
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_900BA54346A2479085BF08862BE89061"
{
"SourcePath" = "8:..\\obj\\x64\\Dbg64\\LogWizard.exe"
"SourcePath" = "8:..\\obj\\x64\\Release64\\LogWizard.exe"
"TargetName" = "8:"
"Tag" = "8:"
"Folder" = "8:_E297CB39A550491681319D6F014A659B"
Expand Down
4 changes: 2 additions & 2 deletions src/lw_common/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.5.17.0")]
[assembly: AssemblyFileVersion("1.5.17.0")]
[assembly: AssemblyVersion("1.6.1.0")]
[assembly: AssemblyFileVersion("1.6.1.0")]
4 changes: 2 additions & 2 deletions src/test_ui/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.5.17.0")]
[assembly: AssemblyFileVersion("1.5.17.0")]
[assembly: AssemblyVersion("1.6.1.0")]
[assembly: AssemblyFileVersion("1.6.1.0")]
28 changes: 14 additions & 14 deletions src/ui/log_wizard.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f825b04

Please sign in to comment.