Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
sunforest99 committed Jun 1, 2021
1 parent 3865f17 commit f0b4539
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Script/Server.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Server
public static List<User> v_user = new List<User>();
public static int userIdx = 0;
public static ManualResetEvent allDone = new ManualResetEvent(false);
public static string version = "1.2.2";
public static string version = "1.2.3";

/**
* @brief 초기화
Expand Down
Binary file added bin/Debug/Shape-Of-You-Server.exe
Binary file not shown.
Binary file added bin/Debug/Shape-Of-You-Server.pdb
Binary file not shown.
4 changes: 4 additions & 0 deletions obj/Debug/.NETFramework,Version=v4.5.2.AssemblyAttributes.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.5.2", FrameworkDisplayName = ".NET Framework 4.5.2")]
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
68b4069e6d81662b62831f79e8f6fd098ebc7f7f
7 changes: 7 additions & 0 deletions obj/Debug/Shape-Of-You-Server.csproj.FileListAbsolute.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@ c:\users\kyech\onedrive\문서\visual studio 2015\Projects\Shape-Of-You-Server\b
c:\users\kyech\onedrive\문서\visual studio 2015\Projects\Shape-Of-You-Server\obj\Debug\Shape-Of-You-Server.csprojResolveAssemblyReference.cache
c:\users\kyech\onedrive\문서\visual studio 2015\Projects\Shape-Of-You-Server\obj\Debug\Shape-Of-You-Server.exe
c:\users\kyech\onedrive\문서\visual studio 2015\Projects\Shape-Of-You-Server\obj\Debug\Shape-Of-You-Server.pdb
C:\Users\Taeyang\Desktop\Shape-Of-You-Server\bin\Debug\Shape-Of-You-Server.exe.config
C:\Users\Taeyang\Desktop\Shape-Of-You-Server\bin\Debug\Shape-Of-You-Server.exe
C:\Users\Taeyang\Desktop\Shape-Of-You-Server\bin\Debug\Shape-Of-You-Server.pdb
C:\Users\Taeyang\Desktop\Shape-Of-You-Server\obj\Debug\Shape-Of-You-Server.csprojAssemblyReference.cache
C:\Users\Taeyang\Desktop\Shape-Of-You-Server\obj\Debug\Shape-Of-You-Server.csproj.CoreCompileInputs.cache
C:\Users\Taeyang\Desktop\Shape-Of-You-Server\obj\Debug\Shape-Of-You-Server.exe
C:\Users\Taeyang\Desktop\Shape-Of-You-Server\obj\Debug\Shape-Of-You-Server.pdb
Binary file not shown.
Binary file added obj/Debug/Shape-Of-You-Server.exe
Binary file not shown.
Binary file added obj/Debug/Shape-Of-You-Server.pdb
Binary file not shown.

0 comments on commit f0b4539

Please sign in to comment.