Skip to content

Commit

Permalink
package version changed from 0.3.0 to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gcramarossa committed Jan 10, 2024
1 parent 5aebb78 commit 2aef784
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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<ArgumentType>` 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.
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
2 changes: 1 addition & 1 deletion src/InterAppConnector/InterAppConnector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>0.3.0</Version>
<Version>0.4.0</Version>
<Authors>interappconnectorproject,gcramarossa</Authors>
<Description>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.</Description>
<RepositoryUrl>https://github.com/interappconnectorproject/interappconnector</RepositoryUrl>
Expand Down

0 comments on commit 2aef784

Please sign in to comment.