Skip to content

Commit

Permalink
update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Mall committed Apr 1, 2019
1 parent 374ad4c commit a55a58a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>latest</LangVersion>
<Version>0.1.0</Version>
<Authors>Namoshek</Authors>
<Company>Namoshek</Company>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Enhanced features for the self-containing DataTable classes for the datatables.net jQuery plugin that manage rendering, querying, filtering, sorting and other desireable tasks for the user.</Description>
<PackageLicenseUrl>https://github.com/Namoshek/DataTables.NetStandard/blob/master/LICENSE.md</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/Namoshek/DataTables.NetStandard</PackageProjectUrl>
<RepositoryUrl>https://github.com/Namoshek/DataTables.NetStandard.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>datatables, datatables.net, queryable, linq, efcore, entity-framework-core</PackageTags>
<AssemblyVersion>0.0.1.0</AssemblyVersion>
<FileVersion>0.0.1.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
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.3.0</Version>
<Version>0.4.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.3.0</AssemblyVersion>
<FileVersion>0.0.3.0</FileVersion>
<AssemblyVersion>0.0.4.0</AssemblyVersion>
<FileVersion>0.0.4.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 a55a58a

Please sign in to comment.