You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"src/PRo3D.Viewer/PRo3D.Viewer.fsproj"|> DotNet.publish (fun o ->
413
416
{ o with
414
-
Framework = Some "net5.0"
417
+
Framework = Some "net6.0"
415
418
Runtime = Some "win10-x64"//-p:PublishSingleFile=true -p:IncludeAllContentForSelfExtract=true
416
419
Common ={ o.Common with CustomParams = Some "-p:PublishSingleFile=true -p:IncludeAllContentForSelfExtract=true -p:InPublish=True -p:DebugType=None -p:DebugSymbols=false -p:BuildInParallel=false"}
417
420
//SelfContained = Some true // https://github.com/dotnet/sdk/issues/10566#issuecomment-602111314
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,6 @@ The process for contributing to PRo3D is optimized for easy peer reviews by the
5
5
* Discuss the feature with the community. High-frequency discussion should happen in our discord channel
6
6
* Implement the feature in a feature branch `features/[issue#]_thename` or `bugs/[issue#]_bugname`
7
7
* Create a PullRequest (PR), ask for contributors to review the PR and merge the PR when done
8
-
* For creating a new release (in develop), change the PRODUCT_RELEASE_NOTES.md / package.json accordingly. For details please look at https://github.com/pro3d-space/PRo3D/blob/main/docs/Build-Deploy-System.md
8
+
* For creating a new release, change the PRODUCT_RELEASE_NOTES.md / package.json accordingly. For details please look at https://github.com/pro3d-space/PRo3D/blob/main/docs/Build-Deploy-System.md
9
9
* The CI will trigger a build and create a tag accordingly
10
10
* Please put into the release - the version, humand readable description of the new features/fixes and references to issues etc. (in github choose the release, press edit button, apply the changes and use "publish release")
0 commit comments