Skip to content

Commit

Permalink
Publish initial des générateurs sur nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
JabX committed Sep 2, 2024
1 parent 0c13a00 commit 460668b
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 6 deletions.
11 changes: 10 additions & 1 deletion TopModel.Generator.Csharp/TopModel.Generator.Csharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,16 @@
</PropertyGroup>

<PropertyGroup>
<IsPackable>false</IsPackable>
<PackageOutputPath>../.nupkg</PackageOutputPath>
<Version>1.0.0</Version>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<Authors>JabX</Authors>
<Description>Générateurs C# pour TopModel</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,16 @@
</PropertyGroup>

<PropertyGroup>
<IsPackable>false</IsPackable>
<PackageOutputPath>../.nupkg</PackageOutputPath>
<Version>1.0.0</Version>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<Authors>JabX;gideruette</Authors>
<Description>Générateurs JS/TS pour TopModel</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
Expand Down
11 changes: 10 additions & 1 deletion TopModel.Generator.Jpa/TopModel.Generator.Jpa.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,16 @@
</PropertyGroup>

<PropertyGroup>
<IsPackable>false</IsPackable>
<PackageOutputPath>../.nupkg</PackageOutputPath>
<Version>1.0.0</Version>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<Authors>gideruette</Authors>
<Description>Générateurs Java/JPA pour TopModel</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
Expand Down
12 changes: 10 additions & 2 deletions TopModel.Generator.Sql/TopModel.Generator.Sql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,17 @@
<ImplicitUsings>enable</ImplicitUsings>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
</PropertyGroup>

<PropertyGroup>
<IsPackable>false</IsPackable>
<PackageOutputPath>../.nupkg</PackageOutputPath>
<Version>1.0.0</Version>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<Authors>JabX;gideruette</Authors>
<Description>Générateurs SQL pour TopModel</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,16 @@
</PropertyGroup>

<PropertyGroup>
<IsPackable>false</IsPackable>
<PackageOutputPath>../.nupkg</PackageOutputPath>
<Version>1.0.0</Version>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<Authors>gideruette</Authors>
<Description>Générateurs de traductions manquantes pour TopModel</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 460668b

Please sign in to comment.