Skip to content

Commit 793a9a2

Browse files
committed
Housekeeping for 3.0 release
1 parent a07ef72 commit 793a9a2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ProjectNamiBlobCacheCleanup/Module1.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Module Module1
3434
End Try
3535

3636
Catch ex As Exception
37-
'Do Nothing
37+
Console.Out.WriteLine("ERROR - " & ex.Message & ex.StackTrace)
3838
End Try
3939
End Sub
4040

ProjectNamiBlobCacheCleanup/My Project/AssemblyInfo.vb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ Imports System.Runtime.InteropServices
3030
' by using the '*' as shown below:
3131
' <Assembly: AssemblyVersion("1.0.*")>
3232

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

ProjectNamiBlobCacheCleanup/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/ProjectNamiBlobCacheCleanup

0 commit comments

Comments
 (0)