Skip to content

Commit

Permalink
Update version numbers for 1.0.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexembrey committed Sep 14, 2020
1 parent 0a02941 commit abb355f
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 @@ -33,7 +33,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.4.0")]
[assembly: AssemblyFileVersion("1.0.4.0")]
[assembly: AssemblyVersion("1.0.5.0")]
[assembly: AssemblyFileVersion("1.0.5.0")]
[assembly: NeutralResourcesLanguage("en-US")]

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="landfirevegmodels" displayName="Landfire vegetation models" version="1.0.4" url="https://github.com/apexrms/landfirevegmodels">
<package name="landfirevegmodels" displayName="Landfire vegetation models" version="1.0.5" url="https://github.com/apexrms/landfirevegmodels">
<transformers>
<transformer name="landfirevegmodels" displayName="Landfire vegetation models" isPrimary="True">
<runtime>
Expand Down

0 comments on commit abb355f

Please sign in to comment.