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
Copy file name to clipboardExpand all lines: src/SimSharp/SimSharp.csproj
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
<DelaySign>False</DelaySign>
8
8
<AssemblyName>SimSharp</AssemblyName>
9
9
<RootNamespace>SimSharp</RootNamespace>
10
-
<Version>3.4</Version>
10
+
<Version>3.4.1</Version>
11
11
<Authors>Andreas Beham</Authors>
12
12
<Description>Sim# aims to port the concepts used in SimPy (https://pypi.python.org/pypi/simpy) to the .NET world. It is implemented in C# and builds on the .NET Framework 4.5 / .NET Standard 2.0. Sim# uses an efficient event queue (adapted from https://github.com/BlueRaja/High-Speed-Priority-Queue-for-C-Sharp). The MachineShop benchmark comes close to 3.5 million events per second on a Core i7-7 2.7Ghz.
13
13
@@ -16,7 +16,10 @@ Sim# allows modeling processes easily and with little boiler plate code. A proce
0 commit comments