Skip to content

Commit

Permalink
chore: update minver to 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzzerd authored Nov 8, 2023
1 parent 6e558a1 commit 9657314
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</ItemGroup>

<PropertyGroup>
<MinVerMinimumMajorMinor>5.1</MinVerMinimumMajorMinor>
<MinVerMinimumMajorMinor>5.2</MinVerMinimumMajorMinor>
<MinVerTagPrefix>v</MinVerTagPrefix>
<MinVerDefaultPreReleaseIdentifiers>beta.0</MinVerDefaultPreReleaseIdentifiers>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/FMData.Rest/FMData.Rest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</ItemGroup>

<PropertyGroup>
<MinVerMinimumMajorMinor>5.1</MinVerMinimumMajorMinor>
<MinVerMinimumMajorMinor>5.2</MinVerMinimumMajorMinor>
<MinVerTagPrefix>v</MinVerTagPrefix>
<MinVerDefaultPreReleaseIdentifiers>beta.0</MinVerDefaultPreReleaseIdentifiers>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/FMData.Xml/FMData.Xml.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</ItemGroup>

<PropertyGroup>
<MinVerMinimumMajorMinor>5.1</MinVerMinimumMajorMinor>
<MinVerMinimumMajorMinor>5.2</MinVerMinimumMajorMinor>
<MinVerTagPrefix>v</MinVerTagPrefix>
<MinVerDefaultPreReleaseIdentifiers>beta.0</MinVerDefaultPreReleaseIdentifiers>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/FMData.Xml/FileMakerXmlClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ public override async Task<IEditResponse> SendAsync<T>(IEditRequest<T> req)
fmId?.Invoke(record.FieldData, record.RecordId);
modId?.Invoke(record.FieldData, record.ModId);

update each record's FieldData instance with the contents of its PortalData
// update each record's FieldData instance with the contents of its PortalData
var portals = typeof(TResponse).GetTypeInfo().DeclaredProperties.Where(p => p.GetCustomAttribute<PortalDataAttribute>() != null);
foreach (var portal in portals)
{
Expand Down
2 changes: 1 addition & 1 deletion src/FMData/FMData.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</ItemGroup>

<PropertyGroup>
<MinVerMinimumMajorMinor>5.1</MinVerMinimumMajorMinor>
<MinVerMinimumMajorMinor>5.2</MinVerMinimumMajorMinor>
<MinVerTagPrefix>v</MinVerTagPrefix>
<MinVerDefaultPreReleaseIdentifiers>beta.0</MinVerDefaultPreReleaseIdentifiers>
</PropertyGroup>
Expand Down

0 comments on commit 9657314

Please sign in to comment.