File tree Expand file tree Collapse file tree 2 files changed +19
-7
lines changed Expand file tree Collapse file tree 2 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 15
15
<PackageVersion >1.0.0.0</PackageVersion >
16
16
<Authors >Juna</Authors >
17
17
<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 >
21
20
<RepositoryType >git</RepositoryType >
22
21
<PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
23
22
<Description >A code generator for generating binary serialization.</Description >
28
27
<GenerateAssemblyCopyrightAttribute >false</GenerateAssemblyCopyrightAttribute >
29
28
<DevelopmentDependency >true</DevelopmentDependency >
30
29
<AllowUnsafeBlocks >True</AllowUnsafeBlocks >
30
+ <PackageLicenseFile >LICENSE</PackageLicenseFile >
31
+ <PackageReadmeFile >README.md</PackageReadmeFile >
31
32
</PropertyGroup >
32
33
34
+ <ItemGroup >
35
+ <Content Include =" ../LICENSE" Pack =" true" PackagePath =" \" />
36
+ <Content Include =" ../README.md" Pack =" true" PackagePath =" \" />
37
+ </ItemGroup >
38
+
33
39
<ItemGroup >
34
40
<PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.9.2" PrivateAssets =" all" />
35
41
<PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.3.4" PrivateAssets =" all" />
Original file line number Diff line number Diff line change 13
13
<PackageVersion >1.0.0.0</PackageVersion >
14
14
<Authors >Juna</Authors >
15
15
<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 >
19
18
<RepositoryType >git</RepositoryType >
20
19
<PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
21
20
<Description >A code generator for generating binary serialization.</Description >
25
24
<GenerateAssemblyDescriptionAttribute >false</GenerateAssemblyDescriptionAttribute >
26
25
<GenerateAssemblyCopyrightAttribute >false</GenerateAssemblyCopyrightAttribute >
27
26
<AllowUnsafeBlocks >True</AllowUnsafeBlocks >
27
+ <PackageLicenseFile >LICENSE</PackageLicenseFile >
28
+ <PackageReadmeFile >README.md</PackageReadmeFile >
28
29
</PropertyGroup >
29
30
30
31
<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" />
32
38
</ItemGroup >
33
39
34
40
</Project >
You can’t perform that action at this time.
0 commit comments