Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PR] The proj files have been updated to enable SourceLink #96

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,16 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Contains an implementation of a overrider for AppConfig for the Invisionware Settings Library</Description>
<PackageTags>invisionware settings appsettings config configuration</PackageTags>
</PropertyGroup>

<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

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


<ItemGroup>
<None Include="..\..\logo.png">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,16 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Contains an implementation of a overrider for AzureConfigurationManager for the Invisionware Settings Library</Description>
<PackageTags>settings appsettings config configuration</PackageTags>
</PropertyGroup>

<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

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


<ItemGroup>
<None Include="..\..\logo.png">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,16 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Contains an implementation of a overrider for CommandLineParser for the Invisionware Settings Library</Description>
<PackageTags>invisionware settings appsettings config configuration</PackageTags>
</PropertyGroup>

<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

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


<ItemGroup>
<None Include="..\..\logo.png">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,16 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Contains an implementation of a Reader/Write sink for Azure Blob and File Storage for the Invisionware Settings Library</Description>
<PackageTags>invisionware settings azure blob file config configuration</PackageTags>
</PropertyGroup>

<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

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


<ItemGroup>
<None Include="..\..\logo.png">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,16 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Contains an implementation of a Reader/Write sink for Json.NET for the Invisionware Settings Library</Description>
<PackageTags>invisionware settings azure documentdb config configuration</PackageTags>
</PropertyGroup>

<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

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


<ItemGroup>
<None Include="..\..\logo.png">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,16 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Contains an implementation of sink for System ConfigurationManager for the Invisionware Settings Library</Description>
<PackageTags>invisionware,settings,appsettings,config,configuration,azure</PackageTags>
</PropertyGroup>

<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

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


<ItemGroup>
<None Include="..\..\logo.png">
Expand Down
11 changes: 10 additions & 1 deletion src/Invisionware.Settings/Invisionware.Settings.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,16 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Contains a generalize implementation for handling complex configuration/settings within an application. Based off the design of Serilog</Description>
<PackageTags>invisionware settings appsettings config configuration</PackageTags>
</PropertyGroup>

<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

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


<ItemGroup>
<None Include="..\..\logo.png">
Expand Down