File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ we have to convert it to a byte array in order to allow the arma extension loade
50
50
/// <param name="outputSize">An integer that determines the maximum lenght of the array</param>
51
51
public static void RVExtensionVersion ( IntPtr output , int outputSize )
52
52
{
53
- string greetingsString = "|Arma .Net Core Sample|" ; //String that will get printed on RPT logs
53
+ string greetingsString = "|Arma .NET Core Sample|" ;
54
54
55
55
string finalString = greetingsString + '\0 ' ;
56
56
Original file line number Diff line number Diff line change 1
1
# What is this?
2
- A template project for writing Arma 3 extensions in .Net Core, using ILCompiler provided by CoreRT
2
+ A template project for writing Arma 3 extensions in .NET Core, using ILCompiler provided by CoreRT
3
3
4
4
# Author
5
5
CoreRT https://github.com/dotnet/corert
6
6
Dardo https://github.com/DardoTheMaster
7
7
8
8
## How to Setup
9
- 1 ) Install DotNet core sdk and dependencies from Microsoft website ( https://dotnet.microsoft.com/download )
9
+ 1 ) Install .NET Core SDK and dependencies from Microsoft website ( https://dotnet.microsoft.com/download )
10
10
11
11
2 ) Open a terminal in the project directory
12
12
You can’t perform that action at this time.
0 commit comments