Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Commit

Permalink
Semver for Nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
LodewijkSioen committed Nov 20, 2014
1 parent d5d1cb0 commit e34a043
Showing 1 changed file with 2 additions and 26 deletions.
28 changes: 2 additions & 26 deletions src/ForWebforms/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,36 +1,12 @@
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("ExitStrategy.ForWebforms")]
[assembly: AssemblyDescription("Tools and Controls to help the migration from Webformst to MVC")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Lodewijk Sioen")]
[assembly: AssemblyProduct("ExitStrategy.ForWebforms")]
[assembly: AssemblyCopyright("Copyright © 2014")]
[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("a36ca21a-a32f-4443-afa3-510f194db5ae")]

// 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("0.0.1")]
[assembly: AssemblyInformationalVersionAttribute("0.0.1-alfa")]

0 comments on commit e34a043

Please sign in to comment.