syntax.CollectionFx 2.0.1
CollectionFx
$env:VERSION = "2.0.0"; `
cd C:\home\projects\syntax\Util\_NG\CollectionFx; `
(Get-Content CollectionFx.csproj) -replace '(<AssemblyVersion>)[\d\.]+(</AssemblyVersion>)', "`${1}$env:VERSION`${2}" | Out-File CollectionFx.csproj; `
dotnet build --configuration Release; `
dotnet pack --configuration Release --output .packages -p:PackageVersion="$env:VERSION"; `
dotnet nuget push .\.packages\syntax.CollectionFx.$env:VERSION.nupkg -s "https://nuget.syntax-neue-medien.de/v3/index.json" -k "<key>"
Showing the top 20 packages that depend on syntax.CollectionFx.
| Packages | Downloads |
|---|---|
|
FM360.SharedStructure
FM360 SharedStructure
|
51 |
|
FM360.SharedStructure
FM360 SharedStructure
|
47 |
|
FM360.SharedStructure
FM360 SharedStructure
|
45 |
|
FM360.SharedStructure
FM360 SharedStructure
|
44 |
|
FM360.SharedStructure
FM360 SharedStructure
|
43 |
|
FM360.SharedStructure
FM360 SharedStructure
|
42 |
|
FM360.SharedStructure
FM360 SharedStructure
|
41 |
|
FM360.SharedStructure
FM360 SharedStructure
|
40 |
.NET Standard 2.0
- No dependencies.