Skip to content

Commit

Permalink
[Add ] package readme
Browse files Browse the repository at this point in the history
  • Loading branch information
samatrhea committed Dec 10, 2023
1 parent 91774b7 commit 6efc800
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ECoreNetto/ECoreNetto.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Company>RHEA System S.A.</Company>
<Title>EcoreNetto</Title>
<Version>2.3.1</Version>
<Version>2.3.2</Version>
<Description>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.</Description>
<PackageId>ECoreNetto</PackageId>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
Expand All @@ -24,13 +24,14 @@
<Authors>Sam Gerene; Naron Phou; Merlin Bieze</Authors>
<PackageTags>Ecore</PackageTags>
<PackageReleaseNotes>
[Cleanup] using statements
[Update] header - copyright statement
[Add] package README
</PackageReleaseNotes>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<None Include="..\ecorenetto-Icon.png" Pack="true" PackagePath="" />
<None Include="..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>

</Project>

0 comments on commit 6efc800

Please sign in to comment.