Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Commit 09c8a10

Browse files
committed
53X Again 2!
1 parent 16f3876 commit 09c8a10

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

.gitattributes

-2
This file was deleted.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Snake
2-
<p>Snake v1.2.3.4</p>
2+
<p>Snake v1.2</p>
33
<p>Visual Studio 2019</p>
44
<p>.NET Framework 4.8 (Minimum 4.0)</p>
55
<img src="https://www.photo.herominyum.com/resimler/2020/05/31/XxXx.png" />

Snake/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// set of attributes. Change these attribute values to modify the information
66
// associated with an assembly.
77
[assembly: AssemblyTitle("Snake")]
8-
[assembly: AssemblyDescription("Snake v1.2.3.4")]
8+
[assembly: AssemblyDescription("Snake v1.2")]
99
[assembly: AssemblyConfiguration("")]
1010
[assembly: AssemblyCompany("Taiizor")]
1111
[assembly: AssemblyProduct("Snake")]
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.2.3.4")]
35-
[assembly: AssemblyFileVersion("1.2.3.4")]
34+
[assembly: AssemblyVersion("1.2.0.0")]
35+
[assembly: AssemblyFileVersion("1.2.0.0")]

Snake/bin/Release/Snake.exe

0 Bytes
Binary file not shown.

Snake/bin/Release/Snake.pdb

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)