Skip to content

Commit 91f4d18

Browse files
committed
Adding Sentry to upgrade script and updating Sentry to latest version.
1 parent 9500ddc commit 91f4d18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eFormAPI/Plugins/ItemsPlanning.Pn/ItemsPlanning.Pn/ItemsPlanning.Pn.csproj

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

3535
<ItemGroup>

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/ItemsPlanning.Pn/ItemsPlanning.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='ItemsPlanning.Pn.csproj'
1212
REPOSITORY='eform-angular-items-planning-plugin'
1313

0 commit comments

Comments
 (0)