Skip to content

Commit

Permalink
Configure NuGet feed
Browse files Browse the repository at this point in the history
  • Loading branch information
Viir committed Apr 1, 2024
1 parent b331f40 commit d21f35e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 19 additions & 2 deletions implement/Pine/Pine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,25 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<AssemblyVersion>2024.0224.0.0</AssemblyVersion>
<FileVersion>2024.0224.0.0</FileVersion>
<AssemblyVersion>0.1.0</AssemblyVersion>
<FileVersion>0.1.0</FileVersion>
</PropertyGroup>

<PropertyGroup>
<PackageId>Pine</PackageId>
<Version>0.1.0</Version>
<Description>PineVM is a virtual machine running programs written in functional programming languages</Description>
<PackageTags>Functional;Elm;Runtime;Compiler;VM;DBMS</PackageTags>
<RepositoryUrl>https://github.com/elm-time/elm-time.git</RepositoryUrl>
<PackageProjectUrl>https://elm-time.org</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Authors>Viir</Authors>
<PackageLicenseFile>License.txt</PackageLicenseFile>
</PropertyGroup>

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\"/>
<None Include="./../../License.txt" Pack="true" PackagePath="\"/>
</ItemGroup>

</Project>
4 changes: 4 additions & 0 deletions implement/Pine/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
PineVM is a virtual machine running programs written in functional programming languages.

+ Website: <https://elm-time.org>
+ Source code repository: <https://github.com/elm-time/elm-time>

0 comments on commit d21f35e

Please sign in to comment.