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

iconUrl -> icon in nuspec file #412

Merged
merged 2 commits into from
Jul 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions product/roundhouse.console/roundhouse.tool.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@
<dependencies>
<group targetFramework=".NETCoreApp2.1" />
</dependencies>
<iconUrl>https://raw.github.com/chucknorris/roundhouse/master/nuget/RoundhousE_Logo.NuGet.jpg</iconUrl>
<icon>images/RoundhousE_Logo.NuGet.jpg</icon>
</metadata>
<files>
<file src="bin\netcoreapp2.1\publish\**\**" target="tools\netcoreapp2.1\any" />
<file src="bin/netcoreapp2.1/publish/**/**" target="tools/netcoreapp2.1/any" />
<file src="../../nuget/RoundhousE_Logo.NuGet.jpg" target="images/" />
</files>
</package>
5 changes: 2 additions & 3 deletions product/roundhouse.core/roundhouse.core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This is the core package, which implements the basic functionality. If you want
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>roundhouse db migration database migrator chucknorris</PackageTags>
<PackageIconUrl>https://raw.github.com/chucknorris/roundhouse/master/nuget/RoundhousE_Logo.NuGet.jpg</PackageIconUrl>
<PackageIcon>images/RoundhousE_Logo.NuGet.jpg</PackageIcon>
</PropertyGroup>


Expand Down Expand Up @@ -75,9 +75,8 @@ This is the core package, which implements the basic functionality. If you want
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="infrastructure.app\logging\log4net.config.xml" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="infrastructure.app\logging\log4net.config.no.console.xml" />
<None Include="../../nuget/RoundhousE_Logo.NuGet.jpg" Pack="true" PackagePath="/images"/>
</ItemGroup>
<!-- Copy to drop folder after packaging -->
<Target Name="CopyToDropFolder" AfterTargets="Pack" Condition="'$(DropFolder)' != ''">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This is the MS Access database package.
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>roundhouse db migration database migrator chucknorris access</PackageTags>
<PackageIconUrl>https://raw.github.com/chucknorris/roundhouse/master/nuget/RoundhousE_Logo.NuGet.jpg</PackageIconUrl>
<PackageIcon>images/RoundhousE_Logo.NuGet.jpg</PackageIcon>
</PropertyGroup>


Expand All @@ -50,6 +50,9 @@ This is the MS Access database package.
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<None Include="../../nuget/RoundhousE_Logo.NuGet.jpg" Pack="true" PackagePath="/images"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\roundhouse.core\roundhouse.core.csproj" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This is the MySql database package.
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>roundhouse db migration database migrator chucknorris mysql mariadb</PackageTags>
<PackageIconUrl>https://raw.github.com/chucknorris/roundhouse/master/nuget/RoundhousE_Logo.NuGet.jpg</PackageIconUrl>
<PackageIcon>images/RoundhousE_Logo.NuGet.jpg</PackageIcon>
</PropertyGroup>


Expand All @@ -51,6 +51,9 @@ This is the MySql database package.
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<None Include="../../nuget/RoundhousE_Logo.NuGet.jpg" Pack="true" PackagePath="/images"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Mysql.Data" Version="8.0.16" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.5.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This is the Oracle database package.
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>roundhouse db migration database migrator chucknorris oracle</PackageTags>
<PackageIconUrl>https://raw.github.com/chucknorris/roundhouse/master/nuget/RoundhousE_Logo.NuGet.jpg</PackageIconUrl>
<PackageIcon>images/RoundhousE_Logo.NuGet.jpg</PackageIcon>
</PropertyGroup>


