Skip to content

Commit 050865b

Browse files
committed
Fix solution version number to V0.8
1 parent 2cbcdc6 commit 050865b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

IfInjector.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ Global
3838
GlobalSection(MonoDevelopProperties) = preSolution
3939
StartupItem = IfInjector\IfInjector.csproj
4040
description = IfInjector is a high performance IoC container for mobile development.
41-
version = 0.7.1
41+
version = 0.8.0
4242
EndGlobalSection
4343
EndGlobal

IfInjector/IfInjector.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<AssemblyName>IfInjector</AssemblyName>
1313
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1414
<TargetFrameworkProfile>Profile104</TargetFrameworkProfile>
15-
<ReleaseVersion>0.7.1</ReleaseVersion>
15+
<ReleaseVersion>0.8.0</ReleaseVersion>
1616
<Description>IfInjector is a lightweight, high performance micro-IoC container. The container is packaged as a PCL 104 library - suitable for WP7.1, Windows Store and SL4+ (MonoDroid, MonoTouch) projects.
1717

1818
Distinguishing features are small size, speed and attribute based configuration.</Description>

IfInjectorBenchmarks/IfInjectorBenchmarks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<OutputType>Exe</OutputType>
1010
<RootNamespace>IfFastInjectorBenchmarks</RootNamespace>
1111
<AssemblyName>IfInjectorBenchmarks</AssemblyName>
12-
<ReleaseVersion>0.7.1</ReleaseVersion>
12+
<ReleaseVersion>0.8.0</ReleaseVersion>
1313
</PropertyGroup>
1414
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1515
<DebugSymbols>true</DebugSymbols>

IfInjectorTest/IfInjectorTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<OutputType>Library</OutputType>
1010
<RootNamespace>IfInjectorTest</RootNamespace>
1111
<AssemblyName>IfInjectorTest</AssemblyName>
12-
<ReleaseVersion>0.7.1</ReleaseVersion>
12+
<ReleaseVersion>0.8.0</ReleaseVersion>
1313
</PropertyGroup>
1414
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1515
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)