Skip to content

Commit

Permalink
Merge pull request #6 from lucidcode/feature/export-dreams
Browse files Browse the repository at this point in the history
Export dreams
  • Loading branch information
IAmCoder authored Apr 5, 2022
2 parents 5ad045e + 93892bf commit a314fa1
Show file tree
Hide file tree
Showing 6 changed files with 788 additions and 652 deletions.
8 changes: 4 additions & 4 deletions Dreams/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyTitle("Dreams")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("lucidcode")>
<Assembly: AssemblyProduct("Dreams")>
<Assembly: AssemblyCopyright("Copyright © lucidcode 2013 - 2015")>
<Assembly: AssemblyProduct("Dreams")>
<Assembly: AssemblyCopyright("Copyright © lucidcode 2013 - 2022")>
<Assembly: AssemblyTrademark("")>

<Assembly: ComVisible(False)>
Expand All @@ -30,5 +30,5 @@ Imports System.Runtime.InteropServices
' You can specify all the values or you can default the Build and Revision Numbers
' by using the '*' as shown below:

<Assembly: AssemblyVersion("3.4.2")>
<Assembly: AssemblyFileVersion("3.4.2.0")>
<Assembly: AssemblyVersion("3.4.5")>
<Assembly: AssemblyFileVersion("3.4.5.0")>
Loading

0 comments on commit a314fa1

Please sign in to comment.