Skip to content

Commit

Permalink
small fix to package definition
Browse files Browse the repository at this point in the history
  • Loading branch information
BetimBeja committed Mar 18, 2020
1 parent a77b794 commit f38ef78
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 11 deletions.
3 changes: 3 additions & 0 deletions XrmEntitySerializer.5/XrmEntitySerializer.5.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,8 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="6.0.1" />
</ItemGroup>
<ItemGroup>
<None Include="../Logo_80x80.png" Pack="true" PackagePath="\"/>
</ItemGroup>
<Import Project="..\XrmEntitySerializer\XrmEntitySerializer.projitems" Label="Shared" />
</Project>
3 changes: 3 additions & 0 deletions XrmEntitySerializer.6/XrmEntitySerializer.6.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,8 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="6.0.1" />
</ItemGroup>
<ItemGroup>
<None Include="../Logo_80x80.png" Pack="true" PackagePath="\"/>
</ItemGroup>
<Import Project="..\XrmEntitySerializer\XrmEntitySerializer.projitems" Label="Shared" />
</Project>
3 changes: 3 additions & 0 deletions XrmEntitySerializer.7/XrmEntitySerializer.7.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,8 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="6.0.1" />
</ItemGroup>
<ItemGroup>
<None Include="../Logo_80x80.png" Pack="true" PackagePath="\"/>
</ItemGroup>
<Import Project="..\XrmEntitySerializer\XrmEntitySerializer.projitems" Label="Shared" />
</Project>
3 changes: 3 additions & 0 deletions XrmEntitySerializer.8/XrmEntitySerializer.8.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,8 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="6.0.1" />
</ItemGroup>
<ItemGroup>
<None Include="../Logo_80x80.png" Pack="true" PackagePath="\"/>
</ItemGroup>
<Import Project="..\XrmEntitySerializer\XrmEntitySerializer.projitems" Label="Shared" />
</Project>
3 changes: 3 additions & 0 deletions XrmEntitySerializer.9/XrmEntitySerializer.9.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="6.0.1" />
</ItemGroup>
<ItemGroup>
<None Include="../Logo_80x80.png" Pack="true" PackagePath="\"/>
</ItemGroup>
<Import Project="..\XrmEntitySerializer\XrmEntitySerializer.projitems" Label="Shared" />
</Project>
8 changes: 4 additions & 4 deletions XrmEntitySerializer.Version.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<authors>Betim Beja</authors>
<owners>Betim Beja</owners>
<Copyright>Betim Beja</Copyright>
<Version>1.2.1</Version>
<PackageVersion>1.2.1</PackageVersion>
<FileVersion>1.2.1.0</FileVersion>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<Version>1.2.2</Version>
<PackageVersion>1.2.2</PackageVersion>
<FileVersion>1.2.2.0</FileVersion>
<AssemblyVersion>1.2.2.0</AssemblyVersion>
</PropertyGroup>
</Project>
14 changes: 7 additions & 7 deletions XrmEntitySerializer.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
<PropertyGroup>
<RootNamespace>XrmEntitySerializer</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageProjectUrl>https://github.com/BetimBeja/Xrm-Entity-Serializer</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/BetimBeja/Xrm-Entity-Serializer/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/albanian-xrm/Xrm-Entity-Serializer</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<ProjectUrl>https://github.com/albanian-xrm/Xrm-Entity-Serializer</ProjectUrl>
<Repositoryurl>https://github.com/albanian-xrm/Xrm-Entity-Serializer </Repositoryurl>
<IconUrl>https://raw.githubusercontent.com/albanian-xrm/Xrm-Entity-Serializer/master/Logo_80x80.png</IconUrl>
<Repositoryurl>https://github.com/albanian-xrm/Xrm-Entity-Serializer</Repositoryurl>
<PackageIconUrl>https://raw.githubusercontent.com/albanian-xrm/Xrm-Entity-Serializer/master/Logo_80x80.png</PackageIconUrl>
<PackageIcon>Logo_80x80.png</PackageIcon>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageTags>Xrm XrmSDK Json EntitySerializer</PackageTags>
<Description>
This library can serialize an Microsoft.Xrm.Sdk.Entity to Json and back using Newtonsoft.Json library.
</Description>
<PackageReleaseNotes>
- v1.2.1:
a. Added package icon
- v1.2.2:
a. Added package icon
</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
Expand Down

0 comments on commit f38ef78

Please sign in to comment.