Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions O2DESNet/O2DESNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
<Authors>Li Haobin</Authors>
<Description>A framework for Object-Oriented Discrete Event Simulation</Description>
<Company>ISEM Department, National University of Singapore</Company>
<Copyright>Copyright © 2015-2019 O²DES.NET</Copyright>
<Copyright>Copyright © 2015-2026 O²DES.NET</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>http://www.o2des.net</PackageProjectUrl>
<PackageIconUrl>http://www.o2des.net/wp-content/uploads/2016/10/o2des.png</PackageIconUrl>
<RepositoryUrl>https://github.com/li-haobin/O2DES.Net</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>O2DES.Net Discrete-Event Simulation</PackageTags>
<PackageVersion>3.7.2</PackageVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MathNet.Numerics" Version="4.8.1" />
<PackageReference Include="System.Drawing.Common" Version="4.5.1" />
<PackageReference Include="MathNet.Numerics" Version="5.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ It is developed and used by C#, which facilitates flexible integration with the

# Change Log

## Version 3.7.2
- Remove unnecessary package.

## Version 3.6
- Improvement of HourCounter to synchronize with simulator ClockTime
https://github.com/li-haobin/O2DESNet/issues/1
Expand Down