Skip to content

Commit

Permalink
Update the readme short description
Browse files Browse the repository at this point in the history
  • Loading branch information
sungaila committed Feb 10, 2021
1 parent cc4a543 commit f62c08e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src="https://raw.githubusercontent.com/sungaila/Cdelta/master/etc/Icon.png" align="left" width="64" height="64" alt="Cdelta Logo">
<img src="https://raw.githubusercontent.com/sungaila/Cdelta/master/etc/Icon.png" align="left" width="64" height="64" alt="Cdelta Logo">

# Cdelta
[![Azure DevOps builds (branch)](https://img.shields.io/azure-devops/build/sungaila/2feb76e5-ff0c-4623-8319-722a43829660/3/master?style=flat-square)](https://dev.azure.com/sungaila/Cdelta/_build/latest?definitionId=3&branchName=master)
Expand All @@ -7,7 +7,7 @@
[![NuGet downloads](https://img.shields.io/nuget/dt/Cdelta.svg?style=flat-square)](https://www.nuget.org/packages/Cdelta/)
[![GitHub license](https://img.shields.io/github/license/sungaila/Cdelta?style=flat-square)](https://github.com/sungaila/Cdelta/blob/master/LICENSE)

A C# source generator for finite-state machines.
A [C# source generator](https://devblogs.microsoft.com/dotnet/introducing-c-source-generators/) for [finite-state machines](https://en.wikipedia.org/wiki/Finite-state_machine) ‐ easily referenced as a [Roslyn analyzer](https://github.com/dotnet/roslyn-analyzers).

Looking for the master's thesis *C𝛿: Design and Implementation of a Transcompiler for Language Integrated Finite-State Machines in C♯*? Look here: https://github.com/sungaila/CdeltaLegacy

Expand Down
2 changes: 1 addition & 1 deletion src/Core/Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageIcon>Icon_128.png</PackageIcon>
<PackageProjectUrl>https://github.com/sungaila/Cdelta</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/sungaila/Cdelta/master/etc/Icon_128.png</PackageIconUrl>
<Description>A C# source generator for finite-state machines.</Description>
<Description>A C# source generator for finite-state machines ‐ easily referenced as a Roslyn analyzer.</Description>
<PackageReleaseNotes>Initial preview release</PackageReleaseNotes>
<PackageTags>Roslyn CodeAnalysis Compiler Transpiler CSharp C# Analyzers DotNetAnalyzers StateMachine Cdelta Cδ SourceGenerator ISourceGenerator state-machine StateMachine Automaton Automata NFA DFA</PackageTags>
<RepositoryUrl>https://github.com/sungaila/Cdelta.git</RepositoryUrl>
Expand Down

0 comments on commit f62c08e

Please sign in to comment.