Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit a4c2db0

Browse files
committed
Match unofficial metadata nupkg and assembly version
1 parent 463a8aa commit a4c2db0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/nuget/System.Reflection.Metadata.nuspec

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
33
<metadata minClientVersion="2.8.1">
44
<id>System.Reflection.Metadata</id>
5-
<version>1.0.19-rc</version>
5+
<!-- NOTE: We only currently use packages built from this nuspec out of the dev/metadata/branch,
6+
where the 1.1.x version should be retained upon merge conflict. Using a version in
7+
main that matches the assembly version built there, but is visibly not something
8+
we'd ever ship. -->
9+
<version>1.0.37-unofficial</version>
610
<title>Microsoft ECMA-335 Metadata Reader</title>
711
<authors>Microsoft</authors>
812
<owners>Microsoft</owners>
@@ -21,7 +25,7 @@ Supported Platforms:
2125
<tags>BCL Microsoft System ECMA ECMA335 Metadata Reflection</tags>
2226
<dependencies>
2327
<group>
24-
<dependency id="System.Collections.Immutable" version="1.1.34-rc-00001" />
28+
<dependency id="System.Collections.Immutable" version="1.1.37-beta-23024" />
2529
</group>
2630
</dependencies>
2731
</metadata>

0 commit comments

Comments
 (0)