|
6 | 6 | <AssemblyName>Amazon.Extensions.Configuration.SystemsManager</AssemblyName>
|
7 | 7 | <RootNamespace>Amazon.Extensions.Configuration.SystemsManager</RootNamespace>
|
8 | 8 | <OutputType>Library</OutputType>
|
9 |
| - <Version>6.2.2</Version> |
10 | 9 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
11 | 10 | <PackageId>Amazon.Extensions.Configuration.SystemsManager</PackageId>
|
12 | 11 | <Title>.NET Configuration Extensions for AWS Systems Manager</Title>
|
13 | 12 | <Product>Amazon.Extensions.Configuration.SystemsManager</Product>
|
14 | 13 | <Description>.NET Configuration Extensions for AWS Systems Manager</Description>
|
15 | 14 | <Authors>Amazon Web Services</Authors>
|
16 |
| - <Copyright>2018-2024</Copyright> |
17 |
| - <PackageTags>AWS;Amazon;aws-sdk-v3;SimpleSystemsManagement;configuration</PackageTags> |
| 15 | + <PackageTags>AWS;Amazon;aws-sdk-v4;SimpleSystemsManagement;configuration</PackageTags> |
18 | 16 | <PackageProjectUrl>https://github.com/aws/aws-dotnet-extensions-configuration/</PackageProjectUrl>
|
19 | 17 | <PackageLicenseFile>LICENSE</PackageLicenseFile>
|
20 | 18 | <PackageIcon>icon.png</PackageIcon>
|
21 | 19 | <RepositoryUrl>https://github.com/aws/aws-dotnet-extensions-configuration/</RepositoryUrl>
|
22 | 20 | <Company>Amazon Web Services</Company>
|
23 | 21 | <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
24 | 22 | <CodeAnalysisRuleSet>../ruleset.xml</CodeAnalysisRuleSet>
|
| 23 | + |
| 24 | + <EmbedUntrackedSources>true</EmbedUntrackedSources> |
| 25 | + <PublishRepositoryUrl>true</PublishRepositoryUrl> |
| 26 | + <IncludeSymbols>true</IncludeSymbols> |
| 27 | + <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
| 28 | + |
| 29 | + <Version>7.0.0-preview.1</Version> |
| 30 | + </PropertyGroup> |
| 31 | + |
| 32 | + <PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'"> |
| 33 | + <IsTrimmable>true</IsTrimmable> |
25 | 34 | </PropertyGroup>
|
26 | 35 |
|
27 | 36 | <ItemGroup>
|
|
35 | 44 | </PropertyGroup>
|
36 | 45 |
|
37 | 46 | <ItemGroup>
|
38 |
| - <PackageReference Include="AWSSDK.AppConfigData" Version="3.7.400.34" /> |
39 |
| - <PackageReference Include="AWSSDK.Extensions.NETCore.Setup" Version="3.7.301" /> |
40 |
| - <PackageReference Include="AWSSDK.SimpleSystemsManagement" Version="3.7.402.13" /> |
| 47 | + <PackageReference Include="AWSSDK.AppConfigData" Version="4.0.0-preview.4" /> |
| 48 | + <PackageReference Include="AWSSDK.Extensions.NETCore.Setup" Version="4.0.0-preview.4" /> |
| 49 | + <PackageReference Include="AWSSDK.SimpleSystemsManagement" Version="4.0.0-preview.4" /> |
41 | 50 | <PackageReference Include="Microsoft.Extensions.Configuration" Version="2.0.*" />
|
42 | 51 | <PackageReference Include="System.Text.Json" Condition=" '$(TargetFramework)' == 'netstandard2.0' " Version="8.0.5" />
|
| 52 | + <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" /> |
43 | 53 | </ItemGroup>
|
44 | 54 |
|
45 | 55 | <ItemGroup>
|
|
0 commit comments