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

Commit

Permalink
Released 1.0.2 GA
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaia committed Feb 20, 2012
1 parent 2179f2e commit a20d6df
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Spring.VisualStudio.build
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<property name="product.url" value="http://www.springframework.net/" />
<property name="product.description" value="An extension with intellisence assistance in authoring Spring XML configuration files in VS.NET 2010" />

<property name="product.version" value="1.0.1" />
<property name="product.version" value="1.0.2" />
<!-- Update ${product.code} when ${product.version} changes -->
<property name="product.code" value="b72b813a-c6b3-6e41-d9aa-2268d5370f66" />
<property name="product.code" value="e7fe8e5b-9889-40af-b3f2-219742f5cc2c" />
<!-- alpha / beta# / rc# -->
<property name="product.releasetype" value="" />
<property name="product.fullname" value="${product.name} ${product.version}" if="${(product.releasetype == '')}" />
Expand Down
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ SPRING.NET VISUAL STUDIO 2010 EXTENSION CHANGELOG
=================================================
http://www.springframework.net/vsaddin/

Release Version 1.0.2 February 20, 2012

Bug
[SPRNETVSADDIN-5] - Visual studio locks dlls of referenced projects which make the build failed


*******************************************************************************
Release Version 1.0.1 July 28, 2011

Bug
Expand Down
6 changes: 3 additions & 3 deletions doc/reference/src/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<title>Spring.NET Visual Studio 2010 Extension</title>
<subtitle>Reference Documentation</subtitle>
<!-- auto-generated -->
<releaseinfo>1.0.1</releaseinfo>
<releaseinfo>1.0.2</releaseinfo>
<!-- auto-generated -->
<copyright>Copyright 2004-2011 SpringSource</copyright>
<copyright>Copyright 2004-2012 SpringSource</copyright>
<!-- auto-generated -->
<pubdate>Last Updated 7/28/2011</pubdate>
<pubdate>Last Updated 2/20/2012</pubdate>
<authorgroup>
<author>
<firstname>Bruno</firstname>
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Spring.NET Visual Studio 2010 Extension, Release 1.0.1 (July 28, 2011)
----------------------------------------------------------------------
Spring.NET Visual Studio 2010 Extension, Release 1.0.2 (February 20, 2012)
--------------------------------------------------------------------------
http://www.springframework.net/vsaddin/


1. INTRODUCTION

The 1.0.1 release of Spring.NET Visual Studio 2010 Extension provides intellisence assistance in authoring Spring XML configuration files
The 1.0.2 release of Spring.NET Visual Studio 2010 Extension provides intellisence assistance in authoring Spring XML configuration files
* Type completion
* Property name completion
* Constructor argument name completion
Expand Down
6 changes: 3 additions & 3 deletions src/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@

[assembly: CLSCompliantAttribute(false)]
[assembly: ComVisibleAttribute(false)]
[assembly: AssemblyProductAttribute("Spring.NET Visual Studio 2010 Extension 1.0.1")]
[assembly: AssemblyProductAttribute("Spring.NET Visual Studio 2010 Extension 1.0.2")]
[assembly: AssemblyCompanyAttribute("http://www.springframework.net/")]
[assembly: AssemblyCopyrightAttribute("Copyright 2004-2012 SpringSource")]
[assembly: AssemblyTrademarkAttribute("Apache License, Version 2.0")]
[assembly: AssemblyCultureAttribute("")]
[assembly: AssemblyVersionAttribute("1.0.1.0")]
[assembly: AssemblyVersionAttribute("1.0.2.0")]
[assembly: AssemblyConfigurationAttribute("dev")]
[assembly: AssemblyInformationalVersionAttribute("1.0.1.0; dev")]
[assembly: AssemblyInformationalVersionAttribute("1.0.2.0; dev")]

2 changes: 1 addition & 1 deletion src/Spring.VisualStudio/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Identifier Id="spring-net-vsnet">
<Name>Spring.NET Visual Studio 2010 Extension</Name>
<Author>Bruno Baia</Author>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
<Description xml:space="preserve">An extension with intellisence assistance in authoring Spring XML configuration files in VS.NET 2010</Description>
<Locale>1033</Locale>
<MoreInfoUrl>http://www.springframework.net/vsaddin/</MoreInfoUrl>
Expand Down

0 comments on commit a20d6df

Please sign in to comment.