TJC.AssemblyExtensions
0.8.1
See the version list below for details.
dotnet add package TJC.AssemblyExtensions --version 0.8.1
NuGet\Install-Package TJC.AssemblyExtensions -Version 0.8.1
<PackageReference Include="TJC.AssemblyExtensions" Version="0.8.1" />
<PackageVersion Include="TJC.AssemblyExtensions" Version="0.8.1" />
<PackageReference Include="TJC.AssemblyExtensions" />
paket add TJC.AssemblyExtensions --version 0.8.1
#r "nuget: TJC.AssemblyExtensions, 0.8.1"
#addin nuget:?package=TJC.AssemblyExtensions&version=0.8.1
#tool nuget:?package=TJC.AssemblyExtensions&version=0.8.1
T? Assembly.GetAssemblyAttribute()
- Used to get attributes of an assembly.
string Assembly.GetTitle()
- Returns the title of the assembly.
string Assembly.GetDescription()
- Returns the description of the assembly.
string Assembly.GetCopyright(bool replaceCopyrightSymbolWithC = false)
- Returns the copyright of the assembly.
- Optionally replaces the copyright symbol with
(C)
Product | Versions 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 was computed. 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. |
-
net8.0
- TJC.StringExtensions (>= 0.2.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on TJC.AssemblyExtensions:
Package | Downloads |
---|---|
TJC.Collection.Core
Collection of NuGet Packages |
|
TJC.ConsoleApplication
Console Application Utilities |
|
TJC.GUI
Graphical User Interface Extensions |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.8.6 | 102 | 4 days ago |
0.8.5 | 558 | 3 months ago |
0.8.4 | 146 | 5 months ago |
0.8.3 | 1,093 | 5 months ago |
0.8.2 | 520 | 5 months ago |
0.8.1 | 438 | 5 months ago |
0.8.0 | 309 | 5 months ago |
0.7.1 | 550 | 6 months ago |
0.7.0 | 1,937 | 6 months ago |
0.6.2 | 485 | 6 months ago |
0.6.1 | 408 | 6 months ago |
0.6.0 | 2,505 | 6 months ago |
0.5.0 | 263 | 6 months ago |
0.4.1 | 597 | 6 months ago |
0.4.0 | 384 | 6 months ago |
0.3.0 | 104 | 6 months ago |
0.2.0 | 119 | 7 months ago |
0.1.6 | 134 | 7 months ago |
0.1.5 | 858 | 7 months ago |
0.1.4 | 337 | 7 months ago |
0.1.3 | 413 | 7 months ago |
0.1.2 | 548 | 7 months ago |
0.1.1 | 118 | 7 months ago |
0.1.0 | 427 | 8 months ago |
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.8.1] - 2024-11-05
## [0.8.0] - 2024-11-05
## [0.7.1] - 2024-10-26
### Added
- Release notes to the NuGet Package
## [0.7.0] - 2024-10-20
### Added
- Codecov reporting
## [0.6.2] - 2024-10-20
## [0.6.1] - 2024-10-16
## [0.6.0] - 2024-10-11
### Added
- Changelog extension formatting options
## [0.5.0] - 2024-10-10
### Added
- Changelog Automation
## [0.4.1] - 2024-10-06
### Changed
- Split partial classes into their own classes
## [0.4.0] - 2024-10-04
### Added
- Add extension for changelog
## [0.3.0] - 2024-10-04
### Added
- Add extension for third party licenses
[Unreleased]: https://github.com/TJC-Tools/TJC.AssemblyExtensions/compare/v0.8.1...HEAD
[0.8.1]: https://github.com/TJC-Tools/TJC.AssemblyExtensions/compare/v0.8.0...v0.8.1
[0.8.0]: https://github.com/TJC-Tools/TJC.AssemblyExtensions/compare/v0.7.1...v0.8.0
[0.7.1]: https://github.com/TJC-Tools/TJC.AssemblyExtensions/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/TJC-Tools/TJC.AssemblyExtensions/compare/v0.6.2...v0.7.0
[0.6.2]: https://github.com/TJC-Tools/TJC.AssemblyExtensions/compare/v0.6.1...v0.6.2
[0.6.1]: https://github.com/TJC-Tools/TJC.AssemblyExtensions/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/TJC-Tools/TJC.AssemblyExtensions/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/TJC-Tools/TJC.AssemblyExtensions/compare/v0.4.1...v0.5.0
[0.4.1]: https://github.com/TJC-Tools/TJC.AssemblyExtensions/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/TJC-Tools/TJC.AssemblyExtensions/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/TJC-Tools/TJC.AssemblyExtensions/releases/tag/v0.3.0