Skip to content

Commit

Permalink
Merge pull request #9 from JDSRAO/feature/default-file-config
Browse files Browse the repository at this point in the history
Feature/default file config
  • Loading branch information
JDSRAO authored Feb 3, 2020
2 parents dbca3cc + bf883a8 commit 2c4eb6b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FlatFileGenerator.Core/FlatFileGenerator.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PackageLicenseUrl>https://github.com/JDSRAO/FlatFileGenerator/blob/master/LICENSE</PackageLicenseUrl>
<Authors>KJDS Srinivasa Rao</Authors>
<Product>KJDS.FlatFileGenerator.Core</Product>
<Version>1.0.1.0</Version>
<Version>1.0.2.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<RepositoryUrl>https://github.com/JDSRAO/FlatFileGenerator</RepositoryUrl>
Expand Down
11 changes: 10 additions & 1 deletion FlatFileGenerator/FlatFileGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,19 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.2</TargetFramework>
<Authors>KJDS Srinivasa Rao</Authors>
<Product>KJDS.FlatFileGenerator</Product>
<Description>Flat file generator executable with configuration .json file</Description>
<Version>1.0.2.0</Version>
<PackageLicenseUrl>https://github.com/JDSRAO/FlatFileGenerator/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/JDSRAO/FlatFileGenerator</PackageProjectUrl>
<RepositoryUrl>https://github.com/JDSRAO/FlatFileGenerator</RepositoryUrl>
<RepositoryType>github</RepositoryType>
<PackageTags>flatfile</PackageTags>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FlatFileGenerator.Core" Version="1.0.1" />
<PackageReference Include="FlatFileGenerator.Core" Version="1.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>

Expand Down

0 comments on commit 2c4eb6b

Please sign in to comment.