FM360.DataTransfer 5.0.27

FM360.DataTransfer

Update dependencies (use last version from syntax.DbFx build)

cd C:\home\projects\syntax\FM360\FM360.DataTransfer; `
dotnet add package syntax.DbFx -s "https://nuget.syntax-neue-medien.de/v3/index.json";  -v "$VERSION";

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
53
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

Version Downloads Last updated
5.0.49 94 03/11/2025
5.0.48 48 11/12/2024
5.0.47 50 11/12/2024
5.0.46 39 11/12/2024
5.0.45 47 09/16/2024
5.0.44 42 09/16/2024
5.0.43 42 09/16/2024
5.0.42 48 06/04/2024
5.0.41 43 06/04/2024
5.0.40 37 06/03/2024
5.0.39 40 06/03/2024
5.0.38 39 06/03/2024
5.0.37 41 06/03/2024
5.0.36 38 06/03/2024
5.0.35 36 06/03/2024
5.0.34 38 06/03/2024
5.0.33 36 06/03/2024
5.0.32 37 06/03/2024
5.0.31 37 06/03/2024
5.0.30 40 06/03/2024
5.0.29 36 06/03/2024
5.0.28 33 06/03/2024
5.0.27 38 06/03/2024
5.0.26 34 06/03/2024
5.0.23 34 06/03/2024
5.0.22 34 06/03/2024
5.0.21 37 06/03/2024
5.0.20 49 05/05/2024
5.0.19 124 12/14/2023
5.0.18 37 12/14/2023
5.0.17 31 12/14/2023
5.0.16 35 12/14/2023
5.0.15 32 12/14/2023
5.0.14 37 12/14/2023
5.0.13 35 12/14/2023
5.0.12 35 12/08/2023
5.0.11 33 12/08/2023
5.0.10 38 12/08/2023
5.0.9 36 12/08/2023
5.0.8 36 12/07/2023
5.0.7 39 12/07/2023
5.0.6 37 12/07/2023
5.0.5 29 12/07/2023
5.0.4 38 12/07/2023
5.0.3 36 12/07/2023
5.0.2 32 12/07/2023