ktsu.Sdk 1.8.1-pre.5

Prefix Reserved
This is a prerelease version of ktsu.Sdk.
There is a newer version of this package available.
See the version list below for details.
dotnet add package ktsu.Sdk --version 1.8.1-pre.5
                    
NuGet\Install-Package ktsu.Sdk -Version 1.8.1-pre.5
                    
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="ktsu.Sdk" Version="1.8.1-pre.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ktsu.Sdk" Version="1.8.1-pre.5" />
                    
Directory.Packages.props
<PackageReference Include="ktsu.Sdk" />
                    
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 ktsu.Sdk --version 1.8.1-pre.5
                    
#r "nuget: ktsu.Sdk, 1.8.1-pre.5"
                    
#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.
#addin nuget:?package=ktsu.Sdk&version=1.8.1-pre.5&prerelease
                    
Install ktsu.Sdk as a Cake Addin
#tool nuget:?package=ktsu.Sdk&version=1.8.1-pre.5&prerelease
                    
Install ktsu.Sdk as a Cake Tool

ktsu.Sdk

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.
  • net9.0

    • No dependencies.

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
1.32.0 0 5/22/2025
1.31.0 0 5/22/2025
1.30.0 0 5/22/2025
1.29.0 26 5/21/2025
1.28.0 28 5/21/2025
1.27.0 30 5/21/2025
1.26.0 29 5/21/2025
1.25.0 25 5/21/2025
1.24.0 28 5/21/2025
1.23.0 27 5/21/2025
1.22.0 27 5/21/2025
1.21.0 25 5/21/2025
1.20.1-pre.1 27 5/21/2025
1.20.0 27 5/21/2025
1.19.1-pre.1 30 5/21/2025
1.19.0 30 5/21/2025
1.18.0 32 5/21/2025
1.17.1 25 5/21/2025
1.17.1-pre.1 24 5/21/2025
1.17.0 28 5/21/2025
1.16.0 30 5/21/2025
1.15.0 28 5/21/2025
1.14.1 28 5/21/2025
1.14.0 29 5/21/2025
1.13.0 29 5/21/2025
1.12.1 26 5/21/2025
1.12.0 29 5/21/2025
1.11.1-pre.2 27 5/20/2025
1.11.1-pre.1 28 5/18/2025
1.11.0 60 5/18/2025
1.10.2-pre.1 78 5/17/2025
1.10.1 109 5/17/2025
1.10.0 105 5/17/2025
1.9.0 208 5/15/2025
1.8.1-pre.5 63 5/4/2025
1.8.1-pre.4 114 4/28/2025
1.8.1-pre.3 113 4/28/2025
1.8.1-pre.2 114 4/28/2025
1.8.1-pre.1 117 4/28/2025
1.8.0 906 4/28/2025
1.7.1-pre.2 118 4/28/2025
1.7.1-pre.1 118 4/28/2025
1.7.0 102 4/26/2025
1.6.0 62 4/26/2025
1.5.1 65 4/26/2025
1.5.0 77 4/26/2025
1.4.0 71 4/26/2025
1.3.0 72 4/26/2025
1.2.0 69 4/26/2025
1.1.0 71 4/26/2025

## v1.8.1-pre.5 (prerelease)

Changes since v1.8.1-pre.4:

- Sync .github\workflows\dependabot-merge.yml ([@ktsu[bot]](https://github.com/ktsu[bot]))
- Sync .github\workflows\project.yml ([@ktsu[bot]](https://github.com/ktsu[bot]))
## v1.8.1-pre.4 (prerelease)

Changes since v1.8.1-pre.3:

- Refactor changelog generation logic in PowerShell script to implement more flexible commit filtering. Added progressive fallback mechanisms to ensure commits are captured for both regular and prerelease versions, improving the accuracy of the changelog output. ([@github-actions[bot]](https://github.com/github-actions[bot]))
## v1.8.1-pre.3 (prerelease)

Changes since v1.8.1-pre.2:

- Refactor changelog generation logic in PowerShell script to improve commit range determination. Enhanced handling for the newest version and added fallback for relaxed filters when no commits are found. Updated output messages for better clarity. ([@github-actions[bot]](https://github.com/github-actions[bot]))
## v1.8.1-pre.2 (prerelease)

Changes since v1.8.1-pre.1:

- Refactor changelog generation and versioning logic in PowerShell scripts. Updated commit range handling to include the latest changes since the last tag, improved output formatting, and added fallback logic for versioning when no tags are found. ([@github-actions[bot]](https://github.com/github-actions[bot]))
- Remove security analysis step from GitHub Actions workflow and update permissions accordingly. ([@github-actions[bot]](https://github.com/github-actions[bot]))
## v1.8.1-pre.1 (prerelease)

Changes since v1.8.0:

- Enhance GitHub Actions workflow by adding security analysis and dependency detection steps. Updated permissions to include security-events and id-token for improved security scanning and dependency submission. ([@github-actions[bot]](https://github.com/github-actions[bot]))
## v1.8.0 (minor)

Changes since v1.7.0:

- [minor] 1.8.0 ([@github-actions[bot]](https://github.com/github-actions[bot]))
- [minor] Update workflow and add Demo project ([@github-actions[bot]](https://github.com/github-actions[bot]))
- Remove Demo project and associated files ([@github-actions[bot]](https://github.com/github-actions[bot]))
- Update project configuration and versioning scripts ([@github-actions[bot]](https://github.com/github-actions[bot]))
## v1.7.1-pre.2 (prerelease)

Changes since v1.7.1-pre.1:

- [minor] Update workflow and add Demo project ([@github-actions[bot]](https://github.com/github-actions[bot]))
- Remove Demo project and associated files ([@github-actions[bot]](https://github.com/github-actions[bot]))
## v1.7.1-pre.1 (prerelease)

Changes since v1.7.0:

- Update project configuration and versioning scripts ([@github-actions[bot]](https://github.com/github-actions[bot]))
## v1.7.0 (minor)

Changes since v1.6.0:

- Update testing platform command line arguments ([@matt-edmondson](https://github.com/matt-edmondson))
## v1.6.0 (minor)

Changes since v1.5.0:

- Add Sdk.Lib project and update SDK configurations ([@matt-edmondson](https://github.com/matt-edmondson))
- Update AssemblyName to use dynamic MSBuildProjectName ([@matt-edmondson](https://github.com/matt-edmondson))
- Update testing platform configuration in Sdk.props ([@matt-edmondson](https://github.com/matt-edmondson))
## v1.5.1 (patch)

Changes since v1.5.0:

- Add Sdk.Lib project and update SDK configurations ([@matt-edmondson](https://github.com/matt-edmondson))
- Update AssemblyName to use dynamic MSBuildProjectName ([@matt-edmondson](https://github.com/matt-edmondson))
## v1.5.0 (minor)

Changes since v1.4.0:

- Update SDK references in Sdk.props ([@matt-edmondson](https://github.com/matt-edmondson))
## v1.4.0 (minor)

Changes since v1.3.0:

- Update SDK references for versioning consistency ([@matt-edmondson](https://github.com/matt-edmondson))
## v1.3.0 (minor)

Changes since v1.2.0:

- Update project files to use new SDK references ([@matt-edmondson](https://github.com/matt-edmondson))
## v1.2.0 (minor)

Changes since v1.1.0:

- Add Sdk.App and Sdk.Test projects to solution ([@matt-edmondson](https://github.com/matt-edmondson))
## v1.1.0 (major)

- Initial commit ([@matt-edmondson](https://github.com/matt-edmondson))