Skip to content

Commit 6dd054e

Browse files
committed
Merge
2 parents 4412085 + 784aba6 commit 6dd054e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cs/net core/EntryPoint.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ we have to convert it to a byte array in order to allow the arma extension loade
5050
/// <param name="outputSize">An integer that determines the maximum lenght of the array</param>
5151
public static void RVExtensionVersion(IntPtr output, int outputSize)
5252
{
53-
string greetingsString = "|Arma .Net Core Sample|"; //String that will get printed on RPT logs
53+
string greetingsString = "|Arma .NET Core Sample|";
5454

5555
string finalString = greetingsString + '\0';
5656

cs/net core/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# 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
33

44
# Author
55
CoreRT https://github.com/dotnet/corert
66
Dardo https://github.com/DardoTheMaster
77

88
## 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 )
1010

1111
2) Open a terminal in the project directory
1212

0 commit comments

Comments
 (0)