Skip to content

Commit

Permalink
Add Icon URL and update to version 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VJalili committed Jan 18, 2019
1 parent b91aa30 commit 27ce6d9
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
2 changes: 1 addition & 1 deletion GeUtilities.Tests/GeUtilities.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageLicenseUrl>https://github.com/Genometric/GeUtilities/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/Genometric/GeUtilities</PackageProjectUrl>
<RepositoryUrl>https://github.com/Genometric/GeUtilities</RepositoryUrl>
<Version>5.4.0</Version>
<Version>6.0.0</Version>
<Description>Implements unit test functions for the GeUtilities.</Description>
<PackageTags>genomics; genome analysis; building-blocks; parser; BED; VCF; GTF; RefSeq;</PackageTags>
<PackageReleaseNotes></PackageReleaseNotes>
Expand Down
6 changes: 4 additions & 2 deletions GeUtilities/GeUtilities.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@
<PackageProjectUrl>https://github.com/Genometric/GeUtilities</PackageProjectUrl>
<RepositoryUrl>https://github.com/Genometric/GeUtilities</RepositoryUrl>
<RootNamespace>Genometric.GeUtilities</RootNamespace>
<Version>5.4.0</Version>
<Version>6.0.0</Version>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>Genometric.GeUtilities</PackageId>
<Description>Genome Utilities (GeUtilities) provides open-source building-blocks for genomic data analysis tools.</Description>
<PackageReleaseNotes></PackageReleaseNotes>
<PackageTags>genomics; genome analysis; building-blocks; parser; BED; VCF; GTF; RefSeq;</PackageTags>
<AssemblyVersion>5.4.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<PackageIconUrl>https://raw.githubusercontent.com/Genometric/GeUtilities/dev/logo/logo.png</PackageIconUrl>
<FileVersion>6.0.0.0</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
15 changes: 15 additions & 0 deletions GeUtilities/Properties/PublishProfiles/FolderProfile.pubxml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PublishProtocol>FileSystem</PublishProtocol>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
<TargetFramework>netcoreapp2.0</TargetFramework>
<PublishDir>bin\Debug\netcoreapp2.0\publish\</PublishDir>
<SelfContained>false</SelfContained>
<_IsPortable>true</_IsPortable>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Common configuration for all branches
version: '5.4.{build}'
version: '6.0.{build}'
image: Visual Studio 2017

init:
Expand Down

0 comments on commit 27ce6d9

Please sign in to comment.