Initial Commit

This commit is contained in:
2025-10-14 19:01:57 +04:00
commit 5774f54613
71 changed files with 8893 additions and 0 deletions

8
Package/release.cmd Normal file
View File

@@ -0,0 +1,8 @@
@echo off
set TargetFramework=%1
set ProjectName=%2
del "*.nupkg"
"..\..\oqtane.framework\oqtane.package\FixProps.exe"
"..\..\oqtane.framework\oqtane.package\nuget.exe" pack %ProjectName%.nuspec -Properties targetframework=%TargetFramework%;projectname=%ProjectName%
XCOPY "*.nupkg" "..\..\oqtane.framework\Oqtane.Server\Packages\" /Y