|
6 | 6 | <GenerateDocumentationFile>true</GenerateDocumentationFile> |
7 | 7 |
|
8 | 8 | <PackageId>MigLib</PackageId> |
9 | | - <Version>1.0.2</Version> |
| 9 | + <Version>1.0.3</Version> |
10 | 10 | <PackageOutputPath>./nupkg</PackageOutputPath> |
11 | 11 | <InvariantGlobalization>true</InvariantGlobalization> |
12 | 12 | <RootNamespace>migrate</RootNamespace> |
|
25 | 25 |
|
26 | 26 | <ItemGroup> |
27 | 27 | <Compile Include="AssemblyInfo.fs" /> |
28 | | - <Compile Include="DeclarativeMigrations\Types.fs"/> |
29 | | - <Compile Include="DeclarativeMigrations\SqlParser.fs"/> |
30 | | - <Compile Include="DeclarativeMigrations\GenerateSql.fs"/> |
31 | | - <Compile Include="DeclarativeMigrations\Solve.fs"/> |
32 | | - <Compile Include="DeclarativeMigrations\Migration.fs"/> |
33 | | - <Compile Include="Execution\FormatSql.fs"/> |
34 | | - <Compile Include="Execution\Exec.fs"/> |
| 28 | + <Compile Include="DeclarativeMigrations\Types.fs" /> |
| 29 | + <Compile Include="DeclarativeMigrations\SqlParser.fs" /> |
| 30 | + <Compile Include="DeclarativeMigrations\GenerateSql.fs" /> |
| 31 | + <Compile Include="DeclarativeMigrations\Solve.fs" /> |
| 32 | + <Compile Include="DeclarativeMigrations\Migration.fs" /> |
| 33 | + <Compile Include="Execution\FormatSql.fs" /> |
| 34 | + <Compile Include="Execution\Exec.fs" /> |
35 | 35 | <Compile Include="MigrationLog\ExecAndLog.fs" /> |
36 | | - <Compile Include="ImportGoose\ImportGoose.fs"/> |
| 36 | + <Compile Include="ImportGoose\ImportGoose.fs" /> |
37 | 37 | <Content Include="..\..\README.md" Pack="true" PackagePath="\" /> |
38 | 38 | <Content Include="..\..\images\logo.png" Pack="true" PackagePath="\" /> |
39 | 39 | </ItemGroup> |
40 | 40 |
|
41 | 41 | <ItemGroup> |
42 | | - <PackageReference Include="FSharp.Core"/> |
43 | | - <PackageReference Include="FsToolkit.ErrorHandling"/> |
44 | | - <PackageReference Include="Microsoft.Data.Sqlite"/> |
45 | | - <PackageReference Include="SqlParserCS"/> |
46 | | - <PackageReference Include="SqlPrettify"/> |
47 | | - <PackageReference Include="FSharpPlus"/> |
| 42 | + <PackageReference Include="dotenv.net" /> |
| 43 | + <PackageReference Include="FSharp.Core" /> |
| 44 | + <PackageReference Include="FsToolkit.ErrorHandling" /> |
| 45 | + <PackageReference Include="Microsoft.Data.Sqlite" /> |
| 46 | + <PackageReference Include="SqlParserCS" /> |
| 47 | + <PackageReference Include="SqlPrettify" /> |
| 48 | + <PackageReference Include="FSharpPlus" /> |
48 | 49 | </ItemGroup> |
49 | 50 |
|
50 | 51 | <ItemGroup> |
51 | | - <ProjectReference Include="..\SqliteParserCs\SqliteParserCs.csproj"/> |
| 52 | + <ProjectReference Include="..\SqliteParserCs\SqliteParserCs.csproj" /> |
52 | 53 | </ItemGroup> |
53 | 54 |
|
54 | 55 | </Project> |
0 commit comments