Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions RyanJuan.Minerva.Common/RyanJuan.Minerva.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,16 @@
<Description>Core project for RyanJuan.Minerva.
Should not be used directly, use other subset of RyanJuan.Minerva which implement for various database instead, such as RyanJuan.Minerva.SqlClient, RyanJuan.Minerva.Odbc etc.</Description>
<Configurations>Debug;Release;Release-zh-Hant</Configurations>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>


<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>D:\ryan\Minerva\RyanJuan.Minerva.Common\RyanJuan.Minerva.Common.xml</DocumentationFile>
</PropertyGroup>
Expand Down
8 changes: 8 additions & 0 deletions RyanJuan.Minerva.SqlClient/RyanJuan.Minerva.SqlClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,16 @@
<PackageLicenseUrl>https://github.com/ryans610/Minerva/blob/master/LICENSE</PackageLicenseUrl>
<Description>Minerva for SQL Server. Minerva is a light weight database helper, aim for simplify the data binding process for both parameter and return data.</Description>
<Configurations>Debug;Release;Release-zh-Hant</Configurations>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>


<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>D:\ryan\Minerva\RyanJuan.Minerva.SqlClient\RyanJuan.Minerva.SqlClient.xml</DocumentationFile>
</PropertyGroup>
Expand Down