Skip to content

Commit

Permalink
Add packadge info
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrov-ua committed Nov 6, 2021
1 parent 1bc54d1 commit 10a9db8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
Expand Up @@ -4,11 +4,9 @@
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\PolymorphicTypePropertyGenerator\PolymorphicTypePropertyGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="true" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="PolymorphicTypePropertyGenerator" Version="0.1.0" />
</ItemGroup>

</Project>
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
Expand All @@ -10,5 +10,22 @@
<PropertyGroup>
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
<CompilerGeneratedFilesOutputPath>Generated</CompilerGeneratedFilesOutputPath>
<Authors>alexandrov.ua@gmail.com</Authors>
<Company>-</Company>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<RepositoryUrl>https://github.com/alexandrov-ua/PolymorphicTypePropertyGenerator</RepositoryUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<Copyright>Copyright Aleksandr Aleksandrov 2021</Copyright>
<RepositoryType>git</RepositoryType>
<PackageProjectUrl>https://github.com/alexandrov-ua/PolymorphicTypePropertyGenerator</PackageProjectUrl>
<PackageTags>PolymorphicTypePropertyGenerator;SourceGenerators;Generator</PackageTags>
<PackageReleaseNotes>See https://github.com/alexandrov-ua/PolymorphicTypePropertyGenerator/releases</PackageReleaseNotes>
<Description>Library for generating Type property and enum for polymorphic types.

Details: https://github.com/alexandrov-ua/PolymorphicTypePropertyGenerator#readme</Description>
</PropertyGroup>
<ItemGroup>
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
</ItemGroup>
</Project>

0 comments on commit 10a9db8

Please sign in to comment.