Skip to content

Commit 5200f72

Browse files
committed
Update FlowSynx.PluginCore version
#8
1 parent 1051f65 commit 5200f72

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/AzureFilePlugin.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public PluginMetadata Metadata
2222
Name = "Azure.Files",
2323
CompanyName = "FlowSynx",
2424
Description = Resources.PluginDescription,
25-
Version = new PluginVersion(1, 0, 0),
25+
Version = new Version(1, 1, 0),
2626
Category = PluginCategory.Storage,
2727
Authors = new List<string> { "FlowSynx" },
2828
Copyright = "© FlowSynx. All rights reserved.",
@@ -31,6 +31,7 @@ public PluginMetadata Metadata
3131
RepositoryUrl = "https://github.com/flowsynx/plugin-azure-files",
3232
ProjectUrl = "https://flowsynx.io",
3333
Tags = new List<string>() { "FlowSynx", "Azure", "Files", "Cloud" },
34+
MinimumFlowSynxVersion = new Version(1, 1, 1),
3435
};
3536
}
3637
}

src/FlowSynx.Plugins.Azure.Files.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<ItemGroup>
1515
<PackageReference Include="Azure.Storage.Files.Shares" Version="12.22.0" />
16-
<PackageReference Include="FlowSynx.PluginCore" Version="1.3.0" />
16+
<PackageReference Include="FlowSynx.PluginCore" Version="1.3.2" />
1717
</ItemGroup>
1818

1919
<ItemGroup>

0 commit comments

Comments
 (0)