syntax.StringFx 2.0.4

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
96
syntax.LogFx
Package Description
79
syntax.LogFx
Package Description
74
syntax.LogFx
Package Description
68
syntax.LogFx
Package Description
55
FM360.SharedStructure
FM360 SharedStructure
55
syntax.LogFx
Package Description
50
FM360.SharedStructure
FM360 SharedStructure
47
syntax.LogFx
Package Description
47
syntax.LogFx
Package Description
46
FM360.SharedStructure
FM360 SharedStructure
45
syntax.LogFx
Package Description
45
FM360.SharedStructure
FM360 SharedStructure
44
FM360.SharedStructure
FM360 SharedStructure
43

.NET Standard 2.0

  • No dependencies.

Version Downloads Last updated
2.0.6 119 10/10/2024
2.0.5 31 10/10/2024
2.0.4 35 10/09/2024
2.0.3 87 02/04/2024
2.0.2 59 01/07/2024
2.0.1 35 01/07/2024
2.0.0 153 03/22/2023
1.0.2 32 03/22/2023
1.0.1 32 03/19/2023
1.0.0 33 03/19/2023