Skip to content

Commit 5898133

Browse files
Rename .NET to .NET Framwork and .NET core to .NET. (#611)
(cherry picked from commit 5e97036)
1 parent 89b1fa5 commit 5898133

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# GeneXus Standard Classes for .NET and .NET Core
2-
GeneXus Standard Classes for .NET and .NET Core generators.
1+
# GeneXus Standard Classes for .NET and .NET Framework
2+
GeneXus Standard Classes for .NET and .NET Framework generators.
33

44
## Build status
55
| Branch | Status
@@ -11,7 +11,7 @@ GeneXus Standard Classes for .NET and .NET Core generators.
1111

1212
| Name | Description | Package Id
1313
|---|---|---
14-
| GxEncrypt | Classes common to .NET and .NET Core related to encryption based on Twofish algorithm | GeneXus.Encrypt
14+
| GxEncrypt | Classes common to .NET and .NET Framework related to encryption based on Twofish algorithm | GeneXus.Encrypt
1515
| GxEncryptCMD | Command line tool that allows encryption and decryption of data. [Help](https://wiki.genexus.com/commwiki/servlet/wiki?45615) | GeneXus.EncryptCMD
1616
| GxCryptography | Provide classes that support CryptoAsymmetricEncrypt and GXSymmetricEncryption data type | GeneXus.Cryptography
1717
| GxCryptographyCommon | Contants and Exceptions classes common to GxCryptography and GxClasses | GeneXus.Cryptography.Common
@@ -41,12 +41,12 @@ GeneXus Standard Classes for .NET and .NET Core generators.
4141
| GxConfig | Executable utility to update web.config | GeneXus.Config
4242
| GxDataInitialization | Executable utility to support dynamic transactions initialization at impact process | GeneXus.DataInitialization(\*)
4343

44-
(\*) For .NET Core add suffix ".Core" to Package Id
44+
(\*) For .NET add suffix ".Core" to Package Id
4545

46-
(\*\*) Package not available for .NET Core
46+
(\*\*) Package not available for .NET
4747

4848
## Repository Layout
49-
This repository contains projects for .NET and .NET Core. It is organized as follows:
49+
This repository contains projects for .NET and .NET Framework. It is organized as follows:
5050

5151
```
5252
.
@@ -55,8 +55,8 @@ This repository contains projects for .NET and .NET Core. It is organized as fol
5555
├── dotnet/
5656
├── src/
5757
├── dotnetcommon/ (Shared projects that build for both TargetFrameworks: dotnet and dotnetcore)
58-
├── dotnetcore/ (.NET Core projects, several of these projects link sources from dotnetframework)
59-
└── dotnetframework/ (.NET projects)
58+
├── dotnetcore/ (.NET projects, several of these projects link sources from dotnetframework)
59+
└── dotnetframework/ (.NET Framework projects)
6060
├── Directory.Build.props (default configuration for projects, imported early in the import order)
6161
├── Directory.Build.targets (configuration for particular projects, imported late in the build order)
6262
├── DotNetStandardClasses.sln (solution to build all the projects)
@@ -83,10 +83,10 @@ For the following steps must be executed from inside ```dotnet``` directory:
8383
## How to test your changes with a GeneXus installation?
8484
- ```dotnet msbuild /t:build;CopyAssemblies DotNetStandardClasses.sln```
8585

86-
It compiles the solution and copies all the .NET assemblies to the folder build/gxnet*/bin**. Then, you can copy those files to a GeneXus installation or to your web application directory.
86+
It compiles the solution and copies all the .NET Framework assemblies to the folder build/gxnet*/bin**. Then, you can copy those files to a GeneXus installation or to your web application directory.
8787

8888
You can use the following parameters to customize the deploy:
89-
- TargetFramework: only the assemblies that are generated for this framework will be deployed. Valid values are: `net462` (for GeneXus C# generator) and `net6` (for GeneXus NetCore generator).
89+
- TargetFramework: only the assemblies that are generated for this framework will be deployed. Valid values are: `net462` (for GeneXus NET Framework generator) and `net6` (for GeneXus NET generator).
9090
- DeployDirectory: specifies a GeneXus installation directory.
9191

9292
Samples:

0 commit comments

Comments
 (0)