Skip to content

Commit

Permalink
Merge pull request #5 from chr1st0scli/terminal-gui-bump
Browse files Browse the repository at this point in the history
Bump lib versions and prepare release.
  • Loading branch information
chr1st0scli authored Jul 20, 2023
2 parents d297940 + 2835e60 commit ada8ada
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ Semantic versioning is followed.

### Removed

## [1.0.0] - 2023-07-20

Initial release.

## [1.0.0-beta.1] - 2023-07-11

Initial beta release.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ You need to have .NET 6 or later installed.

In order to download RainLispConsole from NuGet and install it as a global tool, run the following command in a command line shell.
```
dotnet tool install -g RainLispConsole --version "*-beta*"
dotnet tool install -g RainLispConsole
```

If you already have it installed and you want to update it, run the following command.
```
dotnet tool update -g RainLispConsole --version "*-beta*"
dotnet tool update -g RainLispConsole
```

## Usage
Expand Down
7 changes: 4 additions & 3 deletions RainLispConsole/RainLispConsole.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<ApplicationIcon>RainLisp.ico</ApplicationIcon>
<Title>A REPL and code editor console application for RainLisp</Title>
<Version>1.0.0-beta.1</Version>
<Version>1.0.0</Version>
<Authors>Christos Giamouridis</Authors>
<Company>Rainsoft</Company>
<Description>A REPL and code editor console application for RainLisp.</Description>
Expand All @@ -20,6 +20,7 @@
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<PackageReleaseNotes>Initial release.</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<Content Include="RainLisp.ico" />
Expand All @@ -40,7 +41,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.18.1" />
<PackageReference Include="RainLisp" Version="1.0.0-beta.1" />
<PackageReference Include="Terminal.Gui" Version="1.12.1" />
<PackageReference Include="RainLisp" Version="1.0.0" />
<PackageReference Include="Terminal.Gui" Version="1.13.4" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions nuget.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ You need to have .NET 6 or later installed.

In order to download RainLispConsole from NuGet and install it as a global tool, run the following command in a command line shell.
```
dotnet tool install -g RainLispConsole --version "*-beta*"
dotnet tool install -g RainLispConsole
```

If you already have it installed and you want to update it, run the following command.
```
dotnet tool update -g RainLispConsole --version "*-beta*"
dotnet tool update -g RainLispConsole
```

## Usage
Expand Down

0 comments on commit ada8ada

Please sign in to comment.