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
|
158 |
|
syntax.LogFx
Package Description
|
127 |
|
syntax.LogFx
Package Description
|
108 |
|
syntax.LogFx
Package Description
|
106 |
|
FM360.SharedStructure
FM360 SharedStructure
|
104 |
|
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.