Skip to content

Commit

Permalink
Added IconUrl into *.csproj files. Updated cross-package references.
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegKarasik committed Mar 15, 2019
1 parent ecde9da commit 38b1e8e
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.0.2</Version>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageIconUrl>https://github.com/coherentsolutionsinc/anywhere-configuration/blob/master/favicon.png?raw=true</PackageIconUrl>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<Copyright>2019 Coherent Solutions, Inc</Copyright>
<Authors>Coherent Solutions, Inc</Authors>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<Authors>Coherent Solutions, Inc</Authors>
<Copyright>2019 Coherent Solutions, Inc</Copyright>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageIconUrl>https://github.com/coherentsolutionsinc/anywhere-configuration/blob/master/favicon.png?raw=true</PackageIconUrl>
<PackageProjectUrl>https://github.com/coherentsolutionsinc/anywhere-configuration</PackageProjectUrl>
<RepositoryUrl>https://github.com/coherentsolutionsinc/anywhere-configuration</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<Company>Coherent Solutions, Inc</Company>
<Copyright>2019 Coherent Solutions, Inc</Copyright>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageIconUrl>https://github.com/coherentsolutionsinc/anywhere-configuration/blob/master/favicon.png?raw=true</PackageIconUrl>
<PackageProjectUrl>https://github.com/coherentsolutionsinc/anywhere-configuration</PackageProjectUrl>
<RepositoryUrl>https://github.com/coherentsolutionsinc/anywhere-configuration</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
Expand All @@ -22,7 +23,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CoherentSolutions.Extensions.Configuration.AnyWhere.Abstractions" Version="1.0.1" />
<PackageReference Include="CoherentSolutions.Extensions.Configuration.AnyWhere.Abstractions" Version="1.0.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.AzureKeyVault" Version="2.1.0" />
<PackageReference Include="Polly" Version="7.0.3" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<Company>Coherent Solutions, Inc</Company>
<Copyright>2019 Coherent Solutions, Inc</Copyright>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageIconUrl>https://github.com/coherentsolutionsinc/anywhere-configuration/blob/master/favicon.png?raw=true</PackageIconUrl>
<PackageProjectUrl>https://github.com/coherentsolutionsinc/anywhere-configuration</PackageProjectUrl>
<RepositoryUrl>https://github.com/coherentsolutionsinc/anywhere-configuration</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
Expand All @@ -20,7 +21,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CoherentSolutions.Extensions.Configuration.AnyWhere.Abstractions" Version="1.0.1" />
<PackageReference Include="CoherentSolutions.Extensions.Configuration.AnyWhere.Abstractions" Version="1.0.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="2.1.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<Company>Coherent Solutions, Inc</Company>
<Copyright>2019 Coherent Solutions, Inc</Copyright>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageIconUrl>https://github.com/coherentsolutionsinc/anywhere-configuration/blob/master/favicon.png?raw=true</PackageIconUrl>
<PackageProjectUrl>https://github.com/coherentsolutionsinc/anywhere-configuration</PackageProjectUrl>
<RepositoryUrl>https://github.com/coherentsolutionsinc/anywhere-configuration</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
Expand All @@ -20,7 +21,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CoherentSolutions.Extensions.Configuration.AnyWhere.Abstractions" Version="1.0.1" />
<PackageReference Include="CoherentSolutions.Extensions.Configuration.AnyWhere.Abstractions" Version="1.0.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.1.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<Version>2.1.1</Version>
<Authors>Coherent Solutions, Inc</Authors>
<Copyright>2019 Coherent Solutions, Inc</Copyright>
<PackageIconUrl>https://github.com/coherentsolutionsinc/anywhere-configuration/blob/master/favicon.png?raw=true</PackageIconUrl>
<PackageProjectUrl>https://github.com/coherentsolutionsinc/anywhere-configuration</PackageProjectUrl>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<RepositoryUrl>https://github.com/coherentsolutionsinc/anywhere-configuration</RepositoryUrl>
Expand All @@ -19,7 +20,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CoherentSolutions.Extensions.Configuration.AnyWhere.Abstractions" Version="1.0.1" />
<PackageReference Include="CoherentSolutions.Extensions.Configuration.AnyWhere.Abstractions" Version="1.0.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.KeyPerFile" Version="2.1.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<Version>1.0.3</Version>
<Authors>Coherent Solutions, Inc</Authors>
<Copyright>2019 Coherent Solutions, Inc</Copyright>
<PackageIconUrl>https://github.com/coherentsolutionsinc/anywhere-configuration/blob/master/favicon.png?raw=true</PackageIconUrl>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageProjectUrl>https://github.com/coherentsolutionsinc/anywhere-configuration</PackageProjectUrl>
<RepositoryUrl>https://github.com/coherentsolutionsinc/anywhere-configuration</RepositoryUrl>
Expand All @@ -18,7 +19,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CoherentSolutions.Extensions.Configuration.AnyWhere.Abstractions" Version="1.0.1" />
<PackageReference Include="CoherentSolutions.Extensions.Configuration.AnyWhere.Abstractions" Version="1.0.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="2.0.0" />
<PackageReference Include="System.Runtime.Loader" Version="4.3.0" />
</ItemGroup>
Expand Down

0 comments on commit 38b1e8e

Please sign in to comment.