SIL.BuildTasks.AWS 3.2.1

Prefix Reserved
dotnet add package SIL.BuildTasks.AWS --version 3.2.1
                    
NuGet\Install-Package SIL.BuildTasks.AWS -Version 3.2.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SIL.BuildTasks.AWS" Version="3.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SIL.BuildTasks.AWS" Version="3.2.1" />
                    
Directory.Packages.props
<PackageReference Include="SIL.BuildTasks.AWS" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SIL.BuildTasks.AWS --version 3.2.1
                    
#r "nuget: SIL.BuildTasks.AWS, 3.2.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package SIL.BuildTasks.AWS@3.2.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SIL.BuildTasks.AWS&version=3.2.1
                    
Install as a Cake Addin
#tool nuget:?package=SIL.BuildTasks.AWS&version=3.2.1
                    
Install as a Cake Tool

SIL.BuildTasks.AWS defines a S3BuildPublisher msbuild task to publish a set of files to a S3 bucket.

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.2.1 0 8/31/2026
3.2.1-beta0004 0 8/31/2026
3.2.1-beta0003 32 8/28/2026
3.2.1-beta0002 36 8/28/2026
3.2.1-beta0001 35 8/28/2026
3.2.0 317 1/6/2026
3.1.2-beta0014 231 11/26/2025
3.1.2-beta0012 269 8/26/2025
3.1.2-beta0005 232 5/28/2025
3.1.2-beta0002 226 5/27/2025
3.1.1 261 3/18/2025
3.1.1-beta0005 225 3/18/2025
3.1.1-beta0001 307 3/6/2025
3.1.0 321 3/4/2025
3.0.1-beta0004 192 2/22/2025
3.0.0 225 11/8/2024
2.6.0-beta0044 187 11/8/2024
2.6.0-beta0042 184 11/7/2024
2.6.0-beta0036 179 11/6/2024
2.6.0-beta0032 200 10/18/2024
Loading failed

Changes since version 3.2.0

Security:
- Upgraded Microsoft.Build.Tasks.Core/Microsoft.Build.Utilities.Core from 17.14.28 to 18.9.6 and SIL.Core from 7.0.0 to 17.0.0 to address vulnerabilities in the older versions.

See full changelog at https://github.com/sillsdev/SIL.BuildTasks/blob/master/CHANGELOG.md