Skip to content

Commit

Permalink
Bumping version to 2.1 prior to release
Browse files Browse the repository at this point in the history
  • Loading branch information
sverrirs committed Jan 11, 2018
1 parent 53e06b4 commit b5f5ba4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 60 deletions.
31 changes: 2 additions & 29 deletions VsGallery.Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,36 +1,9 @@
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("VsGallery.Core")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("VsGallery.Core")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[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: AssemblyCopyright("Copyright Sverrir Sigmundarson © 2017-2018")]
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("d60c9751-6bf7-44d0-9587-75e8e185e6d6")]

// 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("2.1.*")]
30 changes: 2 additions & 28 deletions VsGallery.WebService/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,35 +1,9 @@
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("VsGallery.WebService")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("VsGallery.WebService")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[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: AssemblyCopyright("Copyright Sverrir Sigmundarson © 2017-2018")]
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("422eaa05-41be-4015-ab47-08d9ca09dc26")]

// 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 Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("2.1.*")]
5 changes: 2 additions & 3 deletions vsgallery/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("vsgallery")]
[assembly: AssemblyProduct("vsgallery")]
[assembly: AssemblyCopyright("Copyright Sverrir Sigmundarson © 2017")]
[assembly: AssemblyCopyright("Copyright Sverrir Sigmundarson © 2017-2018")]
[assembly: ComVisible(false)]
[assembly: Guid("569af97a-4957-421e-8747-fbc5ca09b0e9")]
[assembly: AssemblyVersion("2.0.*")]
[assembly: AssemblyVersion("2.1.*")]

0 comments on commit b5f5ba4

Please sign in to comment.