Skip to content

Commit 0b5b108

Browse files
Merge pull request #139 from Stillpoint-Software/develop
Develop
2 parents 8f3a8c8 + 65dd111 commit 0b5b108

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

Directory.Build.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
PackagePath="\"
4242
Link="LICENSE" />
4343
</ItemGroup>
44+
<ItemGroup>
45+
<None Include="assets\icon.png" Pack="true" PackagePath="assets" />
46+
</ItemGroup>
4447
<!-- Global project properties - .NET 10 LTS First Strategy -->
4548
<PropertyGroup>
4649
<ImplicitUsings>enable</ImplicitUsings>

Hyperbee.Expressions.slnx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
<File Path=".github/workflows/run_tests.yml" />
2121
<File Path=".github/workflows/unlist_package.yml" />
2222
</Folder>
23+
<Folder Name="/Solution Items/assets/">
24+
<File Path="assets/hyperbee.svg" />
25+
<File Path="assets/icon.png" />
26+
</Folder>
2327
<Folder Name="/Solution Tests/">
2428
<Project Path="test/Hyperbee.Expressions.Benchmark/Hyperbee.Expressions.Benchmark.csproj" />
2529
<Project Path="test/Hyperbee.Expressions.Compiler.Benchmarks/Hyperbee.Expressions.Compiler.Benchmarks.csproj" />

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"publicReleaseRefSpec": [
55
"^refs/heads/main$",
66
"^refs/heads/hotfix$",

0 commit comments

Comments
 (0)