FM360.DataTransfer 5.0.51

FM360.DataTransfer

Build and distribute as NuGet package

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

Install in different project

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

Showing the top 20 packages that depend on FM360.DataTransfer.

Packages Downloads
FM360.SharedStructure
FM360 SharedStructure
104
FM360.SharedStructure
FM360 SharedStructure
83
FM360.SharedStructure
FM360 SharedStructure
79
FM360.SharedStructure
FM360 SharedStructure
78
FM360.SharedStructure
FM360 SharedStructure
77
FM360.SharedStructure
FM360 SharedStructure
76
FM360.SharedStructure
FM360 SharedStructure
75
FM360.SharedStructure
FM360 SharedStructure
74
FM360.SharedStructure
FM360 SharedStructure
73

Version Downloads Last updated
5.0.51 22 08/13/2026
5.0.50 9 08/12/2026
5.0.49 178 03/11/2025
5.0.48 86 11/12/2024
5.0.47 87 11/12/2024
5.0.46 75 11/12/2024
5.0.45 85 09/16/2024
5.0.44 82 09/16/2024
5.0.43 79 09/16/2024
5.0.42 88 06/04/2024
5.0.41 84 06/04/2024
5.0.40 72 06/03/2024
5.0.39 75 06/03/2024
5.0.38 75 06/03/2024
5.0.37 75 06/03/2024
5.0.36 76 06/03/2024
5.0.35 71 06/03/2024
5.0.34 71 06/03/2024
5.0.33 72 06/03/2024
5.0.32 71 06/03/2024
5.0.31 71 06/03/2024
5.0.30 76 06/03/2024
5.0.29 71 06/03/2024
5.0.28 66 06/03/2024
5.0.27 74 06/03/2024
5.0.26 69 06/03/2024
5.0.23 74 06/03/2024
5.0.22 69 06/03/2024
5.0.21 74 06/03/2024
5.0.20 81 05/05/2024
5.0.19 158 12/14/2023
5.0.18 72 12/14/2023
5.0.17 63 12/14/2023
5.0.16 72 12/14/2023
5.0.15 64 12/14/2023
5.0.14 71 12/14/2023
5.0.13 73 12/14/2023
5.0.12 71 12/08/2023
5.0.11 71 12/08/2023
5.0.10 75 12/08/2023
5.0.9 72 12/08/2023
5.0.8 73 12/07/2023
5.0.7 78 12/07/2023
5.0.6 74 12/07/2023
5.0.5 67 12/07/2023
5.0.4 74 12/07/2023
5.0.3 72 12/07/2023
5.0.2 69 12/07/2023