syntax.Configuration.Crypto 2.0.2

Configuration.Crypto

# Build:

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

# Install:

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

Showing the top 20 packages that depend on syntax.Configuration.Crypto.

Packages Downloads
syntax.Configuration.Intermediaries
Package Description
119
syntax.Configuration.Intermediaries
Package Description
106
syntax.Configuration.Intermediaries
Package Description
99
syntax.Configuration.Intermediaries
Package Description
81
syntax.Configuration.Intermediaries
Package Description
69
syntax.Configuration.Intermediaries
Package Description
56
syntax.Configuration.Intermediaries
Package Description
52
syntax.Configuration.Intermediaries
Package Description
51
syntax.Configuration.Intermediaries
Package Description
50
syntax.Configuration.Intermediaries
Package Description
46
syntax.Configuration.Intermediaries
Package Description
44
syntax.Configuration.Intermediaries
Package Description
43
syntax.Configuration.Intermediaries
Package Description
42
FM360.SharedStructure
FM360 SharedStructure
42
syntax.Configuration.Intermediaries
Package Description
41

.NET Standard 2.0

  • No dependencies.

Version Downloads Last updated
2.0.2 152 04/16/2024
2.0.1 162 05/22/2023