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=
DefaultProductConfiguration | Express |
- EnableSwidtag | 1 |
+ EnableSwidtag | 0 |
ISCompilerOption_CompileBeforeBuild | 1 |
ISCompilerOption_Debug | 0 |
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} | |
ProductName | LiteDB Viewer 2 | |
- ProductVersion | 2.0.1.0 | |
+ ProductVersion | 2.0.4.0 | |
ProgressType0 | install | |
ProgressType1 | Installing | |
ProgressType2 | installed | |
@@ -4646,7 +4646,7 @@ UwBpAG4AZwBsAGUASQBtAGEAZwBlAAEARQB4AHAAcgBlAHMAcwA=
ActionProperty
ISDisplayName
{00000000-0000-0000-0000-000000000000} | ***ALL_VERSIONS*** | | | 2 | | ISFOUNDNEWERPRODUCTVERSION | ISPreventDowngrade |
- {3BA18088-0874-4E3F-BE6E-A34B6AF756FD} | 2.0.0.0 | 2.0.1.0 | 1033 | 768 | | ISACTIONPROP1 | UpgradeEntry |
+ {3BA18088-0874-4E3F-BE6E-A34B6AF756FD} | 2.0.0.0 | 2.0.4.0 | 1033 | 256 | | ISACTIONPROP1 | UpgradeEntry |
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