Skip to content

Commit f77fc83

Browse files
Merge pull request #116 from Stillpoint-Software/develop
Fixed license issues
2 parents d27ecfc + 3a70115 commit f77fc83

File tree

6 files changed

+16
-55
lines changed

6 files changed

+16
-55
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
PackagePath="\"
3737
Link="README.md" />
3838

39-
<None Include="$(MSBuildThisFileDirectory)LICENSE.txt"
39+
<None Include="$(MSBuildThisFileDirectory)LICENSE"
4040
Pack="true"
4141
PackagePath="\"
4242
Link="LICENSE" />

Hyperbee.Templating.slnx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<Folder Name="/Solution Items/">
33
<File Path="Directory.Build.props" />
44
<File Path="Directory.Packages.props" />
5+
<File Path="LICENSE" />
56
<File Path="README.md" />
67
<File Path="version.json" />
78
<Project Path="docs/docs.shproj" />

src/Hyperbee.Templating.Provider.XS/Hyperbee.Templating.Provider.XS.csproj

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
<PackageReleaseNotes>https://github.com/Stillpoint-Software/hyperbee.templating/releases/latest</PackageReleaseNotes>
1818
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1919
</PropertyGroup>
20+
<ItemGroup>
21+
<None Remove="C:\Developer\Stillpoint\hyperbee.templating\README.md" />
22+
</ItemGroup>
2023

2124
<ItemGroup>
2225
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
@@ -32,12 +35,12 @@
3235
</ItemGroup>
3336
<ItemGroup>
3437
<None Include="..\..\assets\icon.png" Pack="true" Visible="false" PackagePath="/" />
35-
<None Include="..\..\README.md" Pack="true" Visible="true" PackagePath="/" Link="README.md" />
36-
<None Include="..\..\LICENSE" Pack="true" Visible="false" PackagePath="/" />
38+
<None Include="..\..\LICENSE" Pack="true" Visible="true" PackagePath="/" />
39+
<None Include="..\..\README.md" Pack="true" Visible="true" PackagePath="/" />
3740
<PackageReference Include="FastExpressionCompiler" />
38-
<PackageReference Include="Hyperbee.Resources" />
41+
<PackageReference Include="Hyperbee.Resources" />
3942
<PackageReference Include="Hyperbee.XS" />
40-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" />
43+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" />
4144
<PackageReference Update="Microsoft.SourceLink.GitHub" />
4245
<PackageReference Update="Nerdbank.GitVersioning" />
4346
</ItemGroup>

src/Hyperbee.Templating.Provider.XS/LICENSE.txt

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/Hyperbee.Templating/Hyperbee.Templating.csproj

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
<PackageReleaseNotes>https://github.com/Stillpoint-Software/hyperbee.templating/releases/latest</PackageReleaseNotes>
1919
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2020
</PropertyGroup>
21+
<ItemGroup>
22+
<None Remove="C:\Developer\Stillpoint\hyperbee.templating\README.md" />
23+
</ItemGroup>
2124

2225
<ItemGroup>
2326
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
@@ -33,10 +36,10 @@
3336
</ItemGroup>
3437
<ItemGroup>
3538
<None Include="..\..\assets\icon.png" Pack="true" Visible="false" PackagePath="/" />
36-
<None Include="..\..\README.md" Pack="true" Visible="true" PackagePath="/" Link="README.md" />
37-
<None Include="..\..\LICENSE" Pack="true" Visible="false" PackagePath="/" />
38-
<PackageReference Include="Hyperbee.Resources" />
39-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" />
39+
<None Include="..\..\LICENSE" Pack="true" Visible="true" PackagePath="/" />
40+
<None Include="..\..\README.md" Pack="true" Visible="true" PackagePath="/" />
41+
<PackageReference Include="Hyperbee.Resources" />
42+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" />
4043
<PackageReference Update="Microsoft.SourceLink.GitHub" />
4144
<PackageReference Update="Nerdbank.GitVersioning" />
4245
</ItemGroup>

src/Hyperbee.Templating/LICENSE.txt

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)