Skip to content

Commit 1652a42

Browse files
committed
Moving to v.1.0.0.0 #3
1 parent 61b1fcc commit 1652a42

File tree

4 files changed

+303
-2
lines changed

4 files changed

+303
-2
lines changed

Art/ReflectXMLDBIcon.png

19.7 KB
Loading

Art/ReflectXMLIcon.svg

Lines changed: 144 additions & 0 deletions
Loading

Art/ReflectXMLLogo.svg

Lines changed: 144 additions & 0 deletions
Loading

ReflectXMLDB/ReflectXMLDB.csproj

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ ReflectXMLDB is cross platform and can run in Windows, Linux and MacOS operating
1616
<Product>ReflectXMLDB</Product>
1717
<PackageId>ReflectXMLDB</PackageId>
1818
<Version>1.0.0</Version>
19-
<PackageLicenseUrl>https://github.com/Fe-Bell/ReflectXMLDB/blob/master/LICENSE</PackageLicenseUrl>
19+
<PackageLicenseUrl></PackageLicenseUrl>
2020
<PackageProjectUrl>https://github.com/Fe-Bell/ReflectXMLDB</PackageProjectUrl>
2121
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2222
<RepositoryUrl>https://www.nuget.org/packages/ReflectXMLDB/</RepositoryUrl>
23-
<PackageIconUrl>https://github.com/Fe-Bell/ReflectXMLDB/blob/master/rxdblogo.png</PackageIconUrl>
23+
<PackageIconUrl></PackageIconUrl>
24+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
25+
<PackageIcon>ReflectXMLDBIcon.png</PackageIcon>
2426
</PropertyGroup>
2527

2628
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -31,4 +33,15 @@ ReflectXMLDB is cross platform and can run in Windows, Linux and MacOS operating
3133
<OutputPath>..\bin\Release\netstandard2.0\</OutputPath>
3234
</PropertyGroup>
3335

36+
<ItemGroup>
37+
<None Include="..\Art\ReflectXMLDBIcon.png">
38+
<Pack>True</Pack>
39+
<PackagePath></PackagePath>
40+
</None>
41+
<None Include="..\LICENSE">
42+
<Pack>True</Pack>
43+
<PackagePath></PackagePath>
44+
</None>
45+
</ItemGroup>
46+
3447
</Project>

0 commit comments

Comments
 (0)