Browse Source

update assembly info. to 0.3 (CLI).

master
Craig Oates 6 years ago
parent
commit
ff4d6c1d9a
  1. 4
      DeathSocketCLI/AssemblyInfo.fs

4
DeathSocketCLI/AssemblyInfo.fs

@ -38,8 +38,8 @@ open 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("1.0.*")>]
[<assembly: AssemblyVersion("0.2.0.0")>]
[<assembly: AssemblyFileVersion("0.2.0.0")>]
[<assembly: AssemblyVersion("0.3.0.0")>]
[<assembly: AssemblyFileVersion("0.3.0.0")>]
do
()
Loading…
Cancel
Save