File tree Expand file tree Collapse file tree 4 files changed +11
-27
lines changed
Microsoft.Azure.Cosmos.Encryption.Custom/src
Microsoft.Azure.Cosmos.Encryption/src Expand file tree Collapse file tree 4 files changed +11
-27
lines changed 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
- <PackageLicenseFile >LICENSE</ PackageLicenseFile >
16
+ <PackageLicenseExpression >MIT</ PackageLicenseExpression >
17
17
<PackageProjectUrl >https://github.com/Azure/azure-cosmos-dotnet-v3</PackageProjectUrl >
18
18
<GenerateDocumentationFile >true</GenerateDocumentationFile >
19
19
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
32
32
<PackageReference Include =" Microsoft.Azure.Cosmos" Version =" 3.41.0-preview.0" />
33
33
</ItemGroup >
34
34
35
- <ItemGroup >
36
- <None Include =" ..\..\LICENSE" Pack =" true" PackagePath =" " Visible =" false" />
37
- </ItemGroup >
38
-
39
35
<ItemGroup >
40
36
<None Include =" ..\..\Icon.png" Pack =" true" PackagePath =" " />
41
37
</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
- <PackageLicenseFile >LICENSE</ PackageLicenseFile >
20
+ <PackageLicenseExpression >MIT</ PackageLicenseExpression >
21
21
<PackageProjectUrl >https://github.com/Azure/azure-cosmos-dotnet-v3</PackageProjectUrl >
22
22
<GeneratePackageOnBuild >false</GeneratePackageOnBuild >
23
23
<GenerateDocumentationFile >true</GenerateDocumentationFile >
36
36
<None Include =" ..\..\Icon.png" Pack =" true" PackagePath =" " />
37
37
</ItemGroup >
38
38
39
- <ItemGroup >
40
- <None Include =" ..\..\LICENSE" Pack =" true" PackagePath =" " Visible =" false" />
41
- </ItemGroup >
42
-
43
39
<ItemGroup Condition =" '$(SdkProjectRef)' != 'True' AND '$(IsPreview)' == 'True' " >
44
40
<PackageReference Include =" Microsoft.Azure.Cosmos" Version =" 3.52.0-preview.0" />
45
41
</ItemGroup >
Original file line number Diff line number Diff line change 36
36
<DebugType >portable</DebugType >
37
37
<IncludeSymbols >false</IncludeSymbols >
38
38
<IncludeSource >false</IncludeSource >
39
- <PackageLicenseFile >LICENSE</ PackageLicenseFile >
39
+ <PackageLicenseExpression >MIT</ PackageLicenseExpression >
40
40
</PropertyGroup >
41
41
42
- <ItemGroup >
43
- <None Include =" ..\LICENSE" Pack =" true" PackagePath =" " Visible =" false" />
44
- </ItemGroup >
45
-
46
42
<ItemGroup >
47
43
<AdditionalFiles Include =" stylecop.json" />
48
44
<None Include =" ..\..\..\Icon.png" Pack =" true" PackagePath =" " />
Original file line number Diff line number Diff line change 42
42
<NoWarn >NU5125</NoWarn >
43
43
<Optimize Condition =" '$(Configuration)'=='Release'" >true</Optimize >
44
44
<LangVersion >$(LangVersion)</LangVersion >
45
- <PackageLicenseFile >LICENSE</ PackageLicenseFile >
45
+ <PackageLicenseExpression >MIT</ PackageLicenseExpression >
46
46
</PropertyGroup >
47
-
48
- <ItemGroup >
49
- <None Include =" ..\..\LICENSE" Pack =" true" PackagePath =" " Visible =" false" />
50
- </ItemGroup >
51
47
52
48
<ItemGroup >
53
49
<AdditionalFiles Include =" stylecop.json" />
104
100
<AutoGen >True</AutoGen >
105
101
<DependentUpon >SystemStrings.tt</DependentUpon >
106
102
</Compile >
107
- <Compile Update =" Properties\Resources.Designer.cs" >
108
- <DesignTime >True</DesignTime >
109
- <AutoGen >True</AutoGen >
110
- <DependentUpon >Resources.resx</DependentUpon >
103
+ <Compile Update =" Properties\Resources.Designer.cs" >
104
+ <DesignTime >True</DesignTime >
105
+ <AutoGen >True</AutoGen >
106
+ <DependentUpon >Resources.resx</DependentUpon >
111
107
</Compile >
112
108
</ItemGroup >
113
109
<ItemGroup >
114
110
<EmbeddedResource Update =" ClientResources.resx" >
115
111
<Generator >ResXFileCodeGenerator</Generator >
116
112
<LastGenOutput >ClientResources.Designer.cs</LastGenOutput >
117
113
</EmbeddedResource >
118
- <EmbeddedResource Update =" Properties\Resources.resx" >
119
- <Generator >ResXFileCodeGenerator</Generator >
120
- <LastGenOutput >Resources.Designer.cs</LastGenOutput >
114
+ <EmbeddedResource Update =" Properties\Resources.resx" >
115
+ <Generator >ResXFileCodeGenerator</Generator >
116
+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
121
117
</EmbeddedResource >
122
118
</ItemGroup >
123
119
You can’t perform that action at this time.
0 commit comments