Description:
Update version.
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
@@ -32,9 +32,9 | |||||
|
32 |
|
32 | ||
|
33 | //Let's let core builds be deterministic |
|
33 | //Let's let core builds be deterministic |
|
34 | #if NETCOREAPP |
|
34 | #if NETCOREAPP |
|
35 |
[assembly:AssemblyVersion("0. |
|
35 | [assembly:AssemblyVersion("0.48.25.0")] |
|
36 | #else |
|
36 | #else |
|
37 |
[assembly:AssemblyVersion("0. |
|
37 | [assembly:AssemblyVersion("0.48.25.*")] |
|
38 | #endif |
|
38 | #endif |
|
39 |
|
39 | ||
|
40 | class FNAGame : Game |
|
40 | class FNAGame : Game |
You need to be logged in to leave comments.
Login now