File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 44 </Folder >
55 <Folder Name =" /solution/" >
66 <File Path =" .editorconfig" />
7+ <File Path =" build-pack.sh" />
78 <File Path =" Directory.Build.props" />
89 <File Path =" Directory.Packages.props" />
910 </Folder >
1516 <Folder Name =" /src/" >
1617 <Project Path =" src\RestExceptions\RestExceptions.csproj" Type =" Classic C#" />
1718 </Folder >
18- </Solution >
19+ </Solution >
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+ set -e
3+
4+ cd ./src/RestExceptions
5+ dotnet clean
6+ dotnet build -c Release
7+ dotnet pack -c Release
8+
9+ # To run:
10+ # chmod +x build-pack.sh
Original file line number Diff line number Diff line change 33 <PackageId >RestExceptions</PackageId >
44 <Title >RestExceptions</Title >
55 <Description >Extensible Web API middleware that maps all exceptions to standardized REST-compliant error responses.</Description >
6- <Version >9.0.7.1 </Version >
6+ <Version >9.0.7.2 </Version >
77 <TargetFramework >net9.0</TargetFramework >
88
99 <Authors >Stratis-Dermanoutsos</Authors >
You can’t perform that action at this time.
0 commit comments