Skip to content

Commit b8d7cae

Browse files
committed
Updated version number
1 parent 744b3bb commit b8d7cae

3 files changed

Lines changed: 38 additions & 65 deletions

File tree

DbApiBuilderEntityGenerator.sln

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
44
VisualStudioVersion = 17.0.31903.59
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{827E0CD3-B72D-47B6-A68D-7590B98EB39B}"
7-
ProjectSection(SolutionItems) = preProject
8-
Directory.Build.props = Directory.Build.props
9-
EndProjectSection
107
EndProject
118
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DbApiBuilderEntityGenerator", "src\DbApiBuilderEntityGenerator\DbApiBuilderEntityGenerator.csproj", "{033FBC15-D1D8-4ACB-9D7D-4D0C7803345C}"
129
EndProject

Directory.Build.props

Lines changed: 0 additions & 62 deletions
This file was deleted.

src/DbApiBuilderEntityGenerator/DbApiBuilderEntityGenerator.csproj

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,51 @@
55
<TargetFramework>net8.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
8+
</PropertyGroup>
9+
10+
<PropertyGroup>
11+
<Description>.NET Core command-line (CLI) tool to generate the entities configuration file for data-api-builder.
12+
</Description>
13+
<Copyright>Copyright © $([System.DateTime]::Now.ToString(yyyy)) PlatyScript</Copyright>
14+
<Authors>PlatyScript</Authors>
15+
<NeutralLanguage>en-US</NeutralLanguage>
16+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
17+
<PackageTags>
18+
dab, data-api-builder, dataApiBuilder, cosmosdb, nosql, sqlserver, azure-sql, postgresql, pgsql,
19+
mysql, mssql, sql, azure, api, graphql, rest, platyscript
20+
</PackageTags>
21+
<PackageProjectUrl>https://github.com/platyscript/DbApiBuilderEntityGenerator</PackageProjectUrl>
22+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
23+
<!-- <PackageIcon>logo.png</PackageIcon> -->
24+
<PackageReadmeFile>README.md</PackageReadmeFile>
25+
<RepositoryType>git</RepositoryType>
26+
<RepositoryUrl>https://github.com/platyscript/DbApiBuilderEntityGenerator</RepositoryUrl>
27+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
828
<PackageVersion>1.0.1-alpha</PackageVersion>
929
</PropertyGroup>
1030

1131
<ItemGroup>
1232
<ProjectReference Include="../DbApiBuilderEntityGenerator.Core/DbApiBuilderEntityGenerator.Core.csproj" />
1333
</ItemGroup>
1434

35+
<ItemGroup>
36+
<PackageReference Include="AssemblyMetadata.Generators" Version="2.1.0" PrivateAssets="All" />
37+
<PackageReference Include="MinVer" Version="6.0.0" PrivateAssets="All" />
38+
</ItemGroup>
39+
40+
<ItemGroup>
41+
<!-- <None Include=".\..\..\logo.png">
42+
<Pack>true</Pack>
43+
<PackagePath>\</PackagePath>
44+
<Visible>false</Visible>
45+
</None> -->
46+
<None Include=".\..\..\..\README.md">
47+
<Pack>true</Pack>
48+
<PackagePath>\</PackagePath>
49+
<Visible>false</Visible>
50+
</None>
51+
</ItemGroup>
52+
</Project>
1553
<ItemGroup>
1654
<ExeFiles Include="$(TargetDir)\**\*"/>
1755
</ItemGroup>

0 commit comments

Comments
 (0)