Skip to content

Commit

Permalink
Updated to v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
qiangqiang101 committed Aug 3, 2015
1 parent 35c8a8f commit 9ee022d
Show file tree
Hide file tree
Showing 8 changed files with 1,271 additions and 842 deletions.
Binary file modified .vs/PDM.NET/v14/.suo
Binary file not shown.
4 changes: 2 additions & 2 deletions PremiumDeluxeMotorsport.NET/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("2.2.0.0")>
<Assembly: AssemblyFileVersion("2.2.0.0")>
<Assembly: AssemblyVersion("2.3.0.0")>
<Assembly: AssemblyFileVersion("2.3.0.0")>
Binary file modified PremiumDeluxeMotorsport.NET/bin/Debug/PDMCarShopMod.dll
Binary file not shown.
Binary file modified PremiumDeluxeMotorsport.NET/bin/Debug/PDMCarShopMod.pdb
Binary file not shown.
6 changes: 2 additions & 4 deletions PremiumDeluxeMotorsport.NET/logger.vb
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
Imports System.IO

Public NotInheritable Class logger
Public NotInheritable Class logger

Private Sub New()

End Sub

Public Shared Sub Log(message As Object)
File.AppendAllText(".\PDMCarShop.log", DateTime.Now & ":" & message & Environment.NewLine)
System.IO.File.AppendAllText(".\PDMCarShop-" & Now.Month & "-" & Now.Day & "-" & Now.Year & ".log", DateTime.Now & ":" & message & Environment.NewLine)
End Sub

End Class
Binary file modified PremiumDeluxeMotorsport.NET/obj/Debug/PDMCarShopMod.dll
Binary file not shown.
Binary file modified PremiumDeluxeMotorsport.NET/obj/Debug/PDMCarShopMod.pdb
Binary file not shown.
2,103 changes: 1,267 additions & 836 deletions PremiumDeluxeMotorsport.NET/pdmcarshop.vb

Large diffs are not rendered by default.

0 comments on commit 9ee022d

Please sign in to comment.