alma.debugify 1.2.0

dotnet tool install --global alma.debugify --version 1.2.0
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local alma.debugify --version 1.2.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=alma.debugify&version=1.2.0
                    
nuke :add-package alma.debugify --version 1.2.0
                    

A dotnet tool that allows you to quickly debug your own nuget packages

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
1.2.0 205 2/26/2024
1.1.0 467 9/12/2022
1.0.6.3 455 6/2/2021
1.0.6.2 385 4/21/2021
1.0.6.1 405 2/25/2021
1.0.6 451 10/28/2020
1.0.5 429 10/8/2020
1.0.4 421 10/8/2020
1.0.3 500 10/7/2020
1.0.2 506 10/7/2020
1.0.1 517 10/7/2020
1.0.0 555 10/6/2020

#1.2.0.0
       - target .net 8
#1.1.0.0
- deletes existing *.symbols.nupkg files
- ignores "Test" and "Tests" projects
- can handle package versions, where revision is not set (2.3.1 instead of 2.3.1.0)
- can determine packageid by <PackageId>, <AssemblyName > or *.csproj filename)
   #1.0.6.3
- dropped "--force" flag due to 'MSBUILD : error MSB1001: unknown switch.'
#1.0.6.2
- if version cannot be replaced, outputs error instead of cancelling process
#1.0.6.1
- supports adding additional arguments for dotnet pack
- supports project files without <version> element as long as a version is provided using the -v argument
- fallback to msbuild if additional targets are required that dotnet pack does not support
- swapping project files so git status does not complain about "file changed though contents are the same"