Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageIcon>icon.png</PackageIcon>
<PackageReleaseNotes>https://github.com/Stillpoint-Software/Hyperbee.Expressions/releases/latest</PackageReleaseNotes>
<RepositoryUrl>https://github.com/Stillpoint-Software/Hyperbee.Expressions</RepositoryUrl>
<RepositoryUrl>https://github.com/Stillpoint-Software/hyperbee.expressions</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageProjectUrl>https://github.com/Stillpoint-Software/Hyperbee.Expressions</PackageProjectUrl>
<PackageProjectUrl>https://github.com/Stillpoint-Software/hyperbee.expressions</PackageProjectUrl>
</PropertyGroup>

<!-- Pull README & LICENSE into the package root -->
<ItemGroup Condition="'$(IsPackable)' == 'true'">
<ItemGroup Condition="'$(IsPackable)' == 'true' AND '$(MSBuildProjectName)' != 'Hyperbee.Expressions.Compiler'">
<None Include="$(MSBuildThisFileDirectory)README.md"
Pack="true"
PackagePath=""
Link="README.md" />

</ItemGroup>
<ItemGroup Condition="'$(IsPackable)' == 'true'">
<None Include="$(MSBuildThisFileDirectory)LICENSE"
Pack="true"
PackagePath=""
Expand All @@ -46,6 +46,7 @@
PackagePath=""
Link="icon.png" />
</ItemGroup>

<!-- Global project properties - .NET 10 LTS First Strategy -->
<PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,22 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>expression-tree;expressions;compiler;il;emit</PackageTags>
<PackageIcon>icon.png</PackageIcon>
<IsPackable>true</IsPackable>
<PackageProjectUrl>https://stillpoint-software.github.io/hyperbee.expressions/</PackageProjectUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Copyright>Stillpoint Software, Inc.</Copyright>
<Title>Hyperbee Expressions Compiler</Title>
<Description>High-performance IR-based expression compiler for .NET.</Description>
<RepositoryUrl>https://github.com/Stillpoint-Software/Hyperbee.Expressions</RepositoryUrl>
<RepositoryUrl>https://github.com/Stillpoint-Software/hyperbee.expressions</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>https://github.com/Stillpoint-Software/Hyperbee.Expressions/releases/latest</PackageReleaseNotes>
</PropertyGroup>


<ItemGroup>
<None Include="..\..\assets\icon.png" Pack="true" Visible="false" PackagePath="/" />
<None Include="..\..\LICENSE">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="README.md"
Pack="true"
PackagePath=""
Link="README.md" />
</ItemGroup>

<ItemGroup>
Expand Down
12 changes: 4 additions & 8 deletions src/Hyperbee.Expressions.Lab/Hyperbee.Expressions.Lab.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,20 @@
<PackageId>Hyperbee.Expressions.Lab</PackageId>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>expression-tree;expressions;lab;samples</PackageTags>
<PackageIcon>icon.png</PackageIcon>
<PackageProjectUrl>https://stillpoint-software.github.io/hyperbee.expressions/</PackageProjectUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Copyright>Stillpoint Software, Inc.</Copyright>
<Title>Hyperbee Expressions (lab)</Title>
<Description>Sample Extentions for .NET Expression Trees.</Description>
<RepositoryUrl>https://github.com/Stillpoint-Software/Hyperbee.Expressions</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>https://github.com/Stillpoint-Software/Hyperbee.Expressions/releases/latest</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup>
<DefineConstants>$(DefineConstants);FAST_COMPILER</DefineConstants>
</PropertyGroup>

<ItemGroup>
<None Remove="C:\Developer\Stillpoint\hyperbee.expressions\assets\icon.png" />
</ItemGroup>

<ItemGroup>
<None Update="$(MSBuildProjectName).csproj.DotSettings" Visible="false" />
</ItemGroup>
Expand All @@ -36,9 +35,6 @@
</ItemGroup>

<ItemGroup>
<None Include="..\..\assets\icon.png" Pack="true" Visible="false" PackagePath="/" />
<None Include="..\..\README.md" Pack="true" Visible="true" PackagePath="/" Link="README.md" />
<None Include="..\..\LICENSE" Pack="true" Visible="false" PackagePath="/" />
<PackageReference Include="Hyperbee.Collections" />
<PackageReference Include="Hyperbee.Json" />
<PackageReference Include="Microsoft.CodeAnalysis.Common" />
Expand Down
10 changes: 1 addition & 9 deletions src/Hyperbee.Expressions/Hyperbee.Expressions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,10 @@
<PackageId>Hyperbee.Expressions</PackageId>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>expression-tree;expressions;async;await;expression-extension</PackageTags>
<PackageIcon>icon.png</PackageIcon>
<PackageProjectUrl>https://stillpoint-software.github.io/hyperbee.expressions/</PackageProjectUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<IsPackable>true</IsPackable>
<Copyright>Stillpoint Software, Inc.</Copyright>
<Title>Hyperbee Expressions</Title>
<Description>Async and Await for .NET Expression Trees.</Description>
<RepositoryUrl>https://github.com/Stillpoint-Software/Hyperbee.Expressions</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>https://github.com/Stillpoint-Software/Hyperbee.Expressions/releases/latest</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -36,9 +31,6 @@
</ItemGroup>

<ItemGroup>
<None Include="..\..\assets\icon.png" Pack="true" Visible="false" PackagePath="/" />
<None Include="..\..\README.md" Pack="true" Visible="true" PackagePath="/" Link="README.md" />
<None Include="..\..\LICENSE" Pack="true" Visible="false" PackagePath="/" />
<PackageReference Include="Hyperbee.Collections" />
<PackageReference Include="Microsoft.CodeAnalysis.Common" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" />
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.4.5",
"version": "1.4.6",
"publicReleaseRefSpec": [
"^refs/heads/main$",
"^refs/heads/hotfix$",
Expand Down