Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GregTrevellick committed May 16, 2018
1 parent 349dc07 commit 3d20b70
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion Src/DotNetFlags/DotNetFlags.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.0.1</Version>
<Version>1.0.3</Version>
<Description>Adds a collection of country flag images to a dot net project.</Description>
<Authors>Greg Trevellick</Authors>
<Company>Greg TrevellickGreg Trevellick</Company>
<Copyright>Greg Trevellick 2018</Copyright>
<PackageLicenseUrl>https://github.com/GregTrevellick/DotNetFlags/blob/master/LICENSE.txt</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/GregTrevellick/DotNetFlags</PackageProjectUrl>
<PackageIconUrl>https://github.com/GregTrevellick/DotNetFlags/blob/master/Src/NugetIcon_64x64.png</PackageIconUrl>
<RepositoryUrl>https://github.com/GregTrevellick/DotNetFlags</RepositoryUrl>
<PackageTags>flags, countries, images</PackageTags>
<PackageReleaseNotes>Initial release</PackageReleaseNotes>
<RepositoryType>git</RepositoryType>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Src/DotNetFlags/NugetFlags.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id></id>
<version>1.0.2</version>
<version>1.0.3</version>
<title>DotNetFlags</title>
<authors>Greg Trevellick</authors>
<owners>Greg Trevellick</owners>
Expand Down

0 comments on commit 3d20b70

Please sign in to comment.