Skip to content

Commit 94292ae

Browse files
committed
project info
1 parent b1a39e8 commit 94292ae

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

src/WrapperValueObject.Generator/WrapperValueObject.Generator.csproj

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<LangVersion>preview</LangVersion>
66
<Nullable>enable</Nullable>
7+
<IsPackable>true</IsPackable>
8+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
9+
<PackageProjectUrl>https://github.com/martinothamar/WrapperValueObject</PackageProjectUrl>
10+
<RepositoryUrl>https://github.com/martinothamar/WrapperValueObject</RepositoryUrl>
11+
<RepositoryType>git</RepositoryType>
12+
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
13+
<PackageTags>source-generation source-gen source-generator sourcegenerator value-object C# .NET .NET5 dotnet dotnet5 DDD</PackageTags>
14+
<Authors>Martin Othamar</Authors>
15+
<Copyright>Copyright 2020 Martin Othamar</Copyright>
16+
<DevelopmentDependency>true</DevelopmentDependency>
717
</PropertyGroup>
818

919
<PropertyGroup>

test/WrapperValueObject.TestConsole/WrapperValueObject.TestConsole.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<TargetFramework>net5.0</TargetFramework>
66
<LangVersion>preview</LangVersion>
77
<Nullable>enable</Nullable>
8+
<IsPackable>false</IsPackable>
89
</PropertyGroup>
910

1011
<ItemGroup>

0 commit comments

Comments
 (0)