File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
ProjectNamiBlobCacheCleanup Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" )>
Original file line number Diff line number Diff line change @@ -365,4 +365,4 @@ WRITTEN OFFER
365365
366366The 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
You can’t perform that action at this time.
0 commit comments