Skip to content
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