Skip to content

Commit 8cdf792

Browse files
Packing 1.5.0
1 parent 061ae09 commit 8cdf792

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,5 @@ namespace Sample
7070
}
7171
}
7272
73+
7374
```

SQLiteAbstractCrud.sln

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,14 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SQLiteAbstractCrud.Tests",
99
EndProject
1010
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample", "samples\AbstractCrud\Sample.csproj", "{D12D818D-F419-4B69-9EDD-EFBE51282761}"
1111
EndProject
12-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SQLiteAbstractCrud.Proxy", "src\SQLiteAbstractCrud.Proxy\SQLiteAbstractCrud.Proxy.csproj", "{7CD84ECD-82CC-4E48-8B41-0DBB77923393}"
12+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SQLiteAbstractCrud.Proxy", "src\SQLiteAbstractCrud.Proxy\SQLiteAbstractCrud.Proxy.csproj", "{7CD84ECD-82CC-4E48-8B41-0DBB77923393}"
1313
EndProject
14-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Util", "src\Util\Util.csproj", "{0524CDD3-2878-407E-AA53-CE9AE121A80A}"
14+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Util", "src\Util\Util.csproj", "{0524CDD3-2878-407E-AA53-CE9AE121A80A}"
15+
EndProject
16+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A98A9CCA-3BD6-4419-A0F6-E94579F6BFFC}"
17+
ProjectSection(SolutionItems) = preProject
18+
README.md = README.md
19+
EndProjectSection
1520
EndProject
1621
Global
1722
GlobalSection(SolutionConfigurationPlatforms) = preSolution

src/SQLiteAbstractCrud/SQLiteAbstractCrud.csproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,19 @@
22
<PropertyGroup>
33
<TargetFramework>net5.0</TargetFramework>
44
<PackageId>SQLiteAbstractCrud</PackageId>
5-
<Version>1.4.1</Version>
5+
<Version>1.5.0</Version>
66
<Authors>leonardo-souza-dev</Authors>
77
<Company>leonardo-souza-dev</Company>
88
<Description>Abstraction for CRUD operations for SQLite</Description>
99
<PackageProjectUrl>https://github.com/leonardo-souza-dev/SQLiteAbstractCrud</PackageProjectUrl>
1010
<PackageReadmeFile>README.md</PackageReadmeFile>
1111
</PropertyGroup>
12+
<ItemGroup>
13+
<None Include="..\..\README.md">
14+
<Pack>True</Pack>
15+
<PackagePath>\</PackagePath>
16+
</None>
17+
</ItemGroup>
1218

1319
<ItemGroup>
1420
<PackageReference Include="System.Data.SQLite" Version="1.0.115.5" />

0 commit comments

Comments
 (0)