Skip to content

Commit

Permalink
Merge pull request #71 from pjoiner/69-SourceLink
Browse files Browse the repository at this point in the history
Added sourcelink
  • Loading branch information
pjoiner authored Sep 16, 2023
2 parents 927b74f + d7e8889 commit 7155357
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions src/DWC_A/DwC-A_dotnet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<RepositoryType>git</RepositoryType>
<Description>A simple Darwin Core Archive Reader for dotnet</Description>
<PackageTags>DwC-A darwin-core Biodiversity</PackageTags>
<Version>0.7.0</Version>
<Version>0.8.0</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>full</DebugType>
Expand All @@ -26,10 +26,12 @@
<PropertyGroup>
<DocumentationFile>DwC-A_dotnet.xml</DocumentationFile>
<NoWarn>1701;1702;1591</NoWarn>
<AssemblyVersion>0.7.0.0</AssemblyVersion>
<FileVersion>0.7.0.0</FileVersion>
<AssemblyVersion>0.8.0.0</AssemblyVersion>
<FileVersion>0.8.0.0</FileVersion>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<IncludeSymbols>True</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleToAttribute" Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand All @@ -47,7 +49,11 @@
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Linq.Async" Version="5.0.0" Condition="'$(TargetFramework)' != 'netstandard2.0'" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.Linq.Async" Version="6.0.1" Condition="'$(TargetFramework)' != 'netstandard2.0'" />
</ItemGroup>

</Project>

0 comments on commit 7155357

Please sign in to comment.