Skip to content

Commit

Permalink
Get rid of nuspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
arthrp committed Jul 18, 2022
1 parent 22bdeb0 commit 1c7e5c6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
11 changes: 10 additions & 1 deletion RqliteDotnet/RqliteDotnet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<NuspecFile>RqliteDotnet.nuspec</NuspecFile>
</PropertyGroup>

<PropertyGroup>
<PackageId>RqliteDotnet</PackageId>
<Version>1.0.3</Version>
<Authors>arthrp, otoolep et al.</Authors>
<TargetFramework>net6.0</TargetFramework>
<Title>Rqlite Dotnet</Title>
<Description>.NET client for Rqlite - lightweight distributed database</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/rqlite/rqlite-dotnet/</PackageProjectUrl>
</PropertyGroup>
</Project>
12 changes: 0 additions & 12 deletions RqliteDotnet/RqliteDotnet.nuspec

This file was deleted.

0 comments on commit 1c7e5c6

Please sign in to comment.