From 68abef9e781201b7c7271e6d9ea0f0d0af3967c2 Mon Sep 17 00:00:00 2001 From: samatrhea Date: Mon, 12 Feb 2024 09:13:32 +0100 Subject: [PATCH] [Bump] versions --- ECoreNetto/ECoreNetto.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ECoreNetto/ECoreNetto.csproj b/ECoreNetto/ECoreNetto.csproj index bdc64a6..71c9ffc 100644 --- a/ECoreNetto/ECoreNetto.csproj +++ b/ECoreNetto/ECoreNetto.csproj @@ -6,7 +6,7 @@ netstandard2.0 RHEA System S.A. EcoreNetto - 2.3.2 + 2.3.3 ECoreNetto is a dotnet core library that is used to deserialize an Ecore meta-model for the purpose of code generation. Ecore is a meta-model used to represent models in the Eclipse Modelling Framework. EMF is a powerful framework and code generation facility for building Java applications based on simple model definitions. The intention of ECoreNetto is not to be a port of EMF, it aims at bridging the gap to the .NET world to facilitate code generation of C# class libraries based on an Ecore model using the .NET code available tooling and libraries. ECoreNetto False @@ -24,7 +24,7 @@ Sam Gerene; Naron Phou; Merlin Bieze Ecore - [Add] package README + [Update] package README README.md