Skip to content

Commit

Permalink
Rename assembly to Pine.Core
Browse files Browse the repository at this point in the history
  • Loading branch information
Viir committed Apr 16, 2024
1 parent 29d0929 commit e8dba50
Show file tree
Hide file tree
Showing 22 changed files with 15 additions and 15 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<AssemblyVersion>0.1.8</AssemblyVersion>
<FileVersion>0.1.8</FileVersion>
<AssemblyVersion>0.1.9</AssemblyVersion>
<FileVersion>0.1.9</FileVersion>
</PropertyGroup>

<PropertyGroup>
<PackageId>Pine</PackageId>
<Version>0.1.8</Version>
<PackageId>Pine.Core</PackageId>
<Version>0.1.9</Version>
<Description>The cross-platform Elm runtime environment</Description>
<PackageTags>Functional;Elm;Runtime;Compiler;VM;DBMS</PackageTags>
<RepositoryUrl>https://github.com/pine-vm/pine.git</RepositoryUrl>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
12 changes: 6 additions & 6 deletions implement/PineTest/Pine.UnitTests/Pine.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\Pine\Pine.csproj" />
<ItemGroup>
<ProjectReference Include="..\..\Pine.Core\Pine.Core.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.3.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.3.1" />
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.3.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.3.1" />
</ItemGroup>

</Project>
6 changes: 3 additions & 3 deletions implement/elm-time/elm-time.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>ElmTime</RootNamespace>
<AssemblyName>pine-cli</AssemblyName>
<AssemblyVersion>0.1.8</AssemblyVersion>
<FileVersion>0.1.8</FileVersion>
<AssemblyVersion>0.1.9</AssemblyVersion>
<FileVersion>0.1.9</FileVersion>
<Nullable>enable</Nullable>
<GenerateEmbeddedFilesManifest>true</GenerateEmbeddedFilesManifest>
</PropertyGroup>
Expand Down Expand Up @@ -35,7 +35,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Pine\Pine.csproj" />
<ProjectReference Include="..\Pine.Core\Pine.Core.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#r "System.Runtime.InteropServices.RuntimeInformation"
#r "System.Text.Json"

#r "Pine"
#r "elm-time"
#r "Pine.Core"
#r "pine-cli"

using Pine;
using System;
Expand Down

0 comments on commit e8dba50

Please sign in to comment.