Skip to content

Commit

Permalink
Modify nupkg settings for ver 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre3 committed Nov 9, 2017
1 parent 034dae4 commit 8ebf30d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Line.Messaging/Line.Messaging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Company></Company>
<Product>Line Messaging API</Product>
<Description>Line Messaging API for .Net</Description>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Copyright>© 2017 pierre3</Copyright>
<PackageLicenseUrl>https://github.com/pierre3/LineMessagingApi/blob/master/LICENSE</PackageLicenseUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand All @@ -15,9 +15,9 @@
<IncludeSymbols>true</IncludeSymbols>
<RepositoryUrl>https://github.com/pierre3/LineMessagingApi/</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>Add Documentation Comments</PackageReleaseNotes>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<PackageReleaseNotes>Modify constructor to set default values for non required fields</PackageReleaseNotes>
<AssemblyVersion>1.0.0.1</AssemblyVersion>
<FileVersion>1.0.0.1</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down

0 comments on commit 8ebf30d

Please sign in to comment.