Skip to content

Commit

Permalink
https://github.com/danieleteti/delphimvcframework/issues/721
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleteti committed Jan 8, 2024
1 parent 38b0227 commit 40b709b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/d120/dmvcframeworkRT.dpk
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ contains
JsonDataObjects in '..\..\sources\JsonDataObjects.pas',
MVCFramework.DotEnv.Parser in '..\..\sources\MVCFramework.DotEnv.Parser.pas',
MVCFramework.DotEnv in '..\..\sources\MVCFramework.DotEnv.pas',
MVCFramework.Serializer.URLEncoded in '..\..\sources\MVCFramework.Serializer.URLEncoded.pas';
MVCFramework.Serializer.URLEncoded in '..\..\sources\MVCFramework.Serializer.URLEncoded.pas',
MVCFramework.Signal in '..\..\sources\MVCFramework.Signal.pas';

end.

Expand Down
3 changes: 2 additions & 1 deletion packages/d120/dmvcframeworkRT.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@
<DCCReference Include="..\..\sources\MVCFramework.DotEnv.Parser.pas"/>
<DCCReference Include="..\..\sources\MVCFramework.DotEnv.pas"/>
<DCCReference Include="..\..\sources\MVCFramework.Serializer.URLEncoded.pas"/>
<DCCReference Include="..\..\sources\MVCFramework.Signal.pas"/>
<BuildConfiguration Include="Base">
<Key>Base</Key>
</BuildConfiguration>
Expand Down Expand Up @@ -250,7 +251,7 @@
</DeployFile>
<DeployFile LocalName="$(BDS)\Redist\osx64\libcgsqlite3.dylib" Class="DependencyModule"/>
<DeployFile LocalName="C:\Users\Public\Documents\Embarcadero\Studio\22.0\Bpl\dmvcframeworkRT111.bpl" Configuration="Debug" Class="ProjectOutput"/>
<DeployFile LocalName="C:\Users\Public\Documents\Embarcadero\Studio\22.0\Bpl\dmvcframeworkRT113.bpl" Configuration="Debug" Class="ProjectOutput">
<DeployFile LocalName="C:\Users\Public\Documents\Embarcadero\Studio\23.0\Bpl\dmvcframeworkRT120.bpl" Configuration="Debug" Class="ProjectOutput">
<Platform Name="Win32">
<RemoteName>dmvcframeworkRT.bpl</RemoteName>
<Overwrite>true</Overwrite>
Expand Down
2 changes: 1 addition & 1 deletion sources/MVCFramework.Commons.pas
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ TMVCConstants = record
HATEOAS_PROP_NAME = 'links';
X_HTTP_Method_Override = 'X-HTTP-Method-Override';
MAX_RECORD_COUNT = 100;
COPYRIGHT = 'Copyright (c) 2010-2023 Daniele Teti and the DMVCFramework Team';
COPYRIGHT = 'Copyright (c) 2010-2024 Daniele Teti and the DMVCFramework Team';
end;

HATEOAS = record
Expand Down

0 comments on commit 40b709b

Please sign in to comment.