Skip to content

Commit

Permalink
Merge pull request #7 from JTOne123/master
Browse files Browse the repository at this point in the history
[PR] The proj files have been updated to enable SourceLink
  • Loading branch information
SirJosh3917 authored Jun 25, 2020
2 parents 2027423 + 127c74c commit 387d6ff
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions addons/StringDB.Ceras/StringDB.Ceras.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,16 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>Updated Ceras to 4.0.38 &amp; use StringDB 10.0.2</PackageReleaseNotes>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

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


<ItemGroup>
<PackageReference Include="Ceras" Version="4.0.40" />
<PackageReference Include="JetBrains.Annotations" Version="2019.1.1" PrivateAssets="all" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.2</TargetFramework>
<LangVersion>latest</LangVersion>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

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


<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.11.4" />
<PackageReference Include="LiteDB" Version="4.1.4" />
Expand Down
8 changes: 8 additions & 0 deletions src/StringDB/StringDB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,16 @@
<PackageTags>Database, KeyValue, Archival, Storage, Modular, Fluent</PackageTags>
<PackageReleaseNotes>10.1.0, featuring Querying! Now you can perform asynchronous operations on a StringDB, and use it in something like web api!</PackageReleaseNotes>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<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'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DocumentationFile></DocumentationFile>
Expand Down

0 comments on commit 387d6ff

Please sign in to comment.