-
Notifications
You must be signed in to change notification settings - Fork 73
/
Copy pathCommon.props
31 lines (27 loc) · 1.48 KB
/
Common.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<Project>
<PropertyGroup>
<VersionPrefix>1.36.1</VersionPrefix>
</PropertyGroup>
<PropertyGroup>
<Authors>Revo Framework</Authors>
<Copyright>Copyright (c) 2017-2024 Martin Zima</Copyright>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<LangVersion>12</LangVersion>
<PackageIcon>icon-128.png</PackageIcon>
<PackageIconUrl>https://raw.githubusercontent.com/revoframework/Revo/develop/res/icon-128.png</PackageIconUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/revoframework/Revo</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>eventsourcing,cqrs,ddd,aspnet,webapi,framework,aspnetcore,event-sourcing,domain-driven-design</PackageTags>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<RepositoryUrl>https://github.com/revoframework/Revo</RepositoryUrl>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
<None Include="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), Common.props))/res/icon-128.png" Pack="true" PackagePath="/"/>
<None Include="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), Common.props))/README.md" Pack="true" PackagePath="/"/>
</ItemGroup>
</Project>