Skip to content

Commit 4266244

Browse files
committed
Adding Sentry to upgrade script and updating to latest version.
1 parent 6363049 commit 4266244

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eFormAPI/Plugins/GreateBelt.Pn/GreateBelt.Pn/GreateBelt.Pn.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<PackageReference Include="Microting.eForm" Version="9.0.46" />
2727
<PackageReference Include="Microting.eFormApi.BasePn" Version="9.0.44" />
2828
<PackageReference Include="Microting.ItemsPlanningBase" Version="8.0.103" />
29-
<PackageReference Include="Sentry" Version="5.13.0" />
29+
<PackageReference Include="Sentry" Version="5.14.0" />
3030
</ItemGroup>
3131

3232
</Project>

upgradeeformnugets.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if (( "$GIT_STATUS" > 0 )); then
77
cd eFormAPI/Plugins/GreateBelt.Pn/GreateBelt.Pn
88
CURRENT_NUMBER_OF_COMMITS=`git log --oneline | wc -l`
99

10-
PACKAGES=('Microting.eForm' 'Microting.eFormApi.BasePn' 'Microting.ItemsPlanningBase')
10+
PACKAGES=('Microting.eForm' 'Microting.eFormApi.BasePn' 'Microting.ItemsPlanningBase' 'Sentry')
1111
PROJECT_NAME='GreateBelt.Pn.csproj'
1212
REPOSITORY='eform-angular-greate-belt-plugin'
1313

0 commit comments

Comments
 (0)