We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b6f6a3 commit 45306b0Copy full SHA for 45306b0
RainLisp/RainLisp.csproj
@@ -6,7 +6,7 @@
6
<Nullable>enable</Nullable>
7
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
8
<Title>RainLisp a .NET LISP implementation</Title>
9
- <Version>1.0.0-beta.1</Version>
+ <Version>1.0.0</Version>
10
<Description>RainLisp a .NET LISP implementation.</Description>
11
<Copyright>2023</Copyright>
12
<PackageProjectUrl>https://github.com/chr1st0scli/RainLisp</PackageProjectUrl>
@@ -18,6 +18,7 @@
18
<Authors>Christos Giamouridis</Authors>
19
<Company>Rainsoft</Company>
20
<GenerateDocumentationFile>True</GenerateDocumentationFile>
21
+ <PackageReleaseNotes>Initial release.</PackageReleaseNotes>
22
</PropertyGroup>
23
24
<ItemGroup>
0 commit comments