Skip to content

Commit

Permalink
Updated version numbers for 3.2.17 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexembrey committed Jan 20, 2021
1 parent f71a0e6 commit b082052
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.16.0")]
[assembly: AssemblyFileVersion("3.2.16.0")]
[assembly: AssemblyVersion("3.2.17.0")]
[assembly: AssemblyFileVersion("3.2.17.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.16" 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.17" 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 b082052

Please sign in to comment.