Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Frends.AmazonS3.CreateBucket/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [2.1.0] - 2026-02-23
### Fixed
- Ensure FrendsTaskMetadata.json is included in NuGet package

## [2.0.0] - 2025-06-24
### Changed
- [Breaking] Created Input tab and moved Connection.BucketName to Input
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>net8.0</TargetFrameworks>
<Version>2.0.0</Version>
<Version>2.1.0</Version>
<Authors>Frends</Authors>
<Copyright>Frends</Copyright>
<Company>Frends</Company>
Expand All @@ -14,10 +14,14 @@
<PackageProjectUrl>https://frends.com/</PackageProjectUrl>
<RepositoryUrl>https://github.com/FrendsPlatform/Frends.AmazonS3</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
<AdditionalFiles Include="FrendsTaskMetadata.json" Pack="true" PackagePath="/" CopyToOutputDirectory="PreserveNewest"/>
</ItemGroup>

<ItemGroup>
<AdditionalFiles Include="FrendsTaskMetadata.json" />
<Content Include="FrendsTaskMetadata.json"
Pack="true"
PackagePath="/"
CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>

<ItemGroup>
<Content Include="migration.json" PackagePath="/" Pack="true" />
Expand Down
Loading