Expand All @@ -54,6 +54,9 @@ This is the Oracle database package.
<PlatformTarget>AnyCPU</PlatformTarget>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<None Include="../../nuget/RoundhousE_Logo.NuGet.jpg" Pack="true" PackagePath="/images"/>
</ItemGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This is the PostgreSQL database package.
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>roundhouse db migration database migrator chucknorris postgresql postgres</PackageTags>
<PackageIconUrl>https://raw.github.com/chucknorris/roundhouse/master/nuget/RoundhousE_Logo.NuGet.jpg</PackageIconUrl>
<PackageIcon>images/RoundhousE_Logo.NuGet.jpg</PackageIcon>
</PropertyGroup>


Expand All @@ -51,6 +51,9 @@ This is the PostgreSQL database package.
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<None Include="../../nuget/RoundhousE_Logo.NuGet.jpg" Pack="true" PackagePath="/images"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Npgsql" Version="4.0.7" />
<PackageReference Include="System.Linq" Version="4.3.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This is the SQLite database package.
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>roundhouse db migration database migrator chucknorris sqlite</PackageTags>
<PackageIconUrl>https://raw.github.com/chucknorris/roundhouse/master/nuget/RoundhousE_Logo.NuGet.jpg</PackageIconUrl>
<PackageIcon>images/RoundhousE_Logo.NuGet.jpg</PackageIcon>
</PropertyGroup>


Expand Down Expand Up @@ -62,6 +62,7 @@ This is the SQLite database package.
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="../../nuget/RoundhousE_Logo.NuGet.jpg" Pack="true" PackagePath="/images"/>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="$(NuGetPackageRoot)system.data.sqlite.core\1.0.109.2\lib\$(TargetFramework)\System.Data.SQLite.dll">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This is the Microsoft SQL Server database package.
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>roundhouse db migration database migrator chucknorris sqlserver</PackageTags>
<PackageIconUrl>https://raw.github.com/chucknorris/roundhouse/master/nuget/RoundhousE_Logo.NuGet.jpg</PackageIconUrl>
<PackageIcon>images/RoundhousE_Logo.NuGet.jpg</PackageIcon>
</PropertyGroup>


Expand All @@ -58,6 +58,9 @@ This is the Microsoft SQL Server database package.
<PackageReference Include="Polly" Version="7.1.0" />
<PackageReference Include="System.Data.SqlClient" Version="4.6.1" />
</ItemGroup>
<ItemGroup>
<None Include="../../nuget/RoundhousE_Logo.NuGet.jpg" Pack="true" PackagePath="/images"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\roundhouse.core\roundhouse.core.csproj" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This is the Microsoft SQL Server 2000 database package.
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>roundhouse db migration database migrator chucknorris sqlserver sqlserver2000</PackageTags>
<PackageIconUrl>https://raw.github.com/chucknorris/roundhouse/master/nuget/RoundhousE_Logo.NuGet.jpg</PackageIconUrl>
<PackageIcon>images/RoundhousE_Logo.NuGet.jpg</PackageIcon>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand All @@ -52,6 +52,9 @@ This is the Microsoft SQL Server 2000 database package.
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<None Include="../../nuget/RoundhousE_Logo.NuGet.jpg" Pack="true" PackagePath="/images"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\roundhouse.core\roundhouse.core.csproj" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This is the SQL Server CE (Compact Edition) database package.
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>roundhouse db migration database migrator chucknorris sqlserver sqlserverce sqlservercompact</PackageTags>
<PackageIconUrl>https://raw.github.com/chucknorris/roundhouse/master/nuget/RoundhousE_Logo.NuGet.jpg</PackageIconUrl>
<PackageIcon>images/RoundhousE_Logo.NuGet.jpg</PackageIcon>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand All @@ -51,6 +51,9 @@ This is the SQL Server CE (Compact Edition) database package.
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<None Include="../../nuget/RoundhousE_Logo.NuGet.jpg" Pack="true" PackagePath="/images"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SqlServer.Compact" Version="4.0.8876.1" />
</ItemGroup>
Expand Down
5 changes: 4 additions & 1 deletion product/roundhouse.lib/roundhouse.lib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This is an "include all" package that gives you all the databases. If you want o
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>roundhouse db migration database migrator chucknorris</PackageTags>
<PackageIconUrl>https://raw.github.com/chucknorris/roundhouse/master/nuget/RoundhousE_Logo.NuGet.jpg</PackageIconUrl>
<PackageIcon>images/RoundhousE_Logo.NuGet.jpg</PackageIcon>
</PropertyGroup>


Expand Down Expand Up @@ -86,6 +86,9 @@ This is an "include all" package that gives you all the databases. If you want o
<LogicalName>$(AssemblyName).keywords.txt</LogicalName>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="../../nuget/RoundhousE_Logo.NuGet.jpg" Pack="true" PackagePath="/images"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ILMerge" Version="3.0.29" />
</ItemGroup>
Expand Down
5 changes: 4 additions & 1 deletion product/roundhouse.tasks/roundhouse.tasks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>roundhouse db migration database migrator chucknorris</PackageTags>
<PackageIconUrl>https://raw.github.com/chucknorris/roundhouse/master/nuget/RoundhousE_Logo.NuGet.jpg</PackageIconUrl>
<PackageIcon>images/RoundhousE_Logo.NuGet.jpg</PackageIcon>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down Expand Up @@ -83,6 +83,9 @@
<ItemGroup>
<ProjectReference Include="..\roundhouse.core\roundhouse.core.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="../../nuget/RoundhousE_Logo.NuGet.jpg" Pack="true" PackagePath="/images"/>
</ItemGroup>
<!-- Copy to drop folder after packaging -->
<Target Name="CopyToDropFolder" AfterTargets="Pack" Condition="'$(DropFolder)' != ''">
<ItemGroup>
Expand Down
9 changes: 9 additions & 0 deletions roundhouse.sln
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "roundhouse.test.merged", "p
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "roundhouse.core", "product\roundhouse.core\roundhouse.core.csproj", "{328AA2A7-D213-46EB-861E-5D9CA94F8BFD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "roundhouse.console.tests", "product\roundhouse.console.tests\roundhouse.console.tests.csproj", "{8A5A3D22-F391-4C5E-8540-B34D6C74A8D1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Build|Any CPU = Build|Any CPU
Expand Down Expand Up @@ -146,6 +148,12 @@ Global
{328AA2A7-D213-46EB-861E-5D9CA94F8BFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{328AA2A7-D213-46EB-861E-5D9CA94F8BFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{328AA2A7-D213-46EB-861E-5D9CA94F8BFD}.Release|Any CPU.Build.0 = Release|Any CPU
{8A5A3D22-F391-4C5E-8540-B34D6C74A8D1}.Build|Any CPU.ActiveCfg = Debug|Any CPU
{8A5A3D22-F391-4C5E-8540-B34D6C74A8D1}.Build|Any CPU.Build.0 = Debug|Any CPU
{8A5A3D22-F391-4C5E-8540-B34D6C74A8D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A5A3D22-F391-4C5E-8540-B34D6C74A8D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A5A3D22-F391-4C5E-8540-B34D6C74A8D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A5A3D22-F391-4C5E-8540-B34D6C74A8D1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -162,6 +170,7 @@ Global
{41CE538E-E6F1-4AB6-AB66-508DEF669A39} = {BCFAF88B-B6C0-48C1-B23E-FCC95B75588C}
{3447F080-CF50-4B02-9521-671E7AEE8D34} = {BCFAF88B-B6C0-48C1-B23E-FCC95B75588C}
{729625F9-E8E5-472B-BAA8-F7DEDACBD700} = {807C6B2C-496F-4A41-ABFE-EA5478EB9CFF}
{8A5A3D22-F391-4C5E-8540-B34D6C74A8D1} = {807C6B2C-496F-4A41-ABFE-EA5478EB9CFF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {54AD825C-DC48-4C69-88E5-356B43AC3674}
Expand Down