|
4 | 4 | <TargetFramework>netstandard2.0</TargetFramework> |
5 | 5 | <LangVersion>latest</LangVersion> |
6 | 6 | <NoWarn>$(NoWarn);1591</NoWarn> |
7 | | - <PackageProjectUrl>https://github.com/gowon/SecureStore.Extensions.Configuration</PackageProjectUrl> |
8 | | - <RepositoryUrl>https://github.com/gowon/SecureStore.Extensions.Configuration</RepositoryUrl> |
| 7 | + <Version>1.0.0-alpha</Version> |
| 8 | + <Authors>Gowon Patterson</Authors> |
| 9 | + <Description>A SecureStore configuration provider to use with Microsoft.Extensions.Configuration.</Description> |
| 10 | + <Copyright>© Gowon Patterson. All rights reserved.</Copyright> |
| 11 | + <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
| 12 | + <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> |
| 13 | + </PropertyGroup> |
| 14 | + |
| 15 | + <PropertyGroup Label="NuspecProperties"> |
| 16 | + <NeutralLanguage>en-US</NeutralLanguage> |
9 | 17 | <RepositoryType>git</RepositoryType> |
10 | | - <PackageTags>securestore configuration secrets json</PackageTags> |
11 | | - <Copyright>Copyright © 2020 Gowon Patterson</Copyright> |
| 18 | + <RepositoryUrl>https://github.com/gowon/SecureStore.Contrib.Configuration</RepositoryUrl> |
12 | 19 | <PackageLicenseExpression>MIT</PackageLicenseExpression> |
13 | | - <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
14 | | - <Description>A SecureStore configuration provider to use with Microsoft.Extensions.Configuration.</Description> |
15 | | - <AssemblyVersion>0.1.0.0</AssemblyVersion> |
16 | | - <FileVersion>0.1.0.0</FileVersion> |
17 | | - <Authors>Gowon Patterson</Authors> |
18 | | - <Version>0.1.0</Version> |
| 20 | + <PackageTags>securestore extensions configuration secrets json</PackageTags> |
| 21 | + <PackageProjectUrl>https://github.com/gowon/SecureStore.Contrib.Configuration</PackageProjectUrl> |
| 22 | + </PropertyGroup> |
| 23 | + |
| 24 | + <PropertyGroup Label="SourceLink"> |
19 | 25 | <PublishRepositoryUrl>true</PublishRepositoryUrl> |
20 | | - <EmbedUntrackedSources>true</EmbedUntrackedSources> |
21 | 26 | <IncludeSymbols>true</IncludeSymbols> |
22 | 27 | <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
23 | 28 | </PropertyGroup> |
24 | 29 |
|
| 30 | + <ItemGroup Label="SourceLink"> |
| 31 | + <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" /> |
| 32 | + </ItemGroup> |
| 33 | + |
25 | 34 | <ItemGroup> |
26 | | - <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/> |
27 | 35 | <PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="2.0.0" /> |
28 | 36 | <PackageReference Include="SecureStore" Version="1.0.0" /> |
29 | 37 | </ItemGroup> |
|
0 commit comments