Skip to content

Commit

Permalink
dump version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-hub committed Jun 18, 2017
1 parent f59d346 commit f612581
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 22 deletions.
2 changes: 1 addition & 1 deletion source/Chocolatey.AutoUpdater.Setup/Variables.wxi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Include>
<?define ProductName = "Chocolatey.AutoUpdater"?>
<?define ProductVersion = "1.0.0"?>
<?define ProductVersion = "1.0.1"?>
<?define ManufacturerName = "somafu sandbox"?>
<?define ManufacturerUrl = "http://sandbox.somafu.com"?>
<?define ApplicationExe = "Chocolatey.AutoUpdater.exe"?>
Expand Down
23 changes: 2 additions & 21 deletions source/Chocolatey.AutoUpdater/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Chocolatey.AutoUpdater")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
Expand All @@ -14,23 +10,8 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("2b668bf8-cb36-40fe-a49f-5585531e88c7")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// 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.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]

0 comments on commit f612581

Please sign in to comment.