Skip to content

Commit

Permalink
Bump version to v1.0.0 (#20)
Browse files Browse the repository at this point in the history
* Bump version to v1.0.0

* Skip duplicates when pushing NuGet package
  • Loading branch information
Namoshek authored Jul 9, 2020
1 parent 56c7bc6 commit 86dc042
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ jobs:
run: dotnet nuget push **/*.nupkg
--api-key ${{ secrets.NUGET_API_KEY }}
--source https://api.nuget.org/v3/index.json
--skip-duplicate
13 changes: 7 additions & 6 deletions DataTables.NetStandard/DataTables.NetStandard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,21 @@
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>latest</LangVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.5.2</Version>
<Version>1.0.0</Version>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<Authors>Namoshek</Authors>
<Company>Namoshek</Company>
<PackageId>DataTables.NetStandard</PackageId>
<Product>DataTables.NetStandard</Product>
<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>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/Namoshek/DataTables.NetStandard</PackageProjectUrl>
<RepositoryUrl>https://github.com/Namoshek/DataTables.NetStandard.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<AssemblyVersion>0.0.5.2</AssemblyVersion>
<FileVersion>0.0.5.2</FileVersion>
<PackageTags>datatables, datatables.net, queryable, linq, efcore, entity-framework-core</PackageTags>
<PackageId>DataTables.NetStandard</PackageId>
<Product>DataTables.NetStandard</Product>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit 86dc042

Please sign in to comment.