Skip to content

Commit

Permalink
Updating packageIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
joperezr committed Mar 6, 2018
1 parent 50fdde6 commit f2bb63d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 5 deletions.
20 changes: 15 additions & 5 deletions pkg/baseline/packageIndex.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
"4.3.1"
],
"BaselineVersion": "4.5.0",
"InboxOn": {},
"InboxOn": {
"uap10.0.16299": "4.1.1.0"
},
"AssemblyVersionInPackageVersion": {
"4.0.0.0": "4.0.0",
"4.0.1.0": "4.0.1",
Expand All @@ -55,7 +57,9 @@
"4.3.1"
],
"BaselineVersion": "4.5.0",
"InboxOn": {},
"InboxOn": {
"uap10.0.16299": "4.1.3.0"
},
"AssemblyVersionInPackageVersion": {
"3.9.0.0": "3.9.0",
"4.0.0.0": "4.0.0",
Expand All @@ -74,7 +78,9 @@
"4.3.1"
],
"BaselineVersion": "4.5.0",
"InboxOn": {},
"InboxOn": {
"uap10.0.16299": "4.1.3.0"
},
"AssemblyVersionInPackageVersion": {
"4.0.0.0": "4.0.0",
"4.1.0.0": "4.1.0",
Expand All @@ -92,7 +98,9 @@
"4.3.1"
],
"BaselineVersion": "4.5.0",
"InboxOn": {},
"InboxOn": {
"uap10.0.16299": "4.2.1.0"
},
"AssemblyVersionInPackageVersion": {
"3.9.0.0": "3.9.0",
"4.0.0.0": "4.0.0",
Expand All @@ -111,7 +119,9 @@
"4.3.1"
],
"BaselineVersion": "4.5.0",
"InboxOn": {},
"InboxOn": {
"uap10.0.16299": "4.0.4.0"
},
"AssemblyVersionInPackageVersion": {
"3.9.0.0": "3.9.0",
"4.0.0.0": "4.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
<!-- Supported inbox by all ns1.0-1.2 frameworks -->
<Value>.NETStandard,Version=v1.0;.NETStandard,Version=v1.1;.NETStandard,Version=v1.2</Value>
</ValidatePackageSuppression>
<!-- Implementation shipped inbox on UAP but we want to keep it as out of box so that we can keep
making API changes -->
<ValidatePackageSuppression Include="TreatAsOutOfBox">
<Value>UAP</Value>
</ValidatePackageSuppression>
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
<!-- Supported inbox by all ns1.0-1.2 frameworks -->
<Value>.NETStandard,Version=v1.1;.NETStandard,Version=v1.2</Value>
</ValidatePackageSuppression>
<!-- Implementation shipped inbox on UAP but we want to keep it as out of box so that we can keep
making API changes -->
<ValidatePackageSuppression Include="TreatAsOutOfBox">
<Value>UAP</Value>
</ValidatePackageSuppression>
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>

0 comments on commit f2bb63d

Please sign in to comment.