Update version in MD solution file too

This commit is contained in:
Hylke Bons 2011-03-20 16:55:51 +00:00
parent 2fb89966d0
commit 502b21fb5d
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
<RootNamespace>SparkleShare</RootNamespace>
<AssemblyName>SparkleShare</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<ReleaseVersion>0.2</ReleaseVersion>
<ReleaseVersion>0.2-rc1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

View file

@ -16,6 +16,6 @@ Global
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = SparkleShare.csproj
version = 0.2
version = 0.2-rc1
EndGlobalSection
EndGlobal