From 2aef784e7076639a0f5c494106e4b1285b28070c Mon Sep 17 00:00:00 2001 From: Giuseppe Cramarossa <16326537+gcramarossa@users.noreply.github.com> Date: Wed, 10 Jan 2024 20:25:32 +0100 Subject: [PATCH] package version changed from 0.3.0 to 0.4.0 --- README.md | 10 +++++++--- src/InterAppConnector/InterAppConnector.csproj | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e5a959e..51b0724 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ You can create one or more modules (called commands) and call them in the same m - Easy integration and out-of-box experience with console applications - Integration with web applications, automated and non-interactive procedures (such as batch, jobs, automated tasks, ...) and other project types - Argument definition in classes. You can define mandatory and optional arguments that are checked before the command starts +- Extensible - Support for obfuscated code (in preview) -- Extensible (coming soon) # Quick example @@ -89,10 +89,14 @@ You can create one or more modules (called commands) and call them in the same m - In other applications, use the object returned by the `ExecuteAsBatch` method. -# Documentation +# Documentation and code examples For advanced scenarios and in order to learn how to use the library efficiently, see the documentation provided with the library. Below you will find informations about how to find this documentation ## General documentation -The general documentation is available in the [GitHub Wiki](https://github.com/interappconnectorproject/interappconnector/wiki) section. \ No newline at end of file +The general documentation is available in the [GitHub Wiki](https://github.com/interappconnectorproject/interappconnector/wiki) section. + +## Code examples + +The [InterAppConnector sample code repository](https://github.com/interappconnectorproject/interappconnector-samples) contains code examples that shows how to use the library \ No newline at end of file diff --git a/src/InterAppConnector/InterAppConnector.csproj b/src/InterAppConnector/InterAppConnector.csproj index 7de37a9..97bad64 100644 --- a/src/InterAppConnector/InterAppConnector.csproj +++ b/src/InterAppConnector/InterAppConnector.csproj @@ -5,7 +5,7 @@ enable enable True - 0.3.0 + 0.4.0 interappconnectorproject,gcramarossa InterAppConnector is a library that helps to create modules and functions that can be easily implemented in every project and application type by using a common message format. It is very useful for software or applications that are developed using the modular programming and in particular the module pattern. https://github.com/interappconnectorproject/interappconnector