Skip to content

Commit

Permalink
Moving to v.1.0.0.0 #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Fe-Bell committed Jun 12, 2020
1 parent 61b1fcc commit 1652a42
Show file tree
Hide file tree
Showing 4 changed files with 303 additions and 2 deletions.
Binary file added Art/ReflectXMLDBIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
144 changes: 144 additions & 0 deletions Art/ReflectXMLIcon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
144 changes: 144 additions & 0 deletions Art/ReflectXMLLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 15 additions & 2 deletions ReflectXMLDB/ReflectXMLDB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ ReflectXMLDB is cross platform and can run in Windows, Linux and MacOS operating
<Product>ReflectXMLDB</Product>
<PackageId>ReflectXMLDB</PackageId>
<Version>1.0.0</Version>
<PackageLicenseUrl>https://github.com/Fe-Bell/ReflectXMLDB/blob/master/LICENSE</PackageLicenseUrl>
<PackageLicenseUrl></PackageLicenseUrl>
<PackageProjectUrl>https://github.com/Fe-Bell/ReflectXMLDB</PackageProjectUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<RepositoryUrl>https://www.nuget.org/packages/ReflectXMLDB/</RepositoryUrl>
<PackageIconUrl>https://github.com/Fe-Bell/ReflectXMLDB/blob/master/rxdblogo.png</PackageIconUrl>
<PackageIconUrl></PackageIconUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>ReflectXMLDBIcon.png</PackageIcon>
</PropertyGroup>

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

<ItemGroup>
<None Include="..\Art\ReflectXMLDBIcon.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>

0 comments on commit 1652a42

Please sign in to comment.