diff --git a/.gitignore b/.gitignore index f1e3d20..eda0ede 100644 --- a/.gitignore +++ b/.gitignore @@ -250,3 +250,4 @@ paket-files/ # JetBrains Rider .idea/ *.sln.iml +*.db diff --git a/LiteDBViewer.Setup/LiteDBViewer.Setup.isl b/LiteDBViewer.Setup/LiteDBViewer.Setup.isl index fdb52d6..8bd69d1 100644 --- a/LiteDBViewer.Setup/LiteDBViewer.Setup.isl +++ b/LiteDBViewer.Setup/LiteDBViewer.Setup.isl @@ -3965,7 +3965,7 @@ UwBpAG4AZwBsAGUASQBtAGEAZwBlAAEARQB4AHAAcgBlAHMAcwA= DefaultProductConfigurationExpress - EnableSwidtag1 + EnableSwidtag0 ISCompilerOption_CompileBeforeBuild1 ISCompilerOption_Debug0 ISCompilerOption_IncludePath @@ -4359,9 +4359,9 @@ UwBpAG4AZwBsAGUASQBtAGEAZwBlAAEARQB4AHAAcgBlAHMAcwA= PROGMSG_IIS_ROLLBACKVROOTS##IDS_PROGMSG_IIS_ROLLBACKVROOTS## PROGMSG_IIS_ROLLBACKWEBSERVICEEXTENSIONS##IDS_PROGMSG_IIS_ROLLBACKWEBSERVICEEXTENSIONS## PROGRAMFILETOLAUNCHATEND[INSTALLDIR]LiteDBViewer.Primary output - ProductCode{BC3A0419-3B32-4F63-B218-D24F4C25D3BB} + ProductCode{BC3A0419-3B32-4F63-B218-D24F4C25D3BC} ProductNameLiteDB Viewer 2 - ProductVersion2.0.1.0 + ProductVersion2.0.4.0 ProgressType0install ProgressType1Installing ProgressType2installed @@ -4646,7 +4646,7 @@ UwBpAG4AZwBsAGUASQBtAGEAZwBlAAEARQB4AHAAcgBlAHMAcwA= ActionProperty ISDisplayName {00000000-0000-0000-0000-000000000000}***ALL_VERSIONS***2ISFOUNDNEWERPRODUCTVERSIONISPreventDowngrade - {3BA18088-0874-4E3F-BE6E-A34B6AF756FD}2.0.0.02.0.1.01033768ISACTIONPROP1UpgradeEntry + {3BA18088-0874-4E3F-BE6E-A34B6AF756FD}2.0.0.02.0.4.01033256ISACTIONPROP1UpgradeEntry diff --git a/LiteDBViewer.Setup/LiteDBViewer.Setup.isproj b/LiteDBViewer.Setup/LiteDBViewer.Setup.isproj index 9d29741..c9fa9cd 100644 --- a/LiteDBViewer.Setup/LiteDBViewer.Setup.isproj +++ b/LiteDBViewer.Setup/LiteDBViewer.Setup.isproj @@ -1,5 +1,5 @@ - + Express diff --git a/LiteDBViewer/Properties/AssemblyInfo.cs b/LiteDBViewer/Properties/AssemblyInfo.cs index 6f9ee3a..f7a0b39 100644 --- a/LiteDBViewer/Properties/AssemblyInfo.cs +++ b/LiteDBViewer/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Soroush Falahati")] [assembly: AssemblyProduct("LiteDB Viewer 2")] -[assembly: AssemblyCopyright("Copyright © Soroush Falahati 2016")] +[assembly: AssemblyCopyright("Copyright © Soroush Falahati 2017")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -35,5 +35,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.0.1.0")] -[assembly: AssemblyFileVersion("2.0.1.0")] \ No newline at end of file +[assembly: AssemblyVersion("2.0.4.0")] +[assembly: AssemblyFileVersion("2.0.4.0")] \ No newline at end of file