diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 0000000..6d00d57 --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,40 @@ + + + netstandard2.1 + enable + + + + 2.0.0 + ArdenHide,Lomet + The-Poolz + git + + <_Repo>$(GITHUB_REPOSITORY) + https://github.com/$(_Repo) + https://github.com/$(_Repo) + https://github.com/$(_Repo)/releases/tag/v$(Version) + + LICENSE + README.md + logo.png + True + snupkg + true + + + + + True + \ + + + True + \ + + + True + \ + + + diff --git a/buildConf/.props b/buildConf/.props deleted file mode 100644 index 96ebebe..0000000 --- a/buildConf/.props +++ /dev/null @@ -1,29 +0,0 @@ - - - enable - 2.0.0 - ArdenHide, Lomet - The-Poolz - https://github.com/The-Poolz/Net.Cache - git - https://github.com/The-Poolz/Net.Cache/releases/tag/v2.0.0 - README.md - LICENSE - True - snupkg - - - - - True - \ - - - - - - True - \ - - - diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..7e0b842 Binary files /dev/null and b/logo.png differ diff --git a/src/Net.Cache.DynamoDb.ERC20/Net.Cache.DynamoDb.ERC20.csproj b/src/Net.Cache.DynamoDb.ERC20/Net.Cache.DynamoDb.ERC20.csproj index 00a1827..549b05f 100644 --- a/src/Net.Cache.DynamoDb.ERC20/Net.Cache.DynamoDb.ERC20.csproj +++ b/src/Net.Cache.DynamoDb.ERC20/Net.Cache.DynamoDb.ERC20.csproj @@ -1,5 +1,4 @@  - netstandard2.1 Net.Cache.DynamoDb.ERC20 diff --git a/src/Net.Cache.DynamoDb/Net.Cache.DynamoDb.csproj b/src/Net.Cache.DynamoDb/Net.Cache.DynamoDb.csproj index 0b9f97e..24fffcc 100644 --- a/src/Net.Cache.DynamoDb/Net.Cache.DynamoDb.csproj +++ b/src/Net.Cache.DynamoDb/Net.Cache.DynamoDb.csproj @@ -1,5 +1,4 @@  - netstandard2.1 Net.Cache.DynamoDb diff --git a/src/Net.Cache/Net.Cache.csproj b/src/Net.Cache/Net.Cache.csproj index dd9c34a..64c1840 100644 --- a/src/Net.Cache/Net.Cache.csproj +++ b/src/Net.Cache/Net.Cache.csproj @@ -1,5 +1,4 @@  - netstandard2.1 Net.Cache