syntax.CollectionFx 2.0.7

CollectionFx

# Build:

cd C:\home\projects\syntax\Utils\CollectionFx; `
$VERSION = "$([regex]::match(((Get-Content "./CollectionFx.csproj") | Select-String -Pattern "<AssemblyVersion>\d+\.\d+\.\d+</AssemblyVersion>"), "(\d+\.\d+\.)(\d+)").Groups[1].Value)$(([int][regex]::match(((Get-Content "./CollectionFx.csproj") | Select-String -Pattern "\d+\.\d+\.\d+"), "(\d+\.\d+\.)(\d+)").Groups[2].Value) + 1)";  `
(Get-Content "./CollectionFx.csproj")  -replace '(<AssemblyVersion>)[\d\.]+(</AssemblyVersion>)',   "`${1}$VERSION`${2}"  |   Out-File "./CollectionFx.csproj";  `
"Version: $VERSION"; `
$API_KEY = [regex]::match((Get-Content ./.nuget.env), 'ApiKey="([^"]+)"').Groups[1].Value;  `
"API key: $API_KEY";  `
dotnet build --configuration Release; `
dotnet pack  --configuration Release  --output .packages  -p:PackageVersion="$VERSION"; `
dotnet nuget push  ".\.packages\syntax.CollectionFx.$VERSION.nupkg"  -s "https://nuget.syntax-neue-medien.de/v3/index.json"  -k "$API_KEY"; `
dotnet nuget push  ".\.packages\syntax.CollectionFx.$VERSION.snupkg"  -s "https://nuget.syntax-neue-medien.de/v3/index.json"  -k "$API_KEY";

# Install:

dotnet add package syntax.CollectionFx -s "https://nuget.syntax-neue-medien.de/v3/index.json";  # -v "$VERSION"

Showing the top 20 packages that depend on syntax.CollectionFx.

Packages Downloads
FM360.SharedStructure
FM360 SharedStructure
104
FM360.SharedStructure
FM360 SharedStructure
83
FM360.SharedStructure
FM360 SharedStructure
79
FM360.SharedStructure
FM360 SharedStructure
78
FM360.SharedStructure
FM360 SharedStructure
77
FM360.SharedStructure
FM360 SharedStructure
76
FM360.SharedStructure
FM360 SharedStructure
75
FM360.SharedStructure
FM360 SharedStructure
74
FM360.SharedStructure
FM360 SharedStructure
73

.NET Standard 2.0

  • No dependencies.

Version Downloads Last updated
2.0.7 247 04/18/2024
2.0.6 76 04/18/2024
2.0.5 76 04/18/2024
2.0.4 77 04/18/2024
2.0.3 72 04/18/2024
2.0.2 177 10/02/2023
2.0.1 87 05/22/2023
2.0.0 73 03/22/2023
1.0.1 74 03/19/2023
1.0.0 74 03/19/2023