Skip to content

Commit

Permalink
Update version numbers for v3.2.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexembrey committed Dec 19, 2019
1 parent ff09011 commit 368c013
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/My Project/AssemblyInfo.vb
Expand Up @@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("3.2.4.0")>
<Assembly: AssemblyFileVersion("3.2.4.0")>
<Assembly: AssemblyVersion("3.2.5.0")>
<Assembly: AssemblyFileVersion("3.2.5.0")>
<Assembly: NeutralResourcesLanguage("en-US")>
4 changes: 2 additions & 2 deletions src/package.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<package name="stsimecodep" displayName="Calculates ecological departure in ST-Sim using the LANDFIRE Fire Regime Condition Class" version="3.2.4" isAddOn="True" extendsPackage="stsim" url="https://github.com/ApexRMS/stsimecodep">
<package name="stsimecodep" displayName="Calculates ecological departure in ST-Sim using the LANDFIRE Fire Regime Condition Class" version="3.2.5" isAddOn="True" extendsPackage="stsim" url="https://github.com/ApexRMS/stsimecodep">
<transformers>
<transformer name="Primary" isPrimary="True">
<runtime>
Expand Down Expand Up @@ -96,7 +96,7 @@
</layouts>
<updateProvider
schemaVersion="100"
minPackageVersion="3.2.1"
minPackageVersion="3.2.5"
className="SyncroSim.STSimEcoDep.DBUpdate"
classAssembly="SyncroSim.STSimEcoDep"/>
</package>

0 comments on commit 368c013

Please sign in to comment.