Skip to content

Commit

Permalink
Update version to 2.3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Massari committed Nov 10, 2015
1 parent d306a60 commit 8a94532
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion DriverInstaller/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
<Product Name="ADO.NET Driver for NuoDB" Language="1033"
Version="!(bind.FileVersion.NuoDb.Data.Client.35.dll)" Manufacturer="NuoDB Inc."
Id="437D1DAC-6034-48E8-94B8-F3A4A6B6D342" UpgradeCode="01d136dd-8f3c-4e8a-8343-d76b584caec2">
Id="1DE236C3-8FFC-4748-928C-BA0192F3FBE3" UpgradeCode="01d136dd-8f3c-4e8a-8343-d76b584caec2">
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
<UIRef Id="WixUI_InstallDir" />
<WixVariable Id="WixUILicenseRtf" Value="License.rtf" />
Expand Down
4 changes: 2 additions & 2 deletions EF6ConsoleSample/EF6ConsoleSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\EntityFramework.6.1.1\lib\net40\EntityFramework.dll</HintPath>
</Reference>
<Reference Include="NuoDb.Data.Client, Version=2.3.0.6, Culture=neutral, PublicKeyToken=e49f105b7fb49b38, processorArchitecture=MSIL">
<Reference Include="NuoDb.Data.Client, Version=2.3.0.7, Culture=neutral, PublicKeyToken=e49f105b7fb49b38, processorArchitecture=MSIL">
<Private>True</Private>
<HintPath>..\NET 4.0\NuoDb.Data.Client.dll</HintPath>
</Reference>
<Reference Include="EntityFramework.NuoDb, Version=2.3.0.6, Culture=neutral, PublicKeyToken=e49f105b7fb49b38, processorArchitecture=MSIL">
<Reference Include="EntityFramework.NuoDb, Version=2.3.0.7, Culture=neutral, PublicKeyToken=e49f105b7fb49b38, processorArchitecture=MSIL">
<Private>True</Private>
<HintPath>..\EF 6.0\EntityFramework.NuoDb.dll</HintPath>
</Reference>
Expand Down
4 changes: 2 additions & 2 deletions EntityFramework.NuoDb.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>EntityFramework.NuoDb</id>
<version>2.3.0.6</version>
<version>2.3.0.7</version>
<title>NuoDB Entity Framework Provider</title>
<authors>NuoDB</authors>
<owners>NuoDB</owners>
Expand All @@ -13,7 +13,7 @@
<tags>nuodb newsql nosql cloud entityframework</tags>
<dependencies>
<group>
<dependency id="NuoDb.Data.Client" version="2.3.0.6" />
<dependency id="NuoDb.Data.Client" version="2.3.0.7" />
<dependency id="EntityFramework" version="6.1.1" />
</group>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions EntityFramework.NuoDb/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("2.3.0.6")]
[assembly: AssemblyFileVersion("2.3.0.6")]
[assembly: AssemblyVersion("2.3.0.7")]
[assembly: AssemblyFileVersion("2.3.0.7")]
4 changes: 2 additions & 2 deletions NuoDBVSPackage/NuoDbVSPackagePackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ namespace NuoDb.VisualStudio.DataTools
[PackageRegistration(UseManagedResourcesOnly = true)]
// This attribute is used to register the informations needed to show the this package
// in the Help/About dialog of Visual Studio.
[InstalledProductRegistration("#110", "#112", "2.3.0.6", IconResourceID = 400)]
[InstalledProductRegistration("#110", "#112", "2.3.0.7", IconResourceID = 400)]
// In order be loaded inside Visual Studio in a machine that has not the VS SDK installed,
// package needs to have a valid load key (it can be requested at
// http://msdn.microsoft.com/vstudio/extend/).
// This attributes tells the shell that at the resource index 111 there is a Package Load Key (PLK)
// corresponding to the company NuoDB for the version 1.0 of the product "DDEX Provider for NuoDB"
// that can be loaded on any version (Standard, Professional) of Visual Studio 2008 and greater
[ProvideLoadKey("Standard", "2.3.0.6", "DDEX Provider for NuoDB", "NuoDB", 111)]
[ProvideLoadKey("Standard", "2.3.0.7", "DDEX Provider for NuoDB", "NuoDB", 111)]
[ProvideService(typeof(NuoDbDataProviderObjectFactory), ServiceName = "NuoDB Provider Object Factory")]
[ProvideDataSource(DataSourceGuid = GuidList.guidNuoDBDataSourceString,
DataSourceName = "NuoDB Data Source",
Expand Down
4 changes: 2 additions & 2 deletions NuoDBVSPackage/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("2.3.0.6")]
[assembly: AssemblyFileVersion("2.3.0.6")]
[assembly: AssemblyVersion("2.3.0.7")]
[assembly: AssemblyFileVersion("2.3.0.7")]
[assembly: GuidAttribute("407f565d-8772-4770-8243-5a1f396aae9d")]
2 changes: 1 addition & 1 deletion NuoDb.Data.Client.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>NuoDb.Data.Client</id>
<version>2.3.0.6</version>
<version>2.3.0.7</version>
<title>NuoDB ADO.NET Driver</title>
<authors>NuoDB</authors>
<owners>NuoDB</owners>
Expand Down
4 changes: 2 additions & 2 deletions NuoDb.Data.Client/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// 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("2.3.0.6")]
[assembly: AssemblyFileVersion("2.3.0.6")]
[assembly: AssemblyVersion("2.3.0.7")]
[assembly: AssemblyFileVersion("2.3.0.7")]

[assembly: InternalsVisibleTo("EntityFramework.NuoDb, PublicKey=00240000048000009400000006020000002400005253413100040000010001008fd519edad52df3acad2a26e7b034c31e77ff0464309995e938ca503c54f5fd0c74eb64efa1b39364f986ce57b5b143cb2e8a8cb3946f7f8f79aabd18b9c0b48ade8f1400f07251eaeb5dae8233fed0bf322d38dd018bb5c77a4322d4c5311a37310884755ae8403b4af7766d13d5373fea01bbbfdba33f0037042d210298c92")]
4 changes: 2 additions & 2 deletions NuoDb.Web.Security.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>NuoDb.Web.Security</id>
<version>2.3.0.6</version>
<version>2.3.0.7</version>
<title>NuoDB ASP.NET Membership Provider</title>
<authors>NuoDB</authors>
<owners>NuoDB</owners>
Expand All @@ -13,7 +13,7 @@
<tags>nuodb newsql nosql cloud ASP.NET</tags>
<dependencies>
<group>
<dependency id="NuoDb.Data.Client" version="2.3.0.6" />
<dependency id="NuoDb.Data.Client" version="2.3.0.7" />
</group>
</dependencies>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions NuoDb.Web.Security/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("2.3.0.6")]
[assembly: AssemblyFileVersion("2.3.0.6")]
[assembly: AssemblyVersion("2.3.0.7")]
[assembly: AssemblyFileVersion("2.3.0.7")]
2 changes: 1 addition & 1 deletion WebApplicationSample/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<membership defaultProvider="NuoDbMembershipProvider">
<providers>
<clear />
<add name="NuoDbMembershipProvider" type="NuoDb.Web.Security.NuoDbMembershipProvider, NuoDb.Web.Security, Version=2.3.0.6, Culture=neutral, PublicKeyToken=59cd49c17e684b19"
<add name="NuoDbMembershipProvider" type="NuoDb.Web.Security.NuoDbMembershipProvider, NuoDb.Web.Security, Version=2.3.0.7, Culture=neutral, PublicKeyToken=59cd49c17e684b19"
connectionStringName="UserRepository" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" requiresUniqueEmail="false"
maxInvalidPasswordAttempts="5" minRequiredPasswordLength="6" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10" applicationName="/" />
</providers>
Expand Down

0 comments on commit 8a94532

Please sign in to comment.