Skip to content

Commit 8162c02

Browse files
committed
Housekeeping for 3.0 release
1 parent 8a85cb5 commit 8162c02

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

ProjectNamiCacheLoader/My Project/AssemblyInfo.vb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Imports System.Runtime.InteropServices
1212
<Assembly: AssemblyDescription("")>
1313
<Assembly: AssemblyCompany("")>
1414
<Assembly: AssemblyProduct("ProjectNamiCacheLoader")>
15-
<Assembly: AssemblyCopyright("Copyright © 2014")>
15+
<Assembly: AssemblyCopyright("Copyright © 2015")>
1616
<Assembly: AssemblyTrademark("")>
1717

1818
<Assembly: ComVisible(False)>
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
3131
' by using the '*' as shown below:
3232
' <Assembly: AssemblyVersion("1.0.*")>
3333

34-
<Assembly: AssemblyVersion("1.0.0.0")>
35-
<Assembly: AssemblyFileVersion("1.0.0.0")>
34+
<Assembly: AssemblyVersion("3.0.0.0")>
35+
<Assembly: AssemblyFileVersion("3.0.0.0")>

ProjectNamiCacheLoader/ProjectNamiCacheLoader.vbproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@
138138
</None>
139139
<None Include="App.config" />
140140
<None Include="packages.config" />
141+
<None Include="readme.md" />
141142
</ItemGroup>
142143
<ItemGroup>
143144
<Content Include="license.txt" />

ProjectNamiCacheLoader/license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,4 +365,4 @@ WRITTEN OFFER
365365

366366
The source code for this program can be freely obtained at the following URL:
367367

368-
https://github.com/ProjectNami/ProjectNamiBlobCache
368+
https://github.com/ProjectNami/ProjectNamiCacheLoader

ProjectNamiCacheLoader/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+


0 commit comments

Comments
 (0)