Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aelij authored Dec 2, 2023
1 parent aa13623 commit 1cb0688
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ A cross-platform C# editor based on Roslyn and AvalonEdit

You will be prompted that the app is not signed by a known developer - click **Open**.

For more information see the [Open a Mac app from an unidentified developer](https://support.apple.com/en-il/guide/mac-help/mh40616/mac).
For more information see [Open a Mac app from an unidentified developer](https://support.apple.com/guide/mac-help/mh40616).

## Packages

RoslynPad is also available as NuGet packages which allow you to use Roslyn services and the editor in your own apps.

[Code samples](https://github.com/aelij/RoslynPad/tree/main/samples)

|Package Name|Description|
|------------|-----------|
|[![NuGet](https://img.shields.io/nuget/v/RoslynPad.Roslyn.svg?style=flat-square)](https://www.nuget.org/packages/RoslynPad.Roslyn) `RoslynPad.Roslyn`|Exposes many Roslyn editor services that are currently internal|
Expand All @@ -37,11 +39,9 @@ RoslynPad is also available as NuGet packages which allow you to use Roslyn serv

Package versions match Roslyn's.

[Code samples](https://github.com/aelij/RoslynPad/tree/main/samples)

## Building

Open `src\RoslynPad.sln` in Visual Studio 2022.
Open `src/RoslynPad.sln` in Visual Studio 2022.

## Features

Expand Down

0 comments on commit 1cb0688

Please sign in to comment.