Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
teocomi committed Aug 27, 2016
1 parent 384827c commit e6413d5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
Binary file modified BCFier.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions Bcfier.Revit/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
// 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("2.1.0")]
[assembly: AssemblyFileVersion("2.1.0")]
[assembly: AssemblyVersion("2.1.1")]
[assembly: AssemblyFileVersion("2.1.1")]
[assembly: GuidAttribute("59068325-ACDC-4DB3-892A-1C90C9434BF8")]
4 changes: 2 additions & 2 deletions Bcfier.Win/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
// 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("2.1.0")]
[assembly: AssemblyFileVersion("2.1.0")]
[assembly: AssemblyVersion("2.1.1")]
[assembly: AssemblyFileVersion("2.1.1")]
[assembly: GuidAttribute("9FC6BA85-A348-40B4-97C4-6699DA912C21")]
4 changes: 2 additions & 2 deletions Bcfier/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
// 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("2.1.0")]
[assembly: AssemblyFileVersion("2.1.0")]
[assembly: AssemblyVersion("2.1.1")]
[assembly: AssemblyFileVersion("2.1.1")]
[assembly: GuidAttribute("0d553633-80f8-490b-84d6-9d3d6ad4196d")]
1 change: 1 addition & 0 deletions InnoSetup/BCFier.iss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ DefaultDirName={pf}\{#MyAppName}
DisableDirPage=yes
DefaultGroupName={#MyAppName}
DisableProgramGroupPage=yes
DisableWelcomePage=no
OutputDir={#Repository}
OutputBaseFilename=BCFier
SetupIconFile={#Repository}\Assets\icon.ico
Expand Down

0 comments on commit e6413d5

Please sign in to comment.