From c24326d787b620dbbd252f51cd77dcde44fa7a77 Mon Sep 17 00:00:00 2001 From: Slava Vedernikov Date: Sat, 5 Oct 2024 12:14:51 +0100 Subject: [PATCH] 1.8.0 release --- C4InterFlow.Automation/C4InterFlow.Automation.csproj | 4 ++-- C4InterFlow.Automation/RELEASENOTES.md | 10 +++++++++- C4InterFlow.Cli/C4InterFlow.Cli.csproj | 2 +- C4InterFlow/C4InterFlow.csproj | 4 ++-- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/C4InterFlow.Automation/C4InterFlow.Automation.csproj b/C4InterFlow.Automation/C4InterFlow.Automation.csproj index 9f73958f9..d9fc95145 100644 --- a/C4InterFlow.Automation/C4InterFlow.Automation.csproj +++ b/C4InterFlow.Automation/C4InterFlow.Automation.csproj @@ -7,12 +7,12 @@ true true snupkg - 1.7.5 + 1.8.0 C4InterFlow.Automation - 1.7.5 + 1.8.0 Slava Vedernikov Revolutionise your Application Architecture Documentation with C4InterFlow. Designed for Architects and Engineers, this tool leverages the widely-recognised C4 Model (Architecture Visualisation framework), enhanced with unique features like Interface and Flow, to describe your Application Architecture as Code. Experience an intuitive, efficient way to document complex systems, ensuring clarity and consistency across your teams and products. Copyright 2024 Slava Vedernikov diff --git a/C4InterFlow.Automation/RELEASENOTES.md b/C4InterFlow.Automation/RELEASENOTES.md index 98fb8d978..73eb27fa9 100644 --- a/C4InterFlow.Automation/RELEASENOTES.md +++ b/C4InterFlow.Automation/RELEASENOTES.md @@ -20,4 +20,12 @@ * Added namespaces to the diagrams files system path * Added logging * Added shortcuts for AaC reader strategies -* Added support for recursive descent JSON Path syntax to dotnet resolver \ No newline at end of file +* Added support for recursive descent JSON Path syntax to dotnet resolver + +## 1.8.0 + +* Fixed the issue with nested Invocation Expressions when generating AaC from CSharp +* Changed the way Protocol and Tags are coded in PlantUML +* Changed CSharp AaC generation to remove ALIAS field +* Simplified C# AaC by making it strongly-typed throughout +* Removed type names repetitions in C# AaC definitions \ No newline at end of file diff --git a/C4InterFlow.Cli/C4InterFlow.Cli.csproj b/C4InterFlow.Cli/C4InterFlow.Cli.csproj index 22050f60d..b2805e937 100644 --- a/C4InterFlow.Cli/C4InterFlow.Cli.csproj +++ b/C4InterFlow.Cli/C4InterFlow.Cli.csproj @@ -5,7 +5,7 @@ net6.0 enable enable - 1.7.5 + 1.8.0 true true win-x64 diff --git a/C4InterFlow/C4InterFlow.csproj b/C4InterFlow/C4InterFlow.csproj index e99c66be6..93a538033 100644 --- a/C4InterFlow/C4InterFlow.csproj +++ b/C4InterFlow/C4InterFlow.csproj @@ -7,12 +7,12 @@ true true snupkg - 1.7.5 + 1.8.0 C4InterFlow - 1.7.5 + 1.8.0 Slava Vedernikov Revolutionise your Application Architecture Documentation with C4InterFlow. Designed for Architects and Engineers, this tool leverages the widely-recognised C4 Model (Architecture Visualisation framework), enhanced with unique features like Interface and Flow, to describe your Application Architecture as Code. Experience an intuitive, efficient way to document complex systems, ensuring clarity and consistency across your teams and products. Copyright 2024 Slava Vedernikov