Skip to content

Commit b6f107b

Browse files
committed
* Updating version to 1.1.1
* Fixing csproj
1 parent 6658958 commit b6f107b

File tree

4 files changed

+17
-15
lines changed

4 files changed

+17
-15
lines changed

CodeFirstStoreFunctions/App.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<configSections>
4-
54
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
65
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --></configSections>
76
<entityFramework>

CodeFirstStoreFunctions/CodeFirstStoreFunctions.csproj

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,25 +41,28 @@
4141
<ItemGroup>
4242
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
4343
<SpecificVersion>False</SpecificVersion>
44-
<HintPath>..\packages\EntityFramework.6.1.0\lib\net40\EntityFramework.dll</HintPath>
44+
<HintPath>..\packages\EntityFramework.6.1.1\lib\net40\EntityFramework.dll</HintPath>
4545
</Reference>
4646
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
4747
<SpecificVersion>False</SpecificVersion>
48-
<HintPath>..\packages\EntityFramework.6.1.0\lib\net40\EntityFramework.SqlServer.dll</HintPath>
48+
<HintPath>..\packages\EntityFramework.6.1.1\lib\net40\EntityFramework.SqlServer.dll</HintPath>
4949
</Reference>
5050
</ItemGroup>
5151
</When>
52-
<Otherwise />
52+
<Otherwise>
53+
<ItemGroup>
54+
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
55+
<HintPath>..\packages\EntityFramework.6.1.1\lib\net45\EntityFramework.dll</HintPath>
56+
<Private>True</Private>
57+
</Reference>
58+
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
59+
<HintPath>..\packages\EntityFramework.6.1.1\lib\net45\EntityFramework.SqlServer.dll</HintPath>
60+
<Private>True</Private>
61+
</Reference>
62+
</ItemGroup>
63+
</Otherwise>
5364
</Choose>
5465
<ItemGroup>
55-
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
56-
<HintPath>..\packages\EntityFramework.6.1.1\lib\net45\EntityFramework.dll</HintPath>
57-
<Private>True</Private>
58-
</Reference>
59-
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
60-
<HintPath>..\packages\EntityFramework.6.1.1\lib\net45\EntityFramework.SqlServer.dll</HintPath>
61-
<Private>True</Private>
62-
</Reference>
6366
<Reference Include="System" />
6467
<Reference Include="System.ComponentModel.DataAnnotations" />
6568
<Reference Include="System.Core" />

CodeFirstStoreFunctions/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@
3737
// You can specify all the values or you can default the Build and Revision Numbers
3838
// by using the '*' as shown below:
3939
// [assembly: AssemblyVersion("1.0.*")]
40-
[assembly: AssemblyVersion("0.1.0.0")]
41-
[assembly: AssemblyFileVersion("0.1.0.0")]
40+
[assembly: AssemblyVersion("1.1.0.0")]
41+
[assembly: AssemblyFileVersion("1.1.0.0")]

tools/EntityFramework.CodeFirstStoreFunctions.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>EntityFramework.CodeFirstStoreFunctions</id>
5-
<version>1.0.0</version>
5+
<version>1.1.0</version>
66
<authors>Pawel "moozzyk" Kadluczka</authors>
77
<title>Support for store functions for Entity Framework 6.1.1+ Code First.</title>
88
<licenseUrl>https://codefirstfunctions.codeplex.com/license</licenseUrl>

0 commit comments

Comments
 (0)