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
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
PackagePath="\"
Link="README.md" />

<None Include="$(MSBuildThisFileDirectory)LICENSE.txt"
<None Include="$(MSBuildThisFileDirectory)LICENSE"
Pack="true"
PackagePath="\"
Link="LICENSE" />
Expand Down
1 change: 1 addition & 0 deletions Hyperbee.Templating.slnx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<Folder Name="/Solution Items/">
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="LICENSE" />
<File Path="README.md" />
<File Path="version.json" />
<Project Path="docs/docs.shproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
<PackageReleaseNotes>https://github.com/Stillpoint-Software/hyperbee.templating/releases/latest</PackageReleaseNotes>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<None Remove="C:\Developer\Stillpoint\hyperbee.templating\README.md" />
</ItemGroup>

<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
Expand All @@ -32,12 +35,12 @@
</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="/" />
<None Include="..\..\LICENSE" Pack="true" Visible="true" PackagePath="/" />
<None Include="..\..\README.md" Pack="true" Visible="true" PackagePath="/" />
<PackageReference Include="FastExpressionCompiler" />
<PackageReference Include="Hyperbee.Resources" />
<PackageReference Include="Hyperbee.Resources" />
<PackageReference Include="Hyperbee.XS" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" />
<PackageReference Update="Microsoft.SourceLink.GitHub" />
<PackageReference Update="Nerdbank.GitVersioning" />
</ItemGroup>
Expand Down
23 changes: 0 additions & 23 deletions src/Hyperbee.Templating.Provider.XS/LICENSE.txt

This file was deleted.

11 changes: 7 additions & 4 deletions src/Hyperbee.Templating/Hyperbee.Templating.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
<PackageReleaseNotes>https://github.com/Stillpoint-Software/hyperbee.templating/releases/latest</PackageReleaseNotes>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<None Remove="C:\Developer\Stillpoint\hyperbee.templating\README.md" />
</ItemGroup>

<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
Expand All @@ -33,10 +36,10 @@
</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.Resources" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" />
<None Include="..\..\LICENSE" Pack="true" Visible="true" PackagePath="/" />
<None Include="..\..\README.md" Pack="true" Visible="true" PackagePath="/" />
<PackageReference Include="Hyperbee.Resources" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" />
<PackageReference Update="Microsoft.SourceLink.GitHub" />
<PackageReference Update="Nerdbank.GitVersioning" />
</ItemGroup>
Expand Down
23 changes: 0 additions & 23 deletions src/Hyperbee.Templating/LICENSE.txt

This file was deleted.