Skip to content

Commit

Permalink
First Stable Release
Browse files Browse the repository at this point in the history
  • Loading branch information
SlavaVedernikov committed Apr 8, 2024
1 parent 65181fe commit 89aaea6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 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>0.42.0</Version>
<Version>1.0.0</Version>
</PropertyGroup>

<PropertyGroup>
<PackageId>C4InterFlow.Automation</PackageId>
<PackageVersion>0.42.0</PackageVersion>
<PackageVersion>1.0.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 All @@ -22,7 +22,7 @@
<RepositoryUrl>https://github.com/SlavaVedernikov/C4InterFlow</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>Architecture as Code DSL C4 Model Tools Diagrams Generation</PackageTags>
<PackageReleaseNotes>Initial Release Candidate</PackageReleaseNotes>
<PackageReleaseNotes>First Stable Release</PackageReleaseNotes>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
</PropertyGroup>
Expand Down
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>0.42.0</Version>
<Version>1.0.0</Version>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
Expand Down
6 changes: 3 additions & 3 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>0.42.0</Version>
<Version>1.0.0</Version>
</PropertyGroup>

<PropertyGroup>
<PackageId>C4InterFlow</PackageId>
<PackageVersion>0.42.0</PackageVersion>
<PackageVersion>1.0.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 All @@ -22,7 +22,7 @@
<RepositoryUrl>https://github.com/SlavaVedernikov/C4InterFlow</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>Architecture as Code DSL C4 Model Tools Diagrams Generation</PackageTags>
<PackageReleaseNotes>Initial Release Candidate</PackageReleaseNotes>
<PackageReleaseNotes>First Stable Release</PackageReleaseNotes>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
</PropertyGroup>
Expand Down

0 comments on commit 89aaea6

Please sign in to comment.