Skip to content

Commit 7f94c02

Browse files
committed
Update version to 5.0,0
1 parent 1577411 commit 7f94c02

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

GeUtilities.Tests/GeUtilities.Tests.csproj

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,10 @@
1616
<PackageLicenseUrl>https://github.com/Genometric/GeUtilities/blob/master/LICENSE</PackageLicenseUrl>
1717
<PackageProjectUrl>https://github.com/Genometric/GeUtilities</PackageProjectUrl>
1818
<RepositoryUrl>https://github.com/Genometric/GeUtilities</RepositoryUrl>
19-
<Version>4.0.0</Version>
19+
<Version>5.0.0</Version>
2020
<Description>Implements unit test functions for the GeUtilities.</Description>
2121
<PackageTags>genomics; genome analysis; building-blocks; parser; BED; VCF; GTF; RefSeq;</PackageTags>
22-
<PackageReleaseNotes>A major overhaul on the interfaces, functions signatures, and namespace naming. Namely:
23-
- Parsers constructors take least possible information, and all the other configuration could be set on an instace of the parser class.
24-
- By moving source file name from constructor to Parse function, now single instance of Parser can be used to parse multiple files.
25-
- A major overhaul of classes inheritance with the objective of making them more coherent.</PackageReleaseNotes>
22+
<PackageReleaseNotes></PackageReleaseNotes>
2623
<AssemblyName>GeUtilities.Tests</AssemblyName>
2724
<RootNamespace>Genometric.GeUtilities.Tests</RootNamespace>
2825
</PropertyGroup>

GeUtilities/GeUtilities.csproj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,14 @@
1010
<PackageProjectUrl>https://github.com/Genometric/GeUtilities</PackageProjectUrl>
1111
<RepositoryUrl>https://github.com/Genometric/GeUtilities</RepositoryUrl>
1212
<RootNamespace>Genometric.GeUtilities</RootNamespace>
13-
<Version>4.0.0</Version>
13+
<Version>5.0.0</Version>
1414
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1515
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1616
<PackageId>Genometric.GeUtilities</PackageId>
1717
<Description>Genome Utilities (GeUtilities) provides open-source building-blocks for genomic data analysis tools.</Description>
18-
<PackageReleaseNotes>A major overhaul on the interfaces, functions signatures, and namespace naming. Namely:
19-
- Parsers constructors take least possible information, and all the other configuration could be set on an instace of the parser class.
20-
- By moving source file name from constructor to Parse function, now single instance of Parser can be used to parse multiple files.
21-
- A major overhaul of classes inheritance with the objective of making them more coherent.</PackageReleaseNotes>
18+
<PackageReleaseNotes></PackageReleaseNotes>
2219
<PackageTags>genomics; genome analysis; building-blocks; parser; BED; VCF; GTF; RefSeq;</PackageTags>
20+
<AssemblyVersion>5.0.0.0</AssemblyVersion>
2321
</PropertyGroup>
2422

2523
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

0 commit comments

Comments
 (0)