syntax.StringFx 2.0.6

StringFx

# Build:

cd C:\home\projects\syntax\Utils\StringFx; `
$VERSION = "$([regex]::match(((Get-Content "./StringFx.csproj") | Select-String -Pattern "<AssemblyVersion>\d+\.\d+\.\d+</AssemblyVersion>"), "(\d+\.\d+\.)(\d+)").Groups[1].Value)$(([int][regex]::match(((Get-Content "./StringFx.csproj") | Select-String -Pattern "\d+\.\d+\.\d+"), "(\d+\.\d+\.)(\d+)").Groups[2].Value) + 1)";  `
(Get-Content "./StringFx.csproj")  -replace '(<AssemblyVersion>)[\d\.]+(</AssemblyVersion>)',   "`${1}$VERSION`${2}"  |   Out-File "./StringFx.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.StringFx.$VERSION.nupkg"  -s "https://nuget.syntax-neue-medien.de/v3/index.json"  -k "$API_KEY"; `
dotnet nuget push  ".\.packages\syntax.StringFx.$VERSION.snupkg"  -s "https://nuget.syntax-neue-medien.de/v3/index.json"  -k "$API_KEY";

# Install:

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

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

Packages Downloads
syntax.LogFx
Package Description
160
syntax.LogFx
Package Description
127
syntax.LogFx
Package Description
108
syntax.LogFx
Package Description
106
FM360.SharedStructure
FM360 SharedStructure
106
syntax.LogFx
Package Description
91
FM360.SharedStructure
FM360 SharedStructure
83
syntax.LogFx
Package Description
81
syntax.LogFx
Package Description
80
syntax.LogFx
Package Description
79
FM360.SharedStructure
FM360 SharedStructure
79
syntax.LogFx
Package Description
78
FM360.SharedStructure
FM360 SharedStructure
78
syntax.LogFx
Package Description
77
FM360.SharedStructure
FM360 SharedStructure
77
FM360.SharedStructure
FM360 SharedStructure
76

.NET Standard 2.0

  • No dependencies.

Version Downloads Last updated
2.0.6 200 10/10/2024
2.0.5 62 10/10/2024
2.0.4 67 10/09/2024
2.0.3 119 02/04/2024
2.0.2 90 01/07/2024
2.0.1 66 01/07/2024
2.0.0 185 03/22/2023
1.0.2 64 03/22/2023
1.0.1 63 03/19/2023
1.0.0 62 03/19/2023