Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit b58b329

Browse files
author
Scott Bommarito
authored
add xrmlibrary packages to packagetranslations (#139)
1 parent 67af198 commit b58b329

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

src/Stats.ImportAzureCdnStatistics/packagetranslations.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,24 @@
7777
"incorrectpackageversionpattern": "7.(.*)",
7878
"correctedpackageid": "trackableentities.ef.7",
7979
"correctedpackageversionpattern": "$1"
80+
},
81+
{
82+
"incorrectpackageid": "xrmlibrary.entityhelpers",
83+
"incorrectpackageversionpattern": "2015.(.*)",
84+
"correctedpackageid": "xrmlibrary.entityhelpers.2015",
85+
"correctedpackageversionpattern": "$1"
86+
},
87+
{
88+
"incorrectpackageid": "xrmlibrary.entityhelpers",
89+
"incorrectpackageversionpattern": "2016.(.*)",
90+
"correctedpackageid": "xrmlibrary.entityhelpers.2016",
91+
"correctedpackageversionpattern": "$1"
92+
},
93+
{
94+
"incorrectpackageid": "xrmlibrary.extensionmethods",
95+
"incorrectpackageversionpattern": "2016.(.*)",
96+
"correctedpackageid": "xrmlibrary.extensionmethods.2016",
97+
"correctedpackageversionpattern": "$1"
8098
}
8199
]
82100
}

0 commit comments

Comments
 (0)