Skip to content

Commit

Permalink
bump version again due to BC changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Mall committed Mar 6, 2019
1 parent 3c6e775 commit deb1b14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DataTables.NetStandard/DataTables.NetStandard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>latest</LangVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.2.1</Version>
<Version>0.3.0</Version>
<Authors>Namoshek</Authors>
<Description>Self-containing DataTable classes for the datatables.net jQuery plugin that manage rendering, querying, filtering, sorting and other desireable tasks for the user.</Description>
<PackageProjectUrl>https://github.com/Namoshek/DataTables.NetStandard</PackageProjectUrl>
<RepositoryUrl>https://github.com/Namoshek/DataTables.NetStandard.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<AssemblyVersion>0.0.2.1</AssemblyVersion>
<FileVersion>0.0.2.1</FileVersion>
<AssemblyVersion>0.0.3.0</AssemblyVersion>
<FileVersion>0.0.3.0</FileVersion>
<PackageLicenseUrl>https://github.com/Namoshek/DataTables.NetStandard/blob/master/LICENSE.md</PackageLicenseUrl>
<PackageTags>datatables, datatables.net, queryable, linq, efcore, entity-framework-core</PackageTags>
<PackageId>DataTables.NetStandard</PackageId>
Expand Down

0 comments on commit deb1b14

Please sign in to comment.