Skip to content

Commit

Permalink
Update version numbers for v1.0.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexembrey committed May 17, 2021
1 parent e11ad7c commit c97f6c6
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.7.0")]
[assembly: AssemblyFileVersion("1.0.7.0")]
[assembly: AssemblyVersion("1.0.8.0")]
[assembly: AssemblyFileVersion("1.0.8.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="epi" displayName="Epidemic Base Package" version="1.0.7">
<package name="epi" displayName="Epidemic Base Package" version="1.0.8">
<transformers>
<transformer
name="Primary"
Expand Down

0 comments on commit c97f6c6

Please sign in to comment.