Skip to content

Commit

Permalink
up the version
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanmei committed Sep 21, 2013
1 parent f5900c3 commit 13cfb75
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -10,8 +10,9 @@ _ReSharper*
*.userprefs
*.pidb
*.pdb
*crunch*

releases/*
packages/*
!packages/edge
!packages/nuget.exe
!packages/nuget.exe
14 changes: 7 additions & 7 deletions Driver/Properties/AssemblyInfo.cs
Expand Up @@ -5,12 +5,12 @@
// 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("SoapDriver")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyTitle("SoapContextDriver")]
[assembly: AssemblyDescription("SOAP service driver for LINQPad")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("SoapDriver")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyProduct("SoapContextDriver")]
[assembly: AssemblyCompany("Dylan Meissner")]
[assembly: AssemblyCopyright("Copyright © 2011-2013")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,5 @@
// 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.2.1")]
[assembly: AssemblyFileVersion("1.2.1")]
[assembly: AssemblyVersion("1.2.2")]
[assembly: AssemblyFileVersion("1.2.2")]

0 comments on commit 13cfb75

Please sign in to comment.