syntax.StringFx 2.0.2
StringFx
# Build:
cd C:\home\projects\syntax\Util\_NG\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.