Skip to content

Commit 2864a1b

Browse files
committed
Moved LICENSE.txt and README.md from project folder to solution folder
1 parent 3d6bb7d commit 2864a1b

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

DotnetNativeBase.sln

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2D567AF0-62E8-42C3-8B92-72B00F24DFFC}"
99
ProjectSection(SolutionItems) = preProject
1010
.editorconfig = .editorconfig
11+
LICENSE.txt = LICENSE.txt
12+
README.md = README.md
1113
EndProjectSection
1214
EndProject
1315
Global

DotnetNativeBase/README.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

DotnetNativeBase/LICENSE.txt renamed to LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2024 Yotic
1+
Copyright (C) 2024 Yotic
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
A library containing structures for easy use of C# in native build.\
44
Should be used when creating any application in conjunction with a native build.\
5-
Every DotnetNative project refers to this library.
5+
Every DotnetNative project refers to this library.

0 commit comments

Comments
 (0)