Skip to content

Commit

Permalink
Update version numbers for v3.2.8 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexembrey committed Oct 24, 2019
1 parent bb4937e commit 17fd496
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
// by using the '*' as shown below:
// <Assembly: AssemblyVersion("1.0.*")>

[assembly: AssemblyVersion("3.2.7.0")]
[assembly: AssemblyFileVersion("3.2.7.0")]
[assembly: AssemblyVersion("3.2.8.0")]
[assembly: AssemblyFileVersion("3.2.8.0")]
[assembly: NeutralResourcesLanguage("en-US")]


Expand Down
2 changes: 1 addition & 1 deletion src/package.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<package name="stsimsf" displayName="Integrates stocks and flows into the ST-Sim simulation model" version="3.2.7" isAddOn="True" extendsPackage="stsim" url="https://github.com/ApexRMS/stsimsf">
<package name="stsimsf" displayName="Integrates stocks and flows into the ST-Sim simulation model" version="3.2.8" isAddOn="True" extendsPackage="stsim" url="https://github.com/ApexRMS/stsimsf">
<transformers>
<transformer name="Primary" displayName="Stocks and Flows" className="SyncroSim.STSimStockFlow.StockFlowTransformer" classAssembly="SyncroSim.STSimStockFlow" isPrimary="True" extendsTransformer="stsim_Runtime">
<datafeeds>
Expand Down

0 comments on commit 17fd496

Please sign in to comment.