Skip to content

Commit b0288b9

Browse files
authored
Merge pull request #1 from chaossoftware/task/use-nugets
Removed core code and used as nugets
2 parents fa98de7 + 336d937 commit b0288b9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+62
-4000
lines changed

pack.bat

Lines changed: 0 additions & 5 deletions
This file was deleted.

publish.bat

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
@echo off
2+
3+
set VERSION=%1
4+
set OUT_DIR=%2
5+
set PROJ_PATH=%cd%\src\ModelledSystems\ModelledSystems.csproj
6+
7+
dotnet publish %PROJ_PATH% --configuration Release --framework net6.0 --output %OUT_DIR%\modelled-systems\net6.0 -p:VersionPrefix=%VERSION%

src/ChaosSoft.Core/Algebra/Vectors.cs

Lines changed: 0 additions & 85 deletions
This file was deleted.

src/ChaosSoft.Core/ChaosSoft.Core.csproj

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/ChaosSoft.Core/ChaosSoft.Core.nuspec

Lines changed: 0 additions & 34 deletions
This file was deleted.

src/ChaosSoft.Core/Data/DataPoint.cs

Lines changed: 0 additions & 20 deletions
This file was deleted.

src/ChaosSoft.Core/Data/DataSeries.cs

Lines changed: 0 additions & 137 deletions
This file was deleted.

0 commit comments

Comments
 (0)