Skip to content

Commit

Permalink
1.8.0 release (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
SlavaVedernikov authored Oct 5, 2024
2 parents 078cc54 + c24326d commit cb2288f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
4 changes: 2 additions & 2 deletions C4InterFlow.Automation/C4InterFlow.Automation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<Deterministic>true</Deterministic>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Version>1.7.5</Version>
<Version>1.8.0</Version>
</PropertyGroup>

<PropertyGroup>
<PackageId>C4InterFlow.Automation</PackageId>
<PackageVersion>1.7.5</PackageVersion>
<PackageVersion>1.8.0</PackageVersion>
<Authors>Slava Vedernikov</Authors>
<Description>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.</Description>
<Copyright>Copyright 2024 Slava Vedernikov</Copyright>
Expand Down
10 changes: 9 additions & 1 deletion C4InterFlow.Automation/RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
* 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
2 changes: 1 addition & 1 deletion C4InterFlow.Cli/C4InterFlow.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.7.5</Version>
<Version>1.8.0</Version>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
Expand Down
4 changes: 2 additions & 2 deletions C4InterFlow/C4InterFlow.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<Deterministic>true</Deterministic>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Version>1.7.5</Version>
<Version>1.8.0</Version>
</PropertyGroup>

<PropertyGroup>
<PackageId>C4InterFlow</PackageId>
<PackageVersion>1.7.5</PackageVersion>
<PackageVersion>1.8.0</PackageVersion>
<Authors>Slava Vedernikov</Authors>
<Description>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.</Description>
<Copyright>Copyright 2024 Slava Vedernikov</Copyright>
Expand Down

0 comments on commit cb2288f

Please sign in to comment.