Skip to content

Commit

Permalink
Updated nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
0blu committed Oct 11, 2020
1 parent 943039c commit 37ac7be
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
14 changes: 10 additions & 4 deletions PhotonPackageParser/PhotonPackageParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Description>A parser for Photon's Protocol16</Description>
<Company>0blu</Company>
<Copyright>Copyright © 2018</Copyright>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<FileVersion>4.0.0.0</FileVersion>
<Copyright>Copyright © 2020</Copyright>
<AssemblyVersion>4.1.0.0</AssemblyVersion>
<FileVersion>4.1.0.0</FileVersion>
<Authors>0blu</Authors>
<Version>4.0.0</Version>
<Version>4.1.0</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageProjectUrl>https://github.com/0blu/PhotonPackageParser</PackageProjectUrl>
<PackageTags>Photon Unity3d Sniffing</PackageTags>
<RepositoryUrl>https://github.com/0blu/PhotonPackageParser</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
Expand Down
7 changes: 2 additions & 5 deletions PhotonPackageParser/PhotonPackageParser.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,13 @@
<id>$id$</id>
<version>$version$</version>
<title>$title$</title>
<authors>$author$</authors>
<authors>$authors$</authors>
<owners>$author$</owners>
<licenseUrl>https://github.com/0blu/PhotonPackageParser/blob/master/LICENSE</licenseUrl>
<license type="expression">MIT</license>
<projectUrl>https://github.com/0blu/PhotonPackageParser</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<copyright>$copyright$</copyright>
<tags>Photon Unity3d Sniffing</tags>
</metadata>
<files>
<file src="bin\Release\Protocol16.dll" target="lib/net471" />
</files>
</package>
2 changes: 2 additions & 0 deletions PhotonPackageParser/how_to_nupkg.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Rebuild solution for Release
nuget.exe pack .\PhotonPackageParser.csproj -IncludeReferencedProjects -Properties Configuration=Release
2 changes: 2 additions & 0 deletions Protocol16/Protocol16.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>4.1.0</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
</PropertyGroup>

</Project>

0 comments on commit 37ac7be

Please sign in to comment.