File tree Expand file tree Collapse file tree 4 files changed +20
-6
lines changed
Microsoft.Azure.Cosmos.Encryption.Custom/src
Microsoft.Azure.Cosmos.Encryption/src
Microsoft.Azure.Cosmos/src Expand file tree Collapse file tree 4 files changed +20
-6
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 13
13
<Title >Microsoft Azure Cosmos DB client-side encryption library for multi-tenant</Title >
14
14
<PackageId >Microsoft.Azure.Cosmos.Encryption.Custom</PackageId >
15
15
<PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
16
- <PackageLicenseUrl >https://aka.ms/netcoregaeula</ PackageLicenseUrl >
16
+ <PackageLicenseFile >LICENSE</ PackageLicenseFile >
17
17
<PackageProjectUrl >https://github.com/Azure/azure-cosmos-dotnet-v3</PackageProjectUrl >
18
- <PackageIconUrl >http://go.microsoft.com/fwlink/?LinkID=288890</PackageIconUrl >
19
18
<GenerateDocumentationFile >true</GenerateDocumentationFile >
20
19
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
21
20
<PackageTags >microsoft;azure;cosmos;cosmosdb;documentdb;docdb;nosql;azureofficial;dotnetcore;netcore;netstandard;client;encryption;byok</PackageTags >
33
32
<PackageReference Include =" Microsoft.Azure.Cosmos" Version =" 3.41.0-preview.0" />
34
33
</ItemGroup >
35
34
35
+ <ItemGroup >
36
+ <None Include =" ..\..\LICENSE" Pack =" true" PackagePath =" " Visible =" false" />
37
+ </ItemGroup >
38
+
39
+ <ItemGroup >
40
+ <None Include =" ..\..\Icon.png" Pack =" true" PackagePath =" " />
41
+ </ItemGroup >
42
+
36
43
<ItemGroup Condition =" '$(SdkProjectRef)' == 'True' " >
37
44
<ProjectReference Include =" ..\..\Microsoft.Azure.Cosmos\src\Microsoft.Azure.Cosmos.csproj" />
38
45
</ItemGroup >
Original file line number Diff line number Diff line change 17
17
<Title >Microsoft Azure Cosmos DB client-side encryption library</Title >
18
18
<PackageId >Microsoft.Azure.Cosmos.Encryption</PackageId >
19
19
<PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
20
- <PackageLicenseUrl >https://aka.ms/netcoregaeula</ PackageLicenseUrl >
20
+ <PackageLicenseFile >LICENSE</ PackageLicenseFile >
21
21
<PackageProjectUrl >https://github.com/Azure/azure-cosmos-dotnet-v3</PackageProjectUrl >
22
- <PackageIconUrl >http://go.microsoft.com/fwlink/?LinkID=288890</PackageIconUrl >
23
22
<GeneratePackageOnBuild >false</GeneratePackageOnBuild >
24
23
<GenerateDocumentationFile >true</GenerateDocumentationFile >
25
24
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
28
27
<ItemGroup >
29
28
<AdditionalFiles Include =" ..\..\Microsoft.Azure.Cosmos\src\stylecop.json" Link =" stylecop.json" />
30
29
</ItemGroup >
31
-
30
+
32
31
<ItemGroup Condition =" '$(SdkProjectRef)' != 'True' AND '$(IsPreview)' != 'True' " >
33
32
<PackageReference Include =" Microsoft.Azure.Cosmos" Version =" [3.35.4,3.37.0]" />
34
33
</ItemGroup >
35
34
35
+ <ItemGroup >
36
+ <None Include =" ..\..\Icon.png" Pack =" true" PackagePath =" " />
37
+ </ItemGroup >
38
+
39
+ <ItemGroup >
40
+ <None Include =" ..\..\LICENSE" Pack =" true" PackagePath =" " Visible =" false" />
41
+ </ItemGroup >
42
+
36
43
<ItemGroup Condition =" '$(SdkProjectRef)' != 'True' AND '$(IsPreview)' == 'True' " >
37
44
<PackageReference Include =" Microsoft.Azure.Cosmos" Version =" 3.37.0-preview" />
38
45
</ItemGroup >
Original file line number Diff line number Diff line change 51
51
52
52
<ItemGroup >
53
53
<AdditionalFiles Include =" stylecop.json" />
54
- <None Include =" Icon.png" Pack =" true" PackagePath =" \ " />
54
+ <None Include =" ..\..\ Icon.png" Pack =" true" PackagePath =" " />
55
55
</ItemGroup >
56
56
57
57
<ItemGroup >
You can’t perform that action at this time.
0 commit comments