frends-community - Frends.Community.Gzip 1.0.2
Package Description
PM> Install-Package Frends.Community.Gzip -Version 1.0.2 -Source https://www.myget.org/F/frends-community/api/v3/index.json
> nuget.exe install Frends.Community.Gzip -Version 1.0.2 -Source https://www.myget.org/F/frends-community/api/v3/index.json
> dotnet add package Frends.Community.Gzip --version 1.0.2 --source https://www.myget.org/F/frends-community/api/v3/index.json
source https://www.myget.org/F/frends-community/api/v3/index.json
nuget Frends.Community.Gzip ~> 1.0.2
Copy to clipboard
> choco install Frends.Community.Gzip --version 1.0.2 --source https://www.myget.org/F/frends-community/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "frends-community" -SourceLocation "https://www.myget.org/F/frends-community/api/v2"
Install-Module -Name "Frends.Community.Gzip" -RequiredVersion "1.0.2" -Repository "frends-community"
Copy to clipboard
Browse the sources in this package using Visual Studio or WinDbg by configuring the following legacy symbol server URL: https://www.myget.org/F/frends-community/symbols/
Frends.Community.Zip
FRENDS community task for creating gzip archive.
Installing
You can install the task via FRENDS UI Task View or you can find the nuget package from the following nuget feed 'Insert nuget feed here'
Tasks
CreateArchive
The GZip.CreateArchive task meant for creating gzip file from selected file.
Task Properties
Input
| Property | Type | Description | Example |
|---|---|---|---|
| SourceFullPath | string | Source file with full path | c:\source_folder\example.txt |
| OutputFullPath | string | Output gzipped file name with full path | c:\source_folder\example.txt.gz |
Result
| Property | Type | Description | Example |
|---|---|---|---|
| OutputFullPath | string | Full path to gzip file created. | c:\source_folder\example.txt.gz |
ExtractArchive
The GZip.ExtractArchive task meant for extract gzip file to decompressed file.
Task Properties
Input
| Property | Type | Description | Example |
|---|---|---|---|
| SourceFullPath | string | Source gzipped file with full path | c:\source_folder\example.txt.gz |
| OutputFullPath | string | Output file name with full path | c:\source_folder\example.txt |
Result
| Property | Type | Description | Example |
|---|---|---|---|
| OutputFullPath | string | Full path to file extracted. | c:\source_folder\example.txt |
License
This project is licensed under the MIT License - see the LICENSE file for details
Building
Building
Requirements
.NET Standard 2.0 or later
Clone a copy of the repo
git clone https://github.com/CommunityHiQ/Frends.Community.Gzip.git
Restore dependencies
dotnet restore
Build the solution
dotnet build
Run Tests
dotnet test Frends.Community.Gzip.Tests
Create a nuget package
dotnet pack Frends.Community.Gzip
Contributing
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes
NOTE: Be sure to merge the latest from "upstream" before making a pull request!
Change Log
| Version | Changes |
|---|---|
| 1.0.0 | Initial Frends.Community version. |
| 1.0.1 | Added CI and fixed unit tests for Linux. |
| 1.0.2 | Updated README. |
Changed TargetFramework to multi-target
- .NETFramework 4.7.1: 4.7.1.0
- .NETStandard 2.0: 2.0.0.0
| Assembly | Assembly hash | Match |
|---|---|---|
| /lib/netstandard2.0/frends.community.gzip.dll | b626bf7e95724ebcbe183d8caa05df8dFFFFFFFF | |
| /lib/net471/frends.community.gzip.dll | e49eca54ddac4865be9cfce776806771f | |
| /lib/net471/frends.community.gzip.dll | e49eca54ddac4865be9cfce77680677f1 |
OwnersFRENDS Community Feed User |
AuthorsHiQ Finland |
Project URLhttps://github.com/CommunityHiQ/Frends.Community.Gzip |
LicenseUnknown |
TagsFrends |
Info88 total downloads |
| 70 downloads for version 1.0.2 |
| Download (6.46 KB) |
| Download legacy symbols (13.33 KB) |
| Found on the current feed only |
Package history
| Version | Size | Last updated | Downloads | Mirrored? | |||
|---|---|---|---|---|---|---|---|
|
|
1.0.3 | 9.14 KB | Thu, 06 Feb 2025 11:16:51 GMT | 16 |
|
||
|
|
1.0.2 | 6.46 KB | Wed, 01 Dec 2021 13:20:30 GMT | 70 |
|
||
|
|
1.0.1 | 6.45 KB | Wed, 01 Dec 2021 13:08:37 GMT | 2 |
|