syntax.ConversionFx 2.0.0
ConversionFx
$env:VERSION = ‘2.0.0'; `
cd C:\home\projects\syntax\Util\_NG\ConversionFx; `
(Get-Content ConversionFx.csproj) -replace '(<AssemblyVersion>)[\d\.]+(</AssemblyVersion>)', "`${1}$env:VERSION`${2}" | Out-File ConversionFx.csproj; `
dotnet build --configuration Release; `
dotnet pack --configuration Release --output _packages -p:PackageVersion="$env:VERSION"; `
dotnet nuget push .\_packages\syntax.ConversionFx.$env:VERSION.nupkg -s "https://nuget.syntax-neue-medien.de/v3/index.json" -k "<key>"
Showing the top 20 packages that depend on syntax.ConversionFx.
| Packages | Downloads |
|---|---|
|
syntax.Cache.AppSettings
Package Description
|
82 |
|
syntax.Cache.AppSettings
Package Description
|
81 |
|
syntax.Cache.AppSettings
Package Description
|
77 |
|
syntax.Cache.AppSettings
Package Description
|
70 |
|
syntax.Cache.AppSettings
Package Description
|
55 |
|
syntax.Cache.AppSettings
Package Description
|
53 |
|
syntax.Cache.AppSettings
Package Description
|
52 |
|
syntax.Cache.AppSettings
Package Description
|
50 |
|
syntax.Cache.AppSettings
Package Description
|
48 |
|
syntax.Cache.AppSettings
Package Description
|
46 |
|
syntax.Cache.AppSettings
Package Description
|
45 |
|
syntax.Cache.AppSettings
Package Description
|
44 |
|
syntax.Cache.AppSettings
Package Description
|
43 |
|
syntax.Cache.AppSettings
Package Description
|
42 |
.NET Standard 2.0
- System.Drawing.Common (>= 7.0.0)