Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjw committed Jan 13, 2024
1 parent ca56407 commit ab310b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CopyToSQLite/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.10.0.0")]
[assembly: AssemblyVersion("2.10.1.0")]
[assembly: AssemblyFileVersion("2.10.1.0")]
5 changes: 3 additions & 2 deletions DatabaseSchemaReader/DatabaseSchemaReader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Any ADO provider can be read (SqlServer, SqlServer CE 4, MySQL, SQLite, System.Data.OracleClient, ODP, Devart, PostgreSql, DB2...) into a single standard model.</Description>
<AssemblyTitle>DatabaseSchemaReader</AssemblyTitle>
<VersionPrefix>2.10.0</VersionPrefix>
<VersionPrefix>2.10.1</VersionPrefix>
<Authors>Martin Willey</Authors>
<TargetFrameworks>netstandard2.0;netstandard1.5;net45;net40;net35</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand All @@ -30,6 +30,7 @@
2.9.0: Add extensions on schema for simpler sql generation
2.9.1: Granular batching for indexes fix (#170), user defined types extensions (#171,thanks @whibdev)
2.10.0: Postgresql: support partial indexes (#140)
2.10.1: Postgresql: fix partial indexes generation (#140); sql server UDTs bug (#173)
</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/martinjw/dbschemareader</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
Expand All @@ -44,7 +45,7 @@
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
<Version>2.10.0</Version>
<Version>2.10.1</Version>
<Configurations>Debug;Release;net45;Net4</Configurations>
<PackageLicenseExpression>MS-PL</PackageLicenseExpression>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions DatabaseSchemaViewer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,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.10.0.0")]
[assembly: AssemblyFileVersion("2.10.0.0")]
[assembly: AssemblyVersion("2.10.1.0")]
[assembly: AssemblyFileVersion("2.10.1.0")]

0 comments on commit ab310b4

Please sign in to comment.