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

Commit

Permalink
New Release, LiteDBv2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
falahati committed Feb 24, 2017
1 parent 9f547d5 commit eb7c83f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -250,3 +250,4 @@ paket-files/
# JetBrains Rider
.idea/
*.sln.iml
*.db
8 changes: 4 additions & 4 deletions LiteDBViewer.Setup/LiteDBViewer.Setup.isl
Original file line number Diff line number Diff line change
Expand Up @@ -3965,7 +3965,7 @@
UwBpAG4AZwBsAGUASQBtAGEAZwBlAAEARQB4AHAAcgBlAHMAcwA=
</td></row>
<row><td>DefaultProductConfiguration</td><td>Express</td></row>
<row><td>EnableSwidtag</td><td>1</td></row>
<row><td>EnableSwidtag</td><td>0</td></row>
<row><td>ISCompilerOption_CompileBeforeBuild</td><td>1</td></row>
<row><td>ISCompilerOption_Debug</td><td>0</td></row>
<row><td>ISCompilerOption_IncludePath</td><td/></row>
Expand Down Expand Up @@ -4359,9 +4359,9 @@ UwBpAG4AZwBsAGUASQBtAGEAZwBlAAEARQB4AHAAcgBlAHMAcwA=
<row><td>PROGMSG_IIS_ROLLBACKVROOTS</td><td>##IDS_PROGMSG_IIS_ROLLBACKVROOTS##</td><td/></row>
<row><td>PROGMSG_IIS_ROLLBACKWEBSERVICEEXTENSIONS</td><td>##IDS_PROGMSG_IIS_ROLLBACKWEBSERVICEEXTENSIONS##</td><td/></row>
<row><td>PROGRAMFILETOLAUNCHATEND</td><td>[INSTALLDIR]LiteDBViewer.Primary output</td><td/></row>
<row><td>ProductCode</td><td>{BC3A0419-3B32-4F63-B218-D24F4C25D3BB}</td><td/></row>
<row><td>ProductCode</td><td>{BC3A0419-3B32-4F63-B218-D24F4C25D3BC}</td><td/></row>
<row><td>ProductName</td><td>LiteDB Viewer 2</td><td/></row>
<row><td>ProductVersion</td><td>2.0.1.0</td><td/></row>
<row><td>ProductVersion</td><td>2.0.4.0</td><td/></row>
<row><td>ProgressType0</td><td>install</td><td/></row>
<row><td>ProgressType1</td><td>Installing</td><td/></row>
<row><td>ProgressType2</td><td>installed</td><td/></row>
Expand Down Expand Up @@ -4646,7 +4646,7 @@ UwBpAG4AZwBsAGUASQBtAGEAZwBlAAEARQB4AHAAcgBlAHMAcwA=
<col def="s72">ActionProperty</col>
<col def="S72">ISDisplayName</col>
<row><td>{00000000-0000-0000-0000-000000000000}</td><td>***ALL_VERSIONS***</td><td></td><td></td><td>2</td><td/><td>ISFOUNDNEWERPRODUCTVERSION</td><td>ISPreventDowngrade</td></row>
<row><td>{3BA18088-0874-4E3F-BE6E-A34B6AF756FD}</td><td>2.0.0.0</td><td>2.0.1.0</td><td>1033</td><td>768</td><td/><td>ISACTIONPROP1</td><td>UpgradeEntry</td></row>
<row><td>{3BA18088-0874-4E3F-BE6E-A34B6AF756FD}</td><td>2.0.0.0</td><td>2.0.4.0</td><td>1033</td><td>256</td><td/><td>ISACTIONPROP1</td><td>UpgradeEntry</td></row>
</table>

<table name="Verb">
Expand Down
2 changes: 1 addition & 1 deletion LiteDBViewer.Setup/LiteDBViewer.Setup.isproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Project ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<!-- Select a Product Configuration -->
<InstallShieldProductConfiguration>Express</InstallShieldProductConfiguration>
Expand Down
6 changes: 3 additions & 3 deletions LiteDBViewer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("")]

Expand All @@ -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")]
[assembly: AssemblyVersion("2.0.4.0")]
[assembly: AssemblyFileVersion("2.0.4.0")]

0 comments on commit eb7c83f

Please sign in to comment.