FM360.ClipGenerator.Engine 8.0.47

FM360.ClipGenerator.Engine

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

cd C:\home\projects\syntax\FM360\FM360.R6\ClipGenerator.Engine; `
dotnet add package syntax.DateFx -s "https://nuget.syntax-neue-medien.de/v3/index.json"; `
dotnet add package syntax.WebFx -s "https://nuget.syntax-neue-medien.de/v3/index.json"; `
dotnet add package syntax.XmlFx -s "https://nuget.syntax-neue-medien.de/v3/index.json"; `
dotnet add package FM360.SharedStructure -s "https://nuget.syntax-neue-medien.de/v3/index.json";

Build and distribute as NuGet package

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

Install in different project

dotnet add package FM360.ClipGenerator.Engine -s "https://nuget.syntax-neue-medien.de/v3/index.json";

No packages depend on FM360.ClipGenerator.Engine.

.NET 8.0

Version Downloads Last updated
8.0.52 54 11/06/2024
8.0.51 34 10/19/2024
8.0.50 41 10/19/2024
8.0.49 35 10/19/2024
8.0.48 37 10/19/2024
8.0.47 37 10/19/2024
8.0.46 40 10/19/2024
8.0.45 45 10/18/2024
8.0.44 41 10/18/2024
8.0.43 41 10/18/2024
8.0.42 39 10/18/2024
8.0.41 36 10/16/2024
8.0.40 39 10/16/2024
8.0.39 36 10/15/2024
8.0.38 39 10/15/2024
8.0.37 37 10/15/2024
8.0.35 36 10/14/2024
8.0.33 34 10/14/2024
8.0.32 37 10/14/2024
8.0.28 36 10/14/2024
8.0.27 37 10/03/2024
8.0.26 36 10/03/2024
8.0.25 39 09/16/2024
8.0.24 43 06/04/2024
8.0.23 38 06/04/2024
8.0.22 41 06/03/2024
8.0.21 41 06/03/2024
8.0.20 42 06/03/2024
8.0.19 40 06/03/2024
8.0.18 43 05/09/2024
8.0.17 44 05/09/2024
8.0.13 41 05/09/2024
8.0.12 46 05/05/2024
8.0.11 36 05/05/2024
8.0.10 42 04/30/2024
8.0.9 48 04/25/2024
8.0.8 37 04/24/2024
8.0.7 47 04/24/2024
8.0.6 49 04/19/2024
8.0.2 39 04/18/2024
8.0.1 41 04/16/2024
2.0.7 45 03/01/2024
2.0.6 39 03/01/2024
2.0.5 38 03/01/2024
2.0.4 37 03/01/2024
2.0.3 38 03/01/2024
2.0.2 43 02/29/2024