Skip to content

Commit e39f355

Browse files
committed
Update csproj
1 parent 4f5e287 commit e39f355

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

Hexa.Protobuf.Analyzer/Hexa.Protobuf.Analyzer.csproj

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@
1515
<PackageVersion>1.0.0.0</PackageVersion>
1616
<Authors>Juna</Authors>
1717
<AssemblyName>Hexa.Protobuf.Analyzers</AssemblyName>
18-
<PackageLicenseExpression>MIT</PackageLicenseExpression>
19-
<PackageProjectUrl>https://github.com/HexaEngine/HexaEngine</PackageProjectUrl>
20-
<RepositoryUrl>https://github.com/HexaEngine/HexaEngine</RepositoryUrl>
18+
<PackageProjectUrl>https://github.com/HexaEngine/Hexa.Protobuf</PackageProjectUrl>
19+
<RepositoryUrl>https://github.com/HexaEngine/Hexa.Protobuf</RepositoryUrl>
2120
<RepositoryType>git</RepositoryType>
2221
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
2322
<Description>A code generator for generating binary serialization.</Description>
@@ -28,8 +27,15 @@
2827
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
2928
<DevelopmentDependency>true</DevelopmentDependency>
3029
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
30+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
31+
<PackageReadmeFile>README.md</PackageReadmeFile>
3132
</PropertyGroup>
3233

34+
<ItemGroup>
35+
<Content Include="../LICENSE" Pack="true" PackagePath="\" />
36+
<Content Include="../README.md" Pack="true" PackagePath="\" />
37+
</ItemGroup>
38+
3339
<ItemGroup>
3440
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" PrivateAssets="all" />
3541
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" PrivateAssets="all" />

Hexa.Protobuf/Hexa.Protobuf.csproj

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@
1313
<PackageVersion>1.0.0.0</PackageVersion>
1414
<Authors>Juna</Authors>
1515
<AssemblyName>Hexa.Protobuf</AssemblyName>
16-
<PackageLicenseExpression>MIT</PackageLicenseExpression>
17-
<PackageProjectUrl>https://github.com/HexaEngine/HexaEngine</PackageProjectUrl>
18-
<RepositoryUrl>https://github.com/HexaEngine/HexaEngine</RepositoryUrl>
16+
<PackageProjectUrl>https://github.com/HexaEngine/Hexa.Protobuf</PackageProjectUrl>
17+
<RepositoryUrl>https://github.com/HexaEngine/Hexa.Protobuf</RepositoryUrl>
1918
<RepositoryType>git</RepositoryType>
2019
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
2120
<Description>A code generator for generating binary serialization.</Description>
@@ -25,10 +24,17 @@
2524
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
2625
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
2726
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
27+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
28+
<PackageReadmeFile>README.md</PackageReadmeFile>
2829
</PropertyGroup>
2930

3031
<ItemGroup>
31-
<ProjectReference Include="..\Hexa.Protobuf.Analyzer\Hexa.Protobuf.Analyzer.csproj" />
32+
<Content Include="../LICENSE" Pack="true" PackagePath="\" />
33+
<Content Include="../README.md" Pack="true" PackagePath="\" />
34+
</ItemGroup>
35+
36+
<ItemGroup>
37+
<ProjectReference Include="..\Hexa.Protobuf.Analyzer\Hexa.Protobuf.Analyzer.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
3238
</ItemGroup>
3339

3440
</Project>

0 commit comments

Comments
 (0)