Skip to content

Commit

Permalink
production deployment v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gigocabrera committed Jan 19, 2025
1 parent c127864 commit 6eef998
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions CoreOrderConfirmationEmailToPatient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<Version>2.0</Version>
<AssemblyVersion>2.0</AssemblyVersion>
<FileVersion>2.0</FileVersion>
<Version>2.0.1</Version>
<AssemblyVersion>2.0.1</AssemblyVersion>
<FileVersion>2.0.1</FileVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.12.0" />
<PackageReference Include="Azure.Identity" Version="1.13.2" />
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="6.0.0" />
<PackageReference Include="Microsoft.Graph" Version="5.56.0" />
<PackageReference Include="Microsoft.Graph.Core" Version="3.1.12" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.0" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
<PackageReference Include="Microsoft.Graph" Version="5.68.0" />
<PackageReference Include="Microsoft.Graph.Core" Version="3.2.2" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="9.0.1" />
<PackageReference Include="System.Data.SqlClient" Version="4.9.0" />
</ItemGroup>

<!-- Include the HtmlTemplates folder and its contents in the build output -->
Expand Down
2 changes: 1 addition & 1 deletion Properties/PublishProfiles/FolderProfile.pubxml.user
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<History>False|2024-09-13T12:59:05.6923045Z;True|2023-09-22T06:30:37.7720882-04:00;True|2023-01-05T11:22:48.5448755-05:00;True|2022-12-23T06:18:54.7140341-05:00;True|2022-09-19T21:18:54.8778609-04:00;True|2022-09-18T21:05:01.3692774-04:00;True|2022-09-17T07:27:23.1268243-04:00;True|2022-09-15T20:31:11.1874304-04:00;True|2022-09-15T20:15:59.4429777-04:00;True|2022-09-15T13:41:54.3871330-04:00;True|2022-09-09T13:54:43.7508852-04:00;True|2022-09-09T13:50:20.1221623-04:00;True|2022-09-09T13:46:18.7082734-04:00;True|2022-09-09T13:46:03.5382772-04:00;True|2022-09-09T13:44:16.1503754-04:00;True|2022-09-09T13:44:05.4335939-04:00;</History>
<History>True|2024-09-13T12:59:41.9240730Z;False|2024-09-13T08:59:05.6923045-04:00;True|2023-09-22T06:30:37.7720882-04:00;True|2023-01-05T11:22:48.5448755-05:00;True|2022-12-23T06:18:54.7140341-05:00;True|2022-09-19T21:18:54.8778609-04:00;True|2022-09-18T21:05:01.3692774-04:00;True|2022-09-17T07:27:23.1268243-04:00;True|2022-09-15T20:31:11.1874304-04:00;True|2022-09-15T20:15:59.4429777-04:00;True|2022-09-15T13:41:54.3871330-04:00;True|2022-09-09T13:54:43.7508852-04:00;True|2022-09-09T13:50:20.1221623-04:00;True|2022-09-09T13:46:18.7082734-04:00;True|2022-09-09T13:46:03.5382772-04:00;True|2022-09-09T13:44:16.1503754-04:00;True|2022-09-09T13:44:05.4335939-04:00;</History>
<LastFailureDetails />
</PropertyGroup>
</Project>

0 comments on commit 6eef998

Please sign in to comment